      <style>
      /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
      /* reset */
* {
  margin: 0;
  padding: 0;
}

#wrapper {
  position: absolute;
  width: 30%;
  height: 100%;
  overflow: hidden;
  z-index:1000;

}

#wrapper + .container-fluid{
   position: relative;
   z-index: 5;
}


label {
  cursor: pointer;
}
label:focus {
  outline: none;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(255,255,255 0.8);
  width: 280px;
  height: 100%;
  transform: translate3d(-280px, 0, 0);
  transition: transform 0.35s;
  z-index:2000; 
  overflow:hidden auto!;
  padding-bottom:10vH;

  
}
.menu label.menu-toggle {
  position: absolute;
  right: -60px;
  width: 60px;
  height: 60px;
  line-height: 0px;
  display: block;
  padding: 0;
  text-indent: -9999px;
  background:#dc931a url(../medien/menu-alt-512.png) 50% 50%/25px 25px no-repeat;

}
.menu ul li > label {
	background: #fecf00 url(../medien/icon-arrow-right-b-128.png) 95% 50%/16px 16px no-repeat;

}
.menu ul li a, .menu ul li label {
  display: block;
  text-align: center;
  padding: 0 20px;
  line-height: 60px;
  text-decoration: none;
  color: #000;
}
.menu ul li a:hover, .menu ul li label:hover {
  color: #666;
}

/* hide inputs */
.menu-checkbox {
  display: none;
}

/* hide navigation icon for sublabels */
.menu .menu label.menu-toggle {
  background: none;
}

/* fade in checked menu */
.menu-checkbox:checked + .menu {
  transform: translate3d(0, 0, 0);


}

/* for show */
html, body {
  height: 100%;
}


#info {
  display: table;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
}
#info #info-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}
#info #info-content h1 {
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  font-size: 22px;
  font-weight: normal;
  padding: 20px;
  margin: 10px;
  display: inline-block;
}
#info #info-content h1 strong {
  display: block;
  font-size: 26px;
}


@media (max-width: 1024px) {	
.menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(240,240,240,0,8);
  width: 280px;
  height: 100%;
  transform: translate3d(-280px, 0, 0);
  transition: transform 0.35s;
  z-index:2000; 
  overflow:hidden auto!;
  padding-bottom:10vH;
  
}


@media (max-width: 980px) {	
.menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(240,240,240,0,8);
  width: 280px;
  height: 100%;
  transform: translate3d(-280px, 0, 0);
  transition: transform 0.35s;
  z-index:2000; 
  overflow:hidden auto!;
  padding-bottom:10vH;
  
}


@media (max-width: 768px) {	
.menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(240,240,240,0,8);
  width: 280px;
  height: 100%;
  transform: translate3d(-280px, 0, 0);
  transition: transform 0.35s;
  z-index:2000; 
  overflow:hidden auto!;
  padding-bottom:10vH;
  
}


@media (max-width: 480px) {	
.menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(240,240,240,0,8);
  width: 280px;
  height: 100%;
  transform: translate3d(-280px, 0, 0);
  transition: transform 0.35s;
  z-index:2000; 
  overflow:hidden auto!;
  padding-bottom:10vH;
  
}

@media (max-width: 320px) {	
.menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(240,240,240,0,8);
  width: 280px;
  height: 100%;
  transform: translate3d(-280px, 0, 0);
  transition: transform 0.35s;
  z-index:2000; 
  overflow:hidden auto!;
  padding-bottom:10vH;
  
}
