.dropdown {
  position: relative;
  display: inline-block;
}

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


.dropdown-keuzes{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

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

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

.buttonfilter {
  text-align:center;
  margin-top:  20px;
  margin-bottom: 10px;
 width:100%;
 align: center;
  background-color: #404040;
   border-radius: 4px;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: #cc7a00;
  cursor: pointer;
  box-sizing: border-box;
}


.buttonfilter button {
  background-color: #404040;
   border-radius: 4px;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: #cc7a00;
  cursor: pointer;
  width: 30%;
  box-sizing: border-box;
}

.rasterfilter {
  margin-left: 10vw;
  margin-right: 10vw;
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px;

}

.subrasterfiltertot{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
 font-weight: normal;
 border: 1px  #d9d9d9;
  padding: 10px;
border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
}

.subrasterfilter{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 45px 45px;
  grid-gap: 10px;
 font-weight: normal;
  background-color:  rgba(255, 255, 255, 0.8);;
 border: 1px  #d9d9d9;
  padding: 10px;
}

.celrasterfilter {
 font-weight: normal;
  background-color: #f2f2f2;
 border: 1px solid #d9d9d9;
  border-radius: 3px; 
  box-shadow: 2px 3px #d9d9d9;
  padding: 10px;

}

.keuzes{
  color: blue;
 }



@media screen and  (min-width: 600px) and (max-width: 1300px){
.rasterfilter {
  margin-left: 2vw;
  margin-right: 2vw;

}

.subrasterfiltertot {
  grid-template-columns: repeat(2, 1fr);
}


.rasterdetailoverzicht{
  margin-left: 2vw;
  margin-right: 2vw;

}
.dropdown-keuzes{
  grid-template-columns: repeat(2, 1fr);
}
}





@media screen and (max-width: 600px) {
.rasterfilter {
  margin-left: 1vw;
  margin-right: 1vw;

}

.subrasterfiltertot {
  grid-template-columns: repeat(1, 1fr);
}


.rasterdetailoverzicht{
  margin-left: 1vw;
  margin-right: 1vw;

}


.dropdown-keuzes{
  grid-template-columns: repeat(2, 1fr);
}

}
