@font-face {
  font-family: "narrow";
  src: url("../fonts/Arial Bold.ttf");
}
@font-face {
  font-family: "italic";
  src: url("../fonts/Arial Bold Italic.ttf");
}
.is-bottom {
  transform-origin: center top;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  font-size: 1vw;
  line-height: 1.5vw;
  background-color: #a28753;
}

#scroll-container {
  perspective: 800px;
  overflow-y: auto;
  height: 100vh;
  width: 100vw;
  background: #a28753;
  overflow-x: hidden;
}

/*
 {
  width: 0.9rem;
  position: fixed;
}

#scroll-container::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 255); 
  border-radius: 1rem;
  border: .1rem black solid;
}

#scroll-container::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.281);

} */
#logo {
  position: fixed;
  top: 0.6rem;
  left: 1.1rem;
  width: 25rem;
  height: auto;
  z-index: 5;
  cursor: pointer;
}

#menu {
  position: fixed;
  left: 4.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  height: -moz-fit-content;
  height: fit-content;
  width: 12rem;
  pointer-events: none;
}

.menu_item {
  font-family: "narrow";
  margin-top: 0.83rem;
  padding: 0.3rem 0;
  pointer-events: all;
  cursor: pointer;
  font-size: 2rem;
}

.menu_item.active {
  color: #0167d5;
  text-decoration: none;
}

.language_switcher {
  position: fixed;
  bottom: 3rem;
  right: 3.7rem;
  height: 4.5rem;
  width: 7.5rem;
  border: 0.2rem solid #0167d5;
  z-index: 2;
  font-family: "narrow";
  color: #0167d5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.65rem;
  cursor: pointer;
  text-decoration: none;
}

#switcher_est {
  width: 8.1rem;
}

.mobile_br {
  display: none;
}

.header {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "narrow";
  font-weight: normal;
  font-size: 2rem;
  color: rgb(0, 0, 0);
}

#scroll-container-inner {
  height: 1200vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
}

.schedule_day {
  width: 68rem;
  overflow: hidden;
  font-size: 1.15rem;
  line-height: 1.48rem;
  font-family: "narrow";
  display: flex;
  flex-direction: column;
  gap: 0;
  /* optional */
}

.schedule_row {
  display: flex;
  border: 1px solid black;
  border-bottom: none;
}

.schedule_row:last-child {
  border-bottom: 1px solid black;
}

.description-cell,
.event-cell,
.time-cell {
  padding: 1.1rem;
  border-right: 1px solid black;
  vertical-align: top;
}

.time-cell {
  width: 15%;
  white-space: wrap;
  background-color: rgba(0, 0, 0, 0.103);
}

.event-cell {
  width: 35%;
}

.description-cell {
  width: 50%;
}

.description-cell:last-child {
  border-right: none;
}

.event_lower {
  margin-top: 1rem;
  display: block;
  margin-bottom: 0;
}

.italic {
  font-family: "italic";
}

.description-text {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
}

.text_narrow {
  letter-spacing: -0.02rem;
}

.no-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.long {
  padding-bottom: 30rem;
}

.schedule_day td:first-child {
  width: 40%;
}

.face {
  scroll-snap-align: center;
  height: 100rem;
  width: 85rem;
  background: #dabb80;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5vw;
  font-weight: bold;
  transform-style: preserve-3d;
  transform-origin: center center;
  overflow: hidden;
}

.stacked-container {
  position: relative;
  width: 40rem;
  transform: rotate(13deg) translateY(2rem);
  display: none;
}

.paper2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.shadow {
  filter: drop-shadow(0.3rem 0.2rem 0.6rem rgba(0, 0, 0, 0.304));
  pointer-events: none;
  transform-origin: top left;
  transform: scale(99.5%);
}

.base {
  position: relative;
  display: block;
  z-index: 2;
}

.location_divider {
  position: absolute;
  top: 3.6rem;
  font-family: "narrow";
  font-size: 1.2rem;
  line-height: 1.53rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#friday {
  background-color: #f7b7ba;
  position: absolute;
  top: 7.2rem;
}

#friday2 {
  background-color: #f7b7ba;
  position: absolute;
  top: -1rem;
}

a {
  color: #0167d5;
  text-decoration: none;
}

.indented-list {
  padding-left: 1rem;
}

#info_wrapper {
  position: absolute;
  top: 4.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#info2 {
  border-top: none;
}

