/*body {
    position: relative;
    overflow-x: hidden;
}
body,
html { height: 100%;}*/
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1099;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-right: 20px solid #dedede;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 33%;
    max-width:360px;
}

#page-content-wrapper {
    width: 100%;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}
.arrow svg {
  width: 30px;
  position: relative;
  top: 8px;
  left: 155px;
  z-index: 3000;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.ovbrand {
	margin:6px;
}
.overlay-brand span {
  padding-left: 12px;
  color: #333;
  font-weight: bold;
  font-size: 1.2em;
}
.ovbrand img {
  max-width: 50px;
}
.navbar-inverse {
  /*background-color: #FFE83C;
  border-right: 10px solid #080808;*/
  background-color: #dedede;
  border-right: 10px solid #dedede;
}
.sidebar-nav {
    position: absolute;
    top: 80px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
/* Design Overlay Menu */
a.overlay-brand {
  text-decoration: none;
}
.nav ul li {
  list-style-type: none;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #ccc;
}
.sidebar-nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  background-color: #ccc;
  border-bottom: 1px solid #ccc;
}
/*

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}*/
.sidebar-nav ul {
	padding:2px 8px;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    padding: 2px 3px 2px 10px;   
    font-size:1.1em; 
    line-height:1.4em;
    color:#555;
}
.sidebar-nav li a:hover {
    color:#000;
}
/*
.sidebar-nav li a.ov3 {
  padding-left:50px;
}
.sidebar-nav li a.ov4 {
  padding-left:75px;
}


/*
.sidebar-nav li a.current,
.sidebar-nav li a.section,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus  {
    color: rgb(205,45,50)!important;
}
.sidebar-nav li a:hover,
.sidebar-nav li.open a:hover
{
    color: rgb(205,45,50)!important;
    text-decoration: none;
}
ul.submenuB a.ov1 {
  color:#fff!important;
}
ul.submenuB a.ov1:hover {
  color:#ccc!important;
}
*/


/*-------------------------------*/
/*       Hamburger-Cross         */
/*       Suche                   */
/*-------------------------------*/
.hamb button {
  background-color: #dedede;
  border: 3px solid #dedede;
}

.hamburger {
  position: absolute;
  top: 15px;
  z-index: 1100;
  display: block;
  width: 40px;
  height: 30px;
  right: 18px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
  /*background-color: rgb(255,255,255);*/
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
  height:2px;/* Höhe*/
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -1px;
  height:2px;/* Höhe*/
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
  height:2px;/* Höhe*/
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
  /*background-color: #fff;*/
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open {
    position: absolute;
    z-index: 1100;
    right: 15px;
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(250,250,250,.8);*/
    z-index: 1;
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  #wrapper.toggled #sidebar-wrapper {
      width: 80%;
      min-width:300px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  #wrapper.toggled #sidebar-wrapper {
      width: 80%;
      min-width:300px;
  }


}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 360px) {
    #wrapper.toggled #sidebar-wrapper {
      width: 90%;
      min-width:300px;
  }


}