.mobile-nav-frame {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
   z-index: 999999;
   background:URL(https://beta.ra-simon.de/wp-content/uploads/2025/10/cropped-favicon.png) #FFF no-repeat center bottom;
   background-size: 400px;
}
.mobile-nav-frame .title {
  padding: 1rem;
  margin-bottom: 1rem;
  background: #999;
}
.mobile-nav-frame .title h3 {
  margin: 0px 1rem;
  text-align: center;
  color: white;
  overflow: hidden;
  color:#FFF !Important;
  font-size:.8rem !important;
   font-weight: 400;
}
.mobile-nav-frame .title .close,
.mobile-nav-frame .title .back {
  position: absolute;
  padding: 7px;
  font-size: 19px;
  font-weight: 200;
  margin-top: -1px;
  color: white;
  text-decoration: none;
  top: 11px;
}
.mobile-nav-frame .title .close {
  right: .25rem;
}
.mobile-nav-frame .title .back {
  left: .25rem;
}
.mobile-nav-frame form.search {
  margin: 20px 12px;
  position: relative;
  background-color: transparent;
}
.mobile-nav-frame form.search input[type=search] {
  display: block;
  width: 100%;
  font-size: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #E0E0E0;
  border: none;
}
.mobile-nav-frame form.search input[type=submit] {
  display: none;
}
.mobile-nav-frame .slides {
  display: block;
}
.mobile-nav-frame ul {
  margin: 0px 12px;
   padding: 4px 10px;
  
}
.mobile-nav-frame ul li {
  display: block;
  padding: .5rem;
 }
.mobile-nav-frame ul li a.link {
  display: block;
    text-decoration: none;
  color: #2B2B2B;
   font-size: 1.3rem;
  font-weight: 900;
  cursor: pointer;
  line-height: 1.5rem;
}
.mobile-nav-frame ul li:first-child {
  border-top: none;
}
.mobile-nav-frame ul li:last-child {
  border-bottom: none;
}
.mobile-nav-frame .next {
  float: right;
  text-decoration: none;
  color: #2B2B2B;
  font-size: 1.5rem;
  font-weight: 300;
}
.admin-bar .mobile-nav-frame .title {
  position: relative;
}
a.mobilenav {
  display: none;
}
