/*search--------------------------*/ 
*{
  box-sizing: border-box;
}

form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px #F6F4F1;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

form.example button {
  float: left;
  width: 20%;
  padding: 10px;
background-image: url(img/paper2.jpg);
  color: black;
  font-size: 17px;
  border-left: none;
  cursor: pointer;
    border:none;
}
form.example button:hover {
    background-color:white;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}
/*search--------------------------*/ 
.flexbox {
 width:100%;
    display: flex;
  flex-wrap: wrap;
}
.box {
    width:135px;
    height:135px;
    margin:25px;
    background-color: #f1f1f1;
    border-radius:10px;
    
}
body {
    background-image:url(img/paper.jpg);
    font-family: 'Roboto', sans-serif;
    color:dimgrey;
    margin: 0px;
    max-width: 402px;
}
h2 {
    font-size: 12px;
    background-image: url(img/paper2.jpg);
    padding:10px;
    border-radius: 5px;
    color:darkslategrey;
    font-weight:bolder;
    text-decoration: none;
}
.above {
    overflow-y:auto;
    height:calc(100% - 65px);
    position:absolute;
    width:100%;
    max-width: 402px;
}
.dummy {
  display: block;
  margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: auto;
}
.flexbox img {
    margin-top:20px;
    margin-left:45px;
    width:auto;
    height:100px;
}
.gezicht:hover, .gezicht:focus {
    fill: red; }
/* Style the navbar */
.mobile-nav {
  background-image:url(img/paper.jpg);
  position: fixed;
  bottom: 0;
    left:0;
  height: 65px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  max-width:402px;
}
.bloc-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
#dummy {
    height:10px;
    width:20px;
}
.bloc-icon img {
  width: 50px;
}

@media screen and (min-width: 400px) {
  .mobile-nav {
    max-width:100%;
    justify-content: center;
  }
  
  .bloc-icon {
    margin:0px 50px;
  }
  .above {
    max-width: 100%;
  }
  .catologus {
    margin:10px auto;
  }
  .logo {
    max-width:400px;
    margin: 0px auto;
    display: block;
    text-align: start;
    width: 100%;
  }
  .dummy {
    margin-top:10px;
    margin-bottom:10px;
  }
  .flexbox {
    max-width:800px;
    margin:0px auto;
    justify-content: center;

  }
  .box {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}