/*search--------------------------*/ 
*{
  box-sizing: border-box;
}

li {
    font-size:12px;
}
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;
}
/*-------------------------------*/
#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}
#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

* {
text-decoration:none;
}
.btn {
    width:25px;
    height:25px;
}
body {
    font-family: 'Roboto', sans-serif;
    color:dimgrey;
    margin: 0px;
}
.above {
    overflow-y:auto;
    height:calc(100% - 65px);
    position:absolute;
    width:100%;
    max-width: 402px;
    background-image:url(img/paper.jpg);
    background-size: cover; 
}
p {
    font-weight: 300;
    font-size: 12px;
    align-content: left;
    width:75%;
}
h2 {
    font-size: 12px;
    background-image: url(img/paper2.jpg);
    padding:10px;
    border-radius: 5px;
    color:darkslategrey;
    font-weight:bolder;
    text-decoration: none;
}
h3 {
    font-size: 14px;
}
h4 {
    font-size: 14px;
    padding:0px;
    margin:0px;
}
h5 {
  font size:20px;
  color:white;

}
#terug {
    position:fixed;
    margin-bottom:0px;
}
.catologus {
    text-decoration:none;
    background-color:#F6F4F1;
    align-content: left;
    max-width: 100%;
    text-align: left;
    padding:15px 15px 15px 20px;
    border-radius: 30px;
    font-weight:bold;
    margin:10px;
    box-shadow:5px 5px 5px #808080; 
}
.column {
    text-decoration:none;
    box-sizing: border-box;
    max-width: 400px;
    background-color: #F6F4F1;
    text-align: left;
    padding:10px 10px 10px 10px;
    border-radius: 30px;
    font-weight:bold;
    margin:10px;
    box-shadow:5px 5px 5px #808080;
  clear: both;
}
.column img {
    border-radius: 20px;
}
.info {
    width:70%;
    font-weight:normal;
    font-size:14px;
}

.infoside {
    width:25%;
    font-size:12px;
    font-weight:normal;
    padding-top:0px;
    padding-bottom:5px;
    align-items: left;
    display:none;
}
.infoside img {
     width:15px;
    height:15px;
    margin-right:5px;
    margin-left:15px;
}

.fold {
    display: none;
    font-size: 12px;
    font-weight:normal;
    margin:-0px;
}
.fold img {
    width:25px;
    height:100%;
}
.arrow {
    float:right;
    height:15px;
}
/*searchbalk*/

/* 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;
}



#myInput {
  background-image: url('/css/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 95%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 20px; /* Add some padding */
  border: 1px solid #F6F4F1; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
    background-color:#f1f1f1;
    margin:5px auto;
    display:block;
}

#myUL {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}


#myUL li a:hover:not(.header) {
  background-color:#f1f1f1; /* Add a hover effect to all links, except for headers */
}

@media screen and (min-width: 400px) {
  .mobile-nav {
    max-width:100%;
    justify-content: center;
  }
  
  .bloc-icon {
    margin:0px 50px
  }
  .above {
    max-width: 100%;
  }
  .catologus {
    max-width: 400px;
    margin:10px auto;
  }
  .column {
    margin:10px auto;
  }
  .logo {
    max-width:400px;
    margin: 0px auto;
    display: block;
    text-align: left;
    width: 100%;

  }
  #myInput {
    max-width:400px;
    text-align:center;
    margin-bottom:10px;
}
