body {
  padding-top: 51px;
  background-attachment: fixed;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url(../gfx/background.png); 
  background-color: #b1d675;
}
.box {
  background: #eee;
  border: 1px solid #000;
}
.img {
  text-align: center;
  padding: 20px 0;
}
.pic {
  height: 150px;
  text-align: center;
}
.pic a span {
  display: none;
}
.pic a {
  height: 150px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.pic .ersatz span {
  display: none;
}
.pic .ersatz {
  height: 150px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.navbar {
  background-color: #00c1ca;
}
.white {
  margin-right: auto;
  margin-left:auto;
  width: 100%;
  background-color: #fff;
}
</*
.text-center {
  padding-top: 20px;
}
.col-xs-12 {
  background-color: #fff;
}
#sidebar {
  height: 100%;
  padding-right: 0;
  padding-top: 20px;
}
#sidebar .nav {
  width: 95%;
}
#sidebar li {
  border:0 #f2f2f2 solid;
  border-bottom-width:1px;
}

/ * collapsed sidebar styles * /
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -41.6%;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -41.6%;
  }
  .row-offcanvas-right.active {
    right: 41.6%;
  }
  .row-offcanvas-left.active {
    left: 41.6%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 41.6%;
  }
  #sidebar {
    padding-top:0;
  }
}
*/
