@font-face {
  font-family: "tagesschrift";
  src: url("../fonts/tagesschrift.ttf") format("truetype");
}
* {
  font-family: "tagesschrift";
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  list-style: none;
}

h1,
h2 {
  font-size: 1.11rem;
}

p,
a {
  font-size: 0.8rem;
}

a {
  color: rgb(0, 132, 255);
}

#map {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

body {
  background-color: #222222;
}

header,
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
header ul,
footer ul {
  pointer-events: all;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 100%;
  max-width: 420px;
  border-radius: 0px 0px 22px 22px;
  padding: 13px 28px;
  display: flex;
}
header ul li,
footer ul li {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 13px;
}
header ul li img,
footer ul li img {
  width: 28px;
  height: 28px;
}
header ul li a,
footer ul li a {
  transition-duration: 0.13s;
}
header ul li a:hover,
footer ul li a:hover {
  scale: 1.08;
  cursor: pointer;
}
header .overlay,
footer .overlay {
  z-index: -1;
  position: fixed;
  top: 0px;
  flex-direction: column;
  align-items: start;
  gap: 13px;
  display: none;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
}
header ul {
  border-radius: 0px 0px 22px 22px;
  justify-content: space-between;
}

footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
footer ul {
  border-radius: 22px 22px 0px 0px;
  flex-direction: column;
  justify-content: space-evenly;
}
footer ul li {
  flex-direction: column;
}

.icon {
  position: relative;
  top: -58px;
  margin-bottom: -88px;
}
.icon img {
  background-color: white;
  border-radius: 69px 69px 0px 0px;
  padding: 8px;
  width: 69px;
  height: 69px;
}

.tools {
  width: 100%;
  display: flex;
  justify-content: end;
  gap: 8px;
}
.tools img {
  width: 15px;
  height: 15px;
}

.info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.info #input-name {
  font-size: 1.11rem;
  font-weight: bold;
  text-align: center;
}
.info #input-name:disabled {
  background-color: rgba(0, 0, 0, 0);
  color: black;
}

.socials {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.socials img {
  width: 28px;
  height: 28px;
}

.image {
  width: 100%;
}
.image img {
  width: 100%;
  height: 169px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 22px;
}

.pages ul {
  padding: 0px;
}

.opening-display {
  display: none;
}

.edit-display {
  display: none;
}

input {
  border: none;
  height: 48px;
}

textarea {
  text-align: center;
  resize: none;
  scroll-behavior: none;
  /* Chrome, Safari, newer Opera */
}
textarea::-webkit-scrollbar {
  display: none;
}
textarea {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer, Edge */
}/*# sourceMappingURL=style.css.map */