nav.mobile {
  display: none;
}
@media screen and (max-width: 1210px) {
  nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
}
nav.mobile .content-logo {
  background: linear-gradient(90deg, #c01953 0%, #002c5b 100%);
  height: 94px;
}
nav.mobile .content-logo .logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 1.5rem 1rem 0.5rem 1rem;
  z-index: 1000;
}
nav.mobile .content-logo .logo img {
  width: auto;
  height: 2.88rem;
}
nav.mobile .content-logo .logo svg {
  width: auto;
  height: 2.88rem;
}
nav.mobile .menu-button {
  position: fixed;
  top: 1rem;
  right: auto;
  left: 1rem;
  width: 2rem;
  height: 2rem;
  appearance: none;
  opacity: 0;
  cursor: pointer;
  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 {
  transform-origin: right;
  transform: rotate(-45deg);
  background-color: #354f5d;
  left: -0.5rem;
}
nav.mobile .menu-button:checked ~ .menu-label::after {
  transform-origin: right;
  transform: rotate(45deg);
  background-color: #354f5d;
  left: -0.5rem;
}
nav.mobile .menu-button:checked ~ .mobile-container {
  left: 0;
}
nav.mobile .menu-button:checked ~ .mobile-container .expand {
  left: 0;
}
nav.mobile .menu-label {
  position: fixed;
  top: 2.5rem;
  left: 1rem;
  width: 2rem;
  height: 3px;
  background: #ffffff;
  z-index: 1005;
}
nav.mobile .menu-label::before {
  content: "";
  position: absolute;
  top: -0.7rem;
  left: 0;
  width: 2rem;
  height: 3px;
  margin-bottom: 0.5rem;
  background: #ffffff;
  transition: 0.5s;
}
nav.mobile .menu-label::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 2rem;
  height: 3px;
  margin-bottom: 0.5rem;
  background: #ffffff;
  transition: 0.5s;
}
nav.mobile .mobile-container {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: #ffffff;
  margin: 0;
  z-index: 1001;
  transition: left 0.5s;
  padding-top: 4rem;
}
nav.mobile .mobile-container .active {
  color: #0630D1 !important;
}
nav.mobile .mobile-container .active:hover {
  color: #0630D1 !important;
}
nav.mobile .mobile-container .mobile-menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 4rem 2rem 0;
}
nav.mobile .mobile-container .mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 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: #354f5d;
  text-decoration: none;
}
nav.mobile .mobile-container .mobile-menu .parent .parent-link {
  font-size: 1.94em;
}
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);
  background-color: #354f5d;
}
nav.mobile .mobile-container .mobile-menu .parent-open .mobile-dropdown {
  height: 100%;
  margin: 1rem 0 0 0;
}
nav.mobile .mobile-container .mobile-menu .child .child-link {
  font-size: 1.38em;
  font-weight: normal;
}
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: #0630D1;
}
nav.mobile .searchfeld-mob {
  position: absolute;
  margin: auto;
  top: -0.2rem;
  right: 8rem;
  width: 2rem;
  height: 5.55rem;
}
nav.mobile .searchfeld-mob:focus #tx-indexedsearch-searchbox-sword {
  width: 8.88rem;
  left: -9.11rem;
  opacity: 1;
  cursor: text;
}
nav.mobile .searchfeld-mob .search {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 4.44rem;
  height: 4.44rem;
  background: transparent;
  border-radius: 50%;
  transition: all 1s;
  z-index: 4;
}
nav.mobile .searchfeld-mob .search:hover {
  cursor: pointer;
}
nav.mobile .searchfeld-mob .search::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 22px;
  right: 0;
  bottom: 0;
  left: 1.22rem;
  width: 12px;
  height: 2px;
  background: white;
  transform: rotate(45deg);
  transition: all 0.5s;
}
nav.mobile .searchfeld-mob .search::after {
  content: "";
  position: absolute;
  margin: auto;
  top: -5px;
  right: 0;
  bottom: 0;
  left: -5px;
  width: 1.38rem;
  height: 1.38rem;
  border-radius: 50%;
  border: 2px solid white;
  transition: all 0.5s;
}
nav.mobile .searchfeld-mob input {
  position: absolute;
  margin: auto;
  top: 50px;
  right: 0;
  bottom: 0;
  width: 8.33rem;
  height: 2.77rem;
  outline: none;
  border: none;
  background: transparent;
  color: white;
  padding: 0 1rem 0 2rem;
  border-radius: 1.66rem;
  transition: all 1s;
  opacity: 0;
  z-index: 5;
}
nav.mobile .searchfeld-mob input:hover {
  cursor: pointer;
}
nav.mobile .searchfeld-mob input:focus {
  width: 8.88rem;
  left: -9.11rem;
  opacity: 1;
  cursor: text;
}
nav.mobile .searchfeld-mob input:focus ~ .search {
  z-index: 6;
}
nav.mobile .searchfeld-mob input::placeholder {
  color: white;
  opacity: 0.5;
  font-weight: bolder;
}

nav.mobile-fixed {
  background-color: #ffffff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}