.info_text_container {
  font-size: 1.15rem;
  line-height: 1.48rem;
  font-family: "narrow";
  width: 60rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.info_text {
  width: 70%;
}

#saturday {
  background-color: #fff8a3;
  position: absolute;
  top: 7.2rem;
}

#saturday2 {
  background-color: #fff8a3;
  position: absolute;
  top: -3rem;
}

#saturday3 {
  background-color: #fff8a3;
  position: absolute;
  top: -3rem;
}

#saturday4 {
  background-color: #fff8a3;
  position: absolute;
  top: -1.5rem;
}

#saturday5 {
  background-color: #fff8a3;
  position: absolute;
  top: 7.9rem;
}

#sunday {
  background-color: rgb(241, 233, 233);
  position: absolute;
  top: 7.2rem;
}

#sunday2 {
  background-color: rgb(241, 233, 233);
  position: absolute;
  top: -1.5rem;
}

#sunday3 {
  background-color: rgb(241, 233, 233);
  position: absolute;
  top: -3rem;
}

#sunday4 {
  background-color: rgb(241, 233, 233);
  position: absolute;
  top: -3rem;
}

.schedule_day tr.fixed-height td {
  height: 10rem;
}

.td_smaller {
  height: 3rem !important;
}

.is-middle {
  z-index: 0;
}

#face_content_1 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#intro_desktop {
  width: 63rem;
  height: auto;
  transform: rotate(4deg);
}

#intro_phone {
  display: none;
}

.location {
  font-size: 1.1rem;
}

#schedule_short {
  width: 70%;
  height: 70%;
  overflow: auto;
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-family: "narrow";
  display: flex;
  flex-direction: column;
  border: 0.1rem rgb(0, 0, 0) solid;
}

.description-cell:empty {
  padding: 0;
}

.description-text:empty {
  display: none;
}

.schedule_row {
  display: flex;
  width: 100%;
}

.schedule_row.schedule_header {
  flex: 0 0 auto;
}

.schedule_row:not(.schedule_header) {
  flex: 1 1 auto;
}

.schedule_cell {
  flex: 1;
  border-right: 0.1rem solid black;
  border-bottom: 0.1rem solid black;
  padding: 1rem;
  text-align: left;
}

.schedule_row:last-child .schedule_cell {
  border-bottom: none;
}

.schedule_cell:last-child {
  border-right: none;
}

.schedule_header .schedule_cell {
  font-weight: bold;
  color: black;
}

.friday_short {
  background-color: #f7b7ba;
}

.saturday_short {
  background-color: #fff8a3;
}

.sunday_short {
  background-color: rgb(241, 233, 233);
}

#publishers {
  position: absolute;
  top: 4.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 68rem;
  height: 26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.15rem;
  line-height: 1.48rem;
  font-family: "narrow";
  overflow: hidden;
}

.publishers_column {
  border: 0.1rem solid black;
  width: 33.333%;
  height: 100%;
  padding: 1rem;
}

.programming_column {
  border: 0.1rem solid black;
  width: 50%;
  height: 100%;
  padding: 1rem;
}

.publisher {
  margin-top: 0;
  display: inline-block;
  max-width: 20rem;
}

.publishers_column .publisher:nth-of-type(even) {
  color: rgb(241, 233, 233);
}

.publisher2 {
  margin-top: 0.5rem;
  letter-spacing: -0.06rem;
}

#p1 {
  border-right: 0;
}

#p3 {
  border-left: 0;
}

.indent {
  display: block;
  text-indent: 1.25rem;
  line-height: 1.48rem;
  margin: 0;
}

.plus_container {
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid rgb(0, 0, 0);
  border-radius: 50rem;
  background-color: rgb(241, 233, 233);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "arial";
  font-weight: normal;
  font-size: 1.4rem;
  margin-top: 0.2rem;
  cursor: pointer;
  transform: translateX(-0.1rem);
}

.title {
  font-family: "narrow";
  font-weight: normal;
  font-size: 3rem;
}

.corner {
  position: absolute;
}

.corner_block1 {
  position: absolute;
  background-color: rgb(241, 233, 233);
  width: 3rem;
  height: 1rem;
  left: 0.7rem;
}

.corner_block2 {
  position: absolute;
  background-color: rgb(241, 233, 233);
  width: 1rem;
  height: 3rem;
  top: 0.7rem;
}

