html,body{
  background: none;
  background-color: #eca612;
  overflow-x: hidden;
}
td.footer{
  display: none;
}

#footer {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
}
#footer table{
  width: 100% !important;
}
#footer .tekst_kl{
  text-align: center;
}
 
#container {
	width: 100%;
}

#top {
	display: none;
}
#header {
	height: 106px;
	width: 100%;
  background-image: url("/img/mobile-header.jpg");
  background-size: auto 100%;
  background-position: right 6px center;
}

nav{
  display: block;
  position: relative;
  z-index: 100;
}
nav ul{
  margin: 0px;
  padding: 0px;
  width: 100%;
}
nav ul li{
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: block;
  text-align: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  border-top: solid 1px #000;
  background-color: #f9bd19;
}
nav ul li.menuItem{
  display: none;
}
nav ul li a:hover{
  text-decoration: none;
  color: #000;
}

nav ul li.menuButton{
  height: 106px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 106px;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  background: none;
}
nav ul li.menuButton .fa{
  padding-right: 10px;
}

#logo {
	float: right;
	height: 106px;
	width: 115px;
  position: relative;
  z-index: 11;
}
#logo img{
	display: block;
  height: 106px;
	width: 115px;
}

#inhoud_container {
	width: 100%;
  box-sizing: border-box;
	padding-right: 20px;
	padding-left: 20px;
  padding-top: 20px;
}
#kolom_left {
	float: none;
	width: 100%;
  margin-bottom: 20px;
}
#kolom_left img {
	width: 100% !important;
  max-width: 300px;
  height: auto !important;
  display: block;
}
#gallery{
  display: none;
}
#gallery.mobileVisible{
  display: block;
}

#kolom_middle {
	float: none;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
}
#kolom_middle iframe{
  width: 100% !important;
}
#kolom_right {
	float: none;
	width: 100%;
  margin-top: 20px;
}
#tekst_banners {
  display: none;
}
#slider {
  display: none;
}
/* CSS Document */
#gallery {
	float: none;
  width: 100%;
}
#projecten_balk {
	width: 100%;
}

/*      TOEVOEGING GIJS - CODE COMPANY      */
.galleryWebbee{
  margin-right: 20px;
  margin-bottom: 10px;
}
.galleryWebbee:nth-child(5n){
  margin-right: 20px;
}

.mobileSlider{
  display: block;
  position: relative;
  height: 365px;
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .mobileSlider{
    height: 0px;
    width: 100%;
    padding-top: 76%;
  }
}

.mobileSlider div{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
  overflow: hidden;
  -moz-box-shadow:    inset 0 0 5px rgba(0,0,0,0.7);
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.7);
  box-shadow:         inset 0 0 5px rgba(0,0,0,0.7);
}