nav.mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem 1rem 0.5rem;
  background-color: var(--white);
  transition: box-shadow 0.25s;
  z-index: 1000;
}
@media screen and (min-width: 48em) {
  nav.mobile {
    padding: 1.25rem 2.22rem;
  }
}
@media screen and (min-width: 48em) {
  nav.mobile .content-logo {
    display: flex;
    column-gap: 2.22rem;
    align-items: center;
  }
}
nav.mobile .content-logo .logo {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1005;
}
@media not screen and (min-width: 67.5em) {
  nav.mobile .content-logo .logo {
    align-items: center;
  }
}
nav.mobile .content-logo .logo svg, nav.mobile .content-logo .logo img {
  width: auto;
  height: 2.5rem;
}
@media screen and (max-width: 67.5em) {
  nav.mobile .content-logo .logo svg, nav.mobile .content-logo .logo img {
    height: 1.66rem;
  }
}
nav.mobile .content-logo .termin {
  font-weight: 600;
  font-size: 0.88rem;
  line-height: 1.5rem;
  color: var(--light-green);
}
nav.mobile .ticket-btn {
  margin-right: 1rem;
}
@media screen and (min-width: 48em) {
  nav.mobile .ticket-btn {
    margin-right: 3rem;
  }
}
nav.mobile .ticket-btn .btn-secondary {
  padding: 0.5rem 0.88rem;
  background: linear-gradient(92.29deg, #23A835 0%, #95C11F 100%);
  border-radius: 0.22rem;
  border: unset;
}
nav.mobile .ticket-btn .btn-secondary:hover {
  color: #ffffff;
  background: linear-gradient(92.29deg, #209E31 0%, #89B11E 100%);
}
nav.mobile .ticket-btn .btn-secondary span {
  display: none;
}
@media screen and (max-width: 48em) {
  nav.mobile .ticket-btn .btn-secondary::after {
    margin-left: 0;
  }
}
@media screen and (min-width: 48em) {
  nav.mobile .ticket-btn .btn-secondary span {
    display: initial;
  }
}
nav.mobile .button-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  top: -0.35rem;
  right: 0;
}
@media screen and (min-width: 48em) {
  nav.mobile .button-wrapper {
    top: 0;
  }
}
nav.mobile .menu-button {
  position: relative;
  top: 0;
  left: auto;
  right: 0;
  width: 2rem;
  height: 2rem;
  appearance: none;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  z-index: 1010;
}
nav.mobile .menu-button:hover::before {
  top: 0;
  right: 0;
}
nav.mobile .menu-button:checked::before {
  opacity: 0;
}
nav.mobile .menu-button:checked ~ .menu-label {
  background-color: transparent;
}
nav.mobile .menu-button:checked ~ .menu-label::before {
  width: 1rem;
  transform-origin: center;
  transform: translate(2px, 7px) rotate(-45deg);
  background-color: #ffffff;
}
nav.mobile .menu-button:checked ~ .menu-label::after {
  width: 1rem;
  transform-origin: center;
  transform: translate(2px, -7px) rotate(45deg);
  background-color: #ffffff;
}
nav.mobile .menu-button:checked ~ .mobile-container {
  right: 0;
}
nav.mobile .menu-label {
  position: absolute;
  top: 1.2rem;
  right: 0.65rem;
  width: 1rem;
  height: 2px;
  background-color: var(--black);
  z-index: 1005;
  border-radius: 4px;
}
nav.mobile .menu-label::before {
  content: "";
  position: absolute;
  top: -0.38rem;
  left: 0;
  width: 1.33rem;
  height: 2px;
  margin-bottom: 0.5rem;
  background-color: var(--black);
  transition: 0.25s;
  border-radius: 4px;
}
nav.mobile .menu-label::after {
  content: "";
  position: absolute;
  top: 0.39rem;
  left: 0;
  width: 0.77rem;
  height: 2px;
  margin-bottom: 0.5rem;
  background-color: var(--black);
  transition: 0.25s;
  border-radius: 4px;
}
nav.mobile .mobile-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  background: linear-gradient(168.02deg, #95C11F 0%, #23A835 100%);
  margin: 0;
  z-index: 1001;
  transition: right 0.25s;
  overflow-y: auto;
}
@media screen and (min-width: 48em) {
  nav.mobile .mobile-container {
    max-width: 24.22rem;
  }
}
nav.mobile .mobile-container .active {
  color: var(--text) !important;
}
nav.mobile .mobile-container .active:hover {
  color: #eeeeee !important;
}
nav.mobile .mobile-container .mobile-menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 5rem 3.44rem 2rem;
}
@media screen and (max-height: 768px) and (orientation: landscape) {
  nav.mobile .mobile-container .mobile-menu {
    padding: 2rem 3.44rem 2rem;
  }
}
nav.mobile .mobile-container .mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
nav.mobile .mobile-container .mobile-menu .parent {
  position: relative;
  top: 0;
  left: 0;
  padding: 1rem 0;
  font-weight: bold;
}
nav.mobile .mobile-container .mobile-menu .parent a {
  color: #ffffff;
  text-decoration: none;
}
nav.mobile .mobile-container .mobile-menu .parent a:hover {
  color: #eeeeee;
}
nav.mobile .mobile-container .mobile-menu .parent .parent-link {
  font-size: 1.38rem;
}
nav.mobile .mobile-container .mobile-menu .parent .mobile-dropdown {
  height: 0;
  margin: 0;
  overflow: hidden;
  transition: height, margin-top 0.25s;
}
nav.mobile .mobile-container .mobile-menu .has-children::after {
  content: url("../../icons/dropdown.svg");
  position: absolute;
  top: 1.5rem;
  right: 0;
  transition: 0.25s;
}
nav.mobile .mobile-container .mobile-menu .parent-open::after {
  transform: rotate(90deg);
}
nav.mobile .mobile-container .mobile-menu .parent-open .mobile-dropdown {
  height: 100%;
  margin: 1rem 0 0;
}
nav.mobile .mobile-container .mobile-menu .child .child-link {
  font-size: 1rem;
  font-weight: normal;
}
nav.mobile .mobile-container .social-privacy-container {
  height: auto;
  margin: 0 3.44rem 2.11rem;
}
nav.mobile .mobile-container .social-privacy-container .social-links {
  justify-content: space-between;
}
nav.mobile .language-container {
  position: absolute;
  bottom: 0;
  left: 0;
}
nav.mobile .language-container ul {
  list-style: none;
}
nav.mobile .language-container .language-menu {
  display: flex;
}
nav.mobile .language-container .language-menu li {
  padding: 0 1rem;
}
nav.mobile .language-container .language-menu li:first-child {
  padding-left: 0;
}
nav.mobile .language-container .language-menu li:last-child {
  padding-right: 0;
}
nav.mobile .language-container .language-menu .active a {
  color: var(--primary);
}
nav.mobile-fixed {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .js-mobile-open nav.mobile .content-logo .logo svg path {
    stroke: #ffffff !important;
    fill: #ffffff !important;
  }
}
