body, html {height: 100%; margin:0;font-family:Arial;font-size:18px;background-color: #d9d8ca;}


.legend {
    font-family: Arial, Helvetica, sans-serif;font-size:15px;
}

 .hero-image {
  background-image:  url("../boekenplank4.png");
  height: 35vw;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
 /* text-shadow: 0 3px 12px rgba(0, 0, 0, 0.8);*/
  font-size: 3vw;
}
/*
.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}

*/
/*
 .flex-container {
  display: flex;
  height: 600px;
  flex-wrap: wrap;
  align-content: center;
  overflow: scroll;
  background-color: DodgerBlue;
}

.flex-container > div {
  background-color: #f1f1f1;
  width: 100px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}
*/

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color:#f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

.active {
  background-color: #8B4513;
  color: White;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 20px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.artikelen a:link {
  text-decoration: none;color: Blue;
}

.artikelen a:visited {
  text-decoration: none;color: Blue;
}

.artikelen a:hover {
  text-decoration: none;color: Red;
}

.artikelen a:active {
  text-decoration: none;color: Blue;
}
.footer {
  text-align: center;
  padding: 3px;
  background-color: #616056;;
  color: white; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}
/*
.hero-image {
  height: 300px;
  background: url('https://via.placeholder.com/1200x300?text=Hero+Image') center/cover no-repeat;
  position: relative;
}
*/
.search-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 20px 5%;
  box-sizing: border-box;
}

#search-bar {
  background: #d9d8ca;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  max-width: 300px;
  width: 100%;
}

#search-bar input {
  width: calc(100% - 90px);
  padding: 6px;
}

#search-bar button {
  width: 70px;
  padding: 6px;
  background-color: #8B4513;
  color: White;
}

@media (max-width: 600px) {
  .search-wrapper {
    justify-content: center;
    padding: 20px 10px;
  }

  #search-bar {
    max-width: none;
  }
}


@media (max-width: 600px) {
  #search-bar {
    top: auto;
    bottom: 20px;
    right: 10px;
    left: 10px;
    max-width: none;
    width: calc(100% - 20px);
  }

  #search-bar input {
    width: calc(100% - 80px);
  }

  #search-bar button {
    width: 70px;
  }
}