.corner_block3 {
  position: absolute;
  background-color: rgb(241, 233, 233);
  width: 3rem;
  height: 1rem;
  right: 0.7rem;
}

.corner_block4 {
  position: absolute;
  background-color: rgb(241, 233, 233);
  width: 1rem;
  height: 3rem;
  right: 0;
  top: 0.7rem;
}

.corner_block5 {
  position: absolute;
  background-color: rgb(241, 233, 233);
  width: 3rem;
  height: 1rem;
  left: 0.7rem;
  bottom: 0;
}

.corner_block6 {
  position: absolute;
  background-color: rgb(241, 233, 233);
  width: 1rem;
  height: 3rem;
  left: 0;
  bottom: 0.7rem;
}

.corner_block7 {
  position: absolute;
  background-color: rgb(241, 233, 233);
  width: 1rem;
  height: 3rem;
  right: 0;
  bottom: 0.7rem;
}

.corner_block8 {
  position: absolute;
  background-color: rgb(241, 233, 233);
  width: 3rem;
  height: 1rem;
  right: 0.7rem;
  bottom: 0;
}

.corner:nth-child(1) {
  top: 0;
  left: 0;
}

.corner:nth-child(2) {
  top: 0;
  right: 0;
}

.corner:nth-child(3) {
  bottom: 0;
  left: 0;
}

.corner:nth-child(4) {
  bottom: 0;
  right: 0;
}

#arrow {
  display: none;
  position: absolute;
  bottom: 5.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 3rem;
  z-index: 5;
}

#mobile_menu_button {
  display: none;
}

#mobile_menu_container {
  display: none;
}

#mobile_menu_close {
  display: none;
}

