/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
/*body {
  padding-top: 70px;
}
footer {
  padding: 30px 0;
}*/

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }
  
#body.active > .overlay {
	width: 1600px;
    min-width: 100%;
    height: 100%;
    background: rgba(255, 256, 255, 0.7);
    min-width: 1px;
    min-height: 1px;
    height: 4080px;
    position: absolute;
    top: 0;
    z-index: 500; }
	
	#body.active .navbar-right > .overlay  {
	    width: 191px;
    min-width: 100%;
    height: 100%;
    background: rgba(255, 256, 255, 0.7);
    min-width: 1px;
    min-height: 1px;
    height: 55px;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 5; }
	
	
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -75%;
    display: block;
    margin: 0;
    width: 75%;
    padding: 0;
    top: 0;
    background: #fff;
  }
  
  #body.active .navbar-collapse {
    /*right: -70%;*/
    display: block;
    margin: 0;
    width: 75%;
    padding: 0;
    top: 0;
    background: #fff;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -70%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 75%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 70%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 70%; /* 6 columns */
  }
  
  
#navbar  span.visible-xs {
    float: left;
    margin: 15px 15px 0;
}
  form#formsearch {
	  float:left;
  margin: -2px 0 10px;
    background: #f5f5f5;
    width: 100%;
    border: 1px solid #d5d5d5;
	position:relative;}
	
	input#search {
    padding: 5px 10px;
    float: right;
}
.suche .btn.header {
    margin: 3px 5px 0 0;
    float: right;
    right: 0;
    position: absolute;
    left: inherit;
    top: 9px;
    right: 4px;
}
.navbar-default .navbar-nav > li > a {
    padding: 15px;
    float: left;
    width: 100%;
}
}
