
.show-mobile-menu .bricks-mobile-menu-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--tertiary-ultra-light);
  z-index: 999;
  margin: 0;
  box-sizing: border-box;
}


.show-mobile-menu .bricks-mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}


.show-mobile-menu .bricks-mobile-menu > li {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}


.mobile-menu-logo-wrapper {
  position: absolute;
  top: var(--space-m);
  left: var(--space-m);
  display: flex;
  flex-direction: row;
  align-items: center;
}


.mobile-menu-logo-wrapper .fr-header-alpha__logo {
  width: var(--logo-mobile-width, 3.5em) !important;
  max-width: none !important;
}


.mobile-menu-language-switch {
  position: absolute;
  bottom: var(--space-xl);
  right: var(--space-m);
  z-index: 1001;
}


.show-mobile-menu .bricks-mobile-menu-toggle {
  position: absolute;
  top: var(--space-m);
  right: var(--space-m);
  z-index: 1002;
}