* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: KlavikaMedium-Plain, sans-serif;
}

@font-face {
  font-family: KlavikaMedium-Plain;
  src: url(/_assets/b08663442df6dbae21eaca20de77afc5/Fonts/klavika-medium.woff2);
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  /* https://jossef.github.io/material-design-icons-iconfont/ */
  src: url(/_assets/b08663442df6dbae21eaca20de77afc5/Fonts/Zoomap/MaterialIcons-Regular.woff2);
}

body {
  background-color: #ebe6e1;
}

#map {
  height: 100dvh;
  height: var(--viewport-visual-height);
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
}

.leaflet-container {
  background-color: #ebe6e1;
}

.leaflet-popup-content span {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-family: KlavikaMedium-Plain, sans-serif;
  color: #452200;
}

.leaflet-popup-content span:first-child {
  line-height: 1;
  margin-bottom: .25em;
  font-size: 1.25rem;
  color: #7c0b0f;
}

.nav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  overflow-x: scroll;
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, rgb(235 230 225 / 100%) 0%, rgb(235 230 225 / 0%) 100%);
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.nav::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}

.button-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 1rem;
}

.button-container button {
  font-size: 1rem;
  height: fit-content;
  padding: 16.5px;
  border: none;
  background-color: white;
  flex-shrink: 0;
  clip-path: url(#hero-clip);
  color: #452200;
}

@media screen and (max-width: 1500px) {
  .button-container {
    gap: 8px;
    padding: .5rem;
  }
}

@media screen and (max-width: 1200px) {
  .button-container button {
    padding: 7px 16.5px;
  }

  .button-container button span {
    display: none;
  }
}

.button-container button.active {
  background-color: var(--bg-color);
  color: white;
}

button.inverted.active {
  color: #452200;
}

.button-container button:before {
  font-family: 'Material Icons';
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: .25rem;
}

.button-container button.button--icon-sign:before {
  content: 'directions';
}

.button-container button.button--icon-cutlery:before {
  content: 'restaurant';
}

.button-container button.button--icon-sanitary:before {
  content: 'wc';
}

.button-container button.button--icon-trainings:before {
  content: 'pets';
}

.button-container button.button--icon-animal_houses:before {
  content: 'home';
}

.button-container button.button--icon-follow_the_signs:before {
  content: 'follow_the_signs';
}

.button-container button.button--icon-kids:before {
  content: 'child_friendly';
}

.button-container button.button--icon-tour:before {
  content: 'roundabout_right';
}

.button-container button.button--icon-services:before {
  content: 'push_pin';
}

@media (hover: none) {
  div.leaflet-bottom.leaflet-right {
    display: none;
  }
}

.lang-switch {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  color: var(--theme-color-text);
  z-index: 10001;
  text-decoration: none;
  font-size: 1rem;
  height: fit-content;
  padding: 16.5px;
  border: none;
  background-color: white;
  flex-shrink: 0;
  clip-path: url(#hero-clip);
  color: #452200;
}
