.bv_container{
  width:100%;
}

.gallery_topping{
  margin-right:20px;
  width:100%;
  height:150px;
  border-radius:4px;
  border-color:#aaa;
  border-style:solid;
  border-width:4px;
  overflow:hidden;
  position:relative;
  margin-bottom:10px;
}

.gallery_topping > img{
  position:absolute;
  width:100%;
}

.coverimg{
  top:-100px;
  z-index:0;
}
.overlay{
  width:100%;
  height:150px;
  background-color:rgba(0,0,0,0.5);
  z-index:2;
  position:absolute;
}
.overlay > h1{
  color:white;
  z-index:3;
  position:absolute;
  left:30px;
  font-family: 'Francois One', sans-serif;
  font-size:100px;
}

.album{
  border-radius:4px;
  border-color:#aaa;
  border-style:solid;
  border-width:4px;
  position:relative;
  overflow:hidden;
  z-index:0;
  margin:5px;
}
.album > img{
  position:absolute;
  width:100%;
  height:100%;
  z-index:2;
}

.picture{
  border-radius:4px;
  border-color:#aaa;
  border-style:solid;
  border-width:4px;
  position:relative;
  overflow:hidden;
  z-index:0;
  margin-bottom:5px;
}
.picture > img{
  position:absolute;
  width:auto;
  height:100%;
  overflow:hidden;
  z-index:2;
}
.namecard{
  height:20px;
  background-color:rgba(0,0,0,0.5);
  width:100%;
  z-index:3;
  position:absolute;
}

.name-label{
  color:white;
  position:absolute;
  z-index:4;
  font-size:3em;
  font-family: 'Francois One', sans-serif;
}

.entry-content img{
  max-width:200%;
}

.content{
  margin-bottom:5px;
  position:relative;

}

.slideshow{
  visibility:hidden;
  z-index:1000;
  position:fixed;
  top:0;
  left:0;
  background-color:#fff;
}

.slideshow > div{
  z-index:2000;

}
.nieuw{
  width:80px;
  height:80px;
  position:absolute;
  right:-1px;
  top:-6px;
  z-index:20;
}

.nieuw>img{
  width:100%;
  height:100%;
}

.breadcrum{
  margin-bottom:5px;
}
.backBut{
  margin-right:15px;
  font-size:1.4em;
{
