/************************
*************************
    Mobile Menu v1.0
    (c) 2015 George Lieu
    licensed under MIT
************************
************************/
html {
 /* overflow-x: hidden;*/
}

#page {
  position: relative;
  left: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
  z-index: 20;
  background: black;
  opacity: 0.2;
}

.mmPushBody {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

#mobile-menu {
  position: absolute;
  top: 0;
  background: #f9f9f9;
  z-index: 99999;
  -webkit-box-shadow: 0 1px 8px #555555;
  -moz-box-shadow: 0 1px 8px #555555;
  -o-box-shadow: 0 1px 8px #555555;
  box-shadow: 0 1px 8px #555555;
  display: none;
  font-size: 18px;
  border-right: 1px solid #cccccc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  line-height: 1.42857;
}

.mobile-menu {
  list-style-type: none;
  margin: 0;
  width: 100%;
  /*float: left;*/
  margin-left: 0;
  padding-left: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-menu ul {
  margin-left: 0;
  padding-left: 0;
}
.mobile-menu ul .expand {
  background: #eeeeee;
}
.mobile-menu .mm-search {
  height: 50px;
  background-color: #555555;
  color: #555555;
  padding: 10px 15px;
  box-sizing: border-box;
}
.mobile-menu .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.mobile-menu .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.mobile-menu .input-group .form-control {
  display: table-cell;
  position: relative;
  z-index: 2;
  /*float: left;*/
  width: 100%;
  margin-bottom: 0px;
}
.mobile-menu .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.mobile-menu .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.mobile-menu .input-group-btn > .btn {
  position: relative;
}
.mobile-menu .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 8px;
}
.mobile-menu .form-control {
  height: 18px;
  padding: 6px 0;
  font-size: 15px;
  color: #555555;
  background-color: #FFF;
  border-radius: 8px;
  border: 0;
}
.mobile-menu .btn-default {
  height: 30px;
  border: 0;
  padding: 4px 5px;
  background-color: white;
}
.mobile-menu .btn-default:hover {
  background-color: white;
}
.mobile-menu .btn-default:focus {
  background-color: white;
}
.mobile-menu .btn-default:active {
  background-color: white;
}

.mobile-menu .home a.active {
  color: #222222 !important;
}
.mobile-menu .expand {
  right: 0;
  position: absolute;
  border-left: 1px solid #cccccc;
  padding: 0 10px;
  color: rgb(234,83,14);
  margin-left: 100px;
  height:15px;
}
.mobile-menu .expand:hover {
  cursor: pointer;
}
.mobile-menu li {
  display: block;
  border-top: 1px solid #cccccc;
  width: 100%;
  /*float: left;*/
  margin-left: 0;
  padding-left: 0;
  position: relative;
}
.mobile-menu li a {
  display: block;
  overflow: hidden;
  white-space: normal;
  color: #222222;
  text-decoration: none;
  padding: 10px;
  padding-left: 15px;
}
.mobile-menu li a.active {
  color: #fca001;
}
.mobile-menu li li {
  background: #eeeeee;
}
.mobile-menu li li a {
  padding-left: 25px;
  font-size:90%;
}
.mobile-menu li li li {
  background: #dddddd;
}
.mobile-menu li li li a {
  padding-left: 35px;
}
.mobile-menu .social a {
  float: left;
  padding: 0;
  margin: 10px 0 10px 15px;
}
.mobile-menu .social i {
  font-size: 22px;
  color: #01c7c5;
}
.mobile-menu input.simple:focus {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.mobile-menu [class^="icon-"]:before {
  margin-right: 0;
  margin-left: 0;
}
.mobile-menu [class*=" icon-"]:before {
  margin-right: 0;
  margin-left: 0;
}

.mobile-menu [class*=" icon-"] {
  display: inline-block;
  font-family: FontAwesome;
  font-size:14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
    content: "\f055";
}

.icon-minus:before {
    content: "\f056";
}
 
.mm-toggle-wrap {
	position:absolute;
	color: white;
	background-color:rgba(0,0,0,0.2);
	height:100%;  
	right: 0px;
}

.mm-toggle {
  cursor: pointer;
  font-size: 24px;
  display: none;
  padding: 20px 13px;
  width: auto;
}

@media (max-width: 800px) {
  .mm-toggle {
    display: block;
  }
  .mm-toggle-wrap { 
	right: 0px;
}

  .mm-toggle .mm-label {
    margin-right: 3px;
  }
}
@media (max-width: 480px) {
  .mm-toggle .mm-label {
    display: none;
  }
}
    /* 31.05.2018 LW: AdF - Navigation Mobile ausklammern */
#Page91 a[data-id="9"], #Page91 a[data-id="19"], #Page91 a[data-id="8"], #Page91 a[data-id="101"], #Page91 a[data-id="61"] {
	display:none;
}
#Page92 a[data-id="9"], #Page92 a[data-id="19"], #Page92 a[data-id="8"], #Page92 a[data-id="101"], #Page91 a[data-id="61"] {
	display:none;
}
#Page93 a[data-id="9"], #Page93 a[data-id="19"], #Page93 a[data-id="8"], #Page93 a[data-id="101"], #Page91 a[data-id="61"] {
	display:none;
}
#Page94 a[data-id="9"], #Page94 a[data-id="19"], #Page94 a[data-id="8"], #Page94 a[data-id="101"], #Page91 a[data-id="61"] {
	display:none;
}
#Page95 a[data-id="9"], #Page95 a[data-id="19"], #Page95 a[data-id="8"], #Page95 a[data-id="101"], #Page91 a[data-id="61"] {
	display:none;
}
#Page98 .mobile-menu li a[data-id="9"], #Page98 .mobile-menu li a[data-id="19"], #Page98 .mobile-menu li a[data-id="8"], #Page98 .mobile-menu li a[data-id="101"], #Page91 .mobile-menu li a[data-id="11"] {
	display:none;
}
#Page99 a[data-id="9"], #Page99 a[data-id="19"], #Page99 a[data-id="8"], #Page99 a[data-id="101"], #Page91 a[data-id="61"] {
	display:none;
}
#Page100 a[data-id="9"], #Page100 a[data-id="19"], #Page100 a[data-id="8"], #Page100 a[data-id="101"], #Page91 a[data-id="61"] {
	display:none;
}