@media (max-height: 1000px) {
  .schedule_day {
    transform: scale(0.1vh) !important;
    transform-origin: top left !important;
  }
}
.scale-wrapper {
  width: 100%;
  height: 100%;
  transform-origin: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-height: 900px) {
  .scale-wrapper {
    transform: scale(0.85);
  }
  #friday2 {
    transform: translateY(-8rem);
  }
  #saturday2 {
    transform: translateY(-4rem);
  }
  #saturday3 {
    transform: translateY(-4rem);
  }
  #saturday4 {
    transform: translateY(-3rem);
  }
  #sunday2 {
    transform: translateY(-5rem);
  }
  #sunday3 {
    transform: translateY(-3rem);
  }
  #sunday4 {
    transform: translateY(-4rem);
  }
  #intro {
    width: 55rem;
  }
}
@media (max-height: 850px) {
  .scale-wrapper {
    transform: scale(0.79);
  }
  #friday2 {
    transform: translateY(-8.61rem);
  }
  #saturday2 {
    transform: translateY(-4.3rem);
  }
  #saturday3 {
    transform: translateY(-4.3rem);
  }
  #saturday4 {
    transform: translateY(-3.23rem);
  }
  #sunday2 {
    transform: translateY(-5.38rem);
  }
  #sunday3 {
    transform: translateY(-3.23rem);
  }
  #sunday4 {
    transform: translateY(-4.3rem);
  }
}
@media (max-height: 800px) {
  .scale-wrapper {
    transform: scale(0.72);
  }
  #friday2 {
    transform: translateY(-9.44rem);
  }
  #saturday2 {
    transform: translateY(-4.72rem);
  }
  #saturday3 {
    transform: translateY(-4.72rem);
  }
  #saturday4 {
    transform: translateY(-3.54rem);
  }
  #sunday2 {
    transform: translateY(-5.9rem);
  }
  #sunday3 {
    transform: translateY(-3.54rem);
  }
  #sunday4 {
    transform: translateY(-4.72rem);
  }
  #intro {
    width: 50rem;
  }
}
@media (max-height: 700px) {
  .scale-wrapper {
    transform: scale(0.6);
  }
  #friday2 {
    transform: translateY(-11.33rem);
  }
  #saturday2 {
    transform: translateY(-5.67rem);
  }
  #saturday3 {
    transform: translateY(-5.67rem);
  }
  #saturday4 {
    transform: translateY(-4.25rem);
  }
  #sunday2 {
    transform: translateY(-7.08rem);
  }
  #sunday3 {
    transform: translateY(-4.25rem);
  }
  #sunday4 {
    transform: translateY(-5.67rem);
  }
}
@media (max-width: 767px) {
  #scroll-container {
    perspective: 0px;
    overflow-y: auto;
    height: 100vh;
    width: 100vw;
    background: #a28753;
    overflow-x: hidden;
  }
  #scroll-container-inner {
    height: 1200vh;
    display: block;
    position: relative;
  }
  #intro_phone {
    width: 72%;
    height: auto;
    transform: rotate(5deg);
    display: block;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #intro_desktop {
    display: none;
  }
  .face {
    height: -moz-max-content;
    height: max-content;
    width: 100vw;
    font-size: 7vw;
    border-bottom: 0.2rem #a28753 solid;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    overflow: visible;
  }
  .mobile-no-border {
    border-bottom: 0;
  }
  .scale-wrapper {
    display: block;
    transform: none !important;
  }
  .language_switcher {
    position: fixed;
    z-index: 9;
    width: 4.1rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 1.5rem;
    right: 1.5rem;
    font-size: 1.06rem;
    line-height: 1.1rem;
    color: #0167d5;
    border: 0.2rem solid #0167d5;
    font-family: "narrow";
  }
  #switcher_est {
    width: 4.9rem;
  }
  #logo {
    top: 0.5rem;
    left: 0.3rem;
    width: 10rem;
    display: none;
  }
  #menu {
    display: none;
  }
  .header {
    margin-top: 1.5rem;
    position: relative;
    width: 100%;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    font-family: "narrow";
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.1rem;
    color: rgb(0, 0, 0);
  }
  .mobile_br {
    display: block;
  }
  .info_text_container {
    font-size: 1.06rem;
    line-height: 1.33rem;
    font-family: "narrow";
    width: 89vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
  #info_wrapper {
    position: relative;
    top: 0;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #info2 {
    background-color: rgba(0, 0, 0, 0);
  }
  .info_text {
    width: 100%;
  }
  .location_divider {
    top: 0;
    position: relative;
    font-family: "narrow";
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.53rem;
    text-align: center;
    width: 100%;
    height: 3rem;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #friday {
    background-color: 0;
  }
  #publishers {
    position: relative;
    width: 89vw;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1.06rem;
    line-height: 1.33rem;
    font-family: "narrow";
    overflow: visible;
    top: 0;
    border: 0;
    margin-top: 1.4rem;
    padding-bottom: 3rem;
  }
  .publisher {
    margin-top: 0;
    display: inline-block;
    max-width: 21rem;
    line-height: 1.4rem;
    margin-left: 0;
  }
  .publishers_column {
    border-left: 0;
    border-right: 0;
    border-bottom: none;
    border-top: none;
    width: 100%;
    height: 100%;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0;
    padding: 0;
  }
  .publishers_column .publisher:nth-of-type(even) {
    color: rgb(241, 233, 233);
  }
  .schedule_day {
    width: 21rem;
    margin: 0 auto;
    overflow: hidden;
    font-size: 1.06rem;
    line-height: 1.33rem;
    font-family: "narrow";
    display: flex;
    flex-direction: column;
    gap: 0;
    flex-shrink: 0;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    transform: none !important;
  }
  .fixed-height {
    display: none;
  }
  .no-border {
    border-bottom: 1px solid rgb(0, 0, 0);
  }
  .long {
    padding: 0;
  }
  #friday {
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    top: 0;
  }
  #friday .schedule_row {
    background-color: #f7b7ba;
  }
  #friday2 {
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    top: 0;
  }
  #friday2 .schedule_row {
    background-color: #f7b7ba;
  }
  #saturday {
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    top: 0;
    transform: none !important;
  }
  #hide {
    display: none !important;
  }
  #saturday .schedule_row {
    background-color: #fff8a3;
  }
  #saturday2 {
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    top: 0;
    transform: none !important;
  }
  #saturday2 .schedule_row {
    background-color: #fff8a3;
  }
  #saturday3 {
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    top: 0;
  }
  #saturday3 .schedule_row {
    background-color: #fff8a3;
  }
  #saturday4 {
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    top: 0;
  }
  #saturday4 .schedule_row {
    background-color: #fff8a3;
  }
  #saturday5 {
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    top: 0;
  }
  #saturday5 .schedule_row {
    background-color: #fff8a3;
  }
  #sunday {
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    top: 0;
  }
  #sunday .schedule_row {
    background-color: rgb(241, 233, 233);
  }
  #sunday_divider {
    top: 0;
  }
  #sunday2 {
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    top: 0;
  }
  #sunday2 .schedule_row {
    background-color: rgb(241, 233, 233);
  }
  #sunday3 {
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    top: 0;
  }
  #sunday3 .schedule_row {
    background-color: rgb(241, 233, 233);
  }
  #sunday4 {
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    top: 0;
  }
  #sunday4 .schedule_row {
    background-color: rgb(241, 233, 233);
  }
  #schedule_short {
    width: 75%;
    height: auto;
  }
  .schedule_row {
    flex-direction: column;
  }
  .schedule_row.schedule_header {
    display: none;
  }
  .schedule_row:not(.schedule_header) .schedule_cell {
    width: 100%;
    border-right: none;
    border-bottom: 0.1rem solid black;
    position: relative;
    padding-top: 3rem;
  }
  .schedule_row:not(.schedule_header) .schedule_cell:nth-child(1)::before {
    content: "Friday 09.05.";
    position: absolute;
    top: 0.5rem;
    left: 0;
    font-weight: normal;
    border-bottom: 0.1rem solid rgb(0, 0, 0);
    width: 100%;
  }
  .schedule_row:not(.schedule_header) .schedule_cell:nth-child(2)::before {
    content: "Saturday 10.05.";
    position: absolute;
    top: 0.5rem;
    left: 0rem;
    font-weight: normal;
    width: 100%;
    border-bottom: 0.1rem solid rgb(0, 0, 0);
  }
  .schedule_row:not(.schedule_header) .schedule_cell:nth-child(3)::before {
    content: "Sunday 11.05.";
    position: absolute;
    top: 0.5rem;
    left: 0rem;
    font-weight: normal;
    width: 100%;
    border-bottom: 0.1rem solid rgb(0, 0, 0);
  }
  .schedule_row:last-child .schedule_cell:last-child {
    border-bottom: none;
  }
  .schedule_row {
    flex-direction: column;
    border: 1px solid black;
    margin-bottom: 1.5rem;
  }
  .time-cell,
  .event-cell,
  .description-cell {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid black;
    padding: 1rem;
  }
  .description-text {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    height: -moz-fit-content;
    height: fit-content;
    height: auto;
  }
  .time-cell {
    font-size: 1.06rem;
    line-height: 1.33rem;
  }
  .event-cell {
    font-size: 1.06rem;
    line-height: 1.33rem;
  }
  .description-cell {
    font-size: 1.06rem;
    line-height: 1.33rem;
  }
  /* Remove last border inside a row */
  .schedule_row .description-cell:last-child {
    border-bottom: none;
  }
  #mobile_corner_left {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 85%;
    width: 2rem;
    background-color: #a28753;
    z-index: 5;
    clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 80px, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%);
    pointer-events: none;
    display: none;
  }
  #mobile_corner_right {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 90%;
    width: 2rem;
    background-color: #a28753;
    z-index: 5;
    pointer-events: none;
    clip-path: polygon(0 80px, 80px 0, 100% 0, 100% 100%, 80px 100%, 0 calc(100% - 80px));
    display: none;
  }
  #arrow {
    position: static;
    bottom: 5.6rem;
    width: 3rem;
    height: 3rem;
    z-index: 5;
    margin-bottom: 3rem;
  }
  #mobile_menu_button {
    position: fixed;
    z-index: 9;
    width: 5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 1.5rem;
    color: #0167d5;
    border: 0.2rem solid #0167d5;
    font-family: "narrow";
  }
  #mobile_menu_close {
    position: fixed;
    z-index: 9;
    width: 5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 1.5rem;
    color: #0167d5;
    border: 0.2rem solid #0167d5;
    font-family: "narrow";
  }
  #mobile_menu_container {
    position: fixed;
    width: 100vw;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-in-out;
    background-color: #a28753;
    z-index: 10;
    display: none;
  }
  #mobile_menu_container.visible {
    max-height: 500px;
  }
  #menu_mobile {
    z-index: 5;
    height: -moz-fit-content;
    height: fit-content;
    width: 100vw;
    pointer-events: none;
  }
  .menu_item_mobile {
    font-family: "narrow";
    margin-top: 0.44rem;
    padding: 0.3rem 0;
    pointer-events: all;
    cursor: pointer;
    font-size: 1.7rem;
    line-height: 1.65rem;
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    border-bottom: 0.1rem black solid;
  }
}/*# sourceMappingURL=styles.css.map */