h1
{
  font-size: 40px;
  margin-bottom: 0;
}
#Inhoud
{
  padding-left: 0;
  margin-left: 0px;
  text-align: center;
  padding-left: 0;
}

#CatSectie, #Cat, #cat
{
  padding-left: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}

#Cat
{
  display: flex;
  gap: 20px;
}

#alles
{
  width: 00px;
}

#cat
{
  gap: 20px;
  width: 100%;
}

#cat li
{
  height: 330px;
  margin-bottom: 0px;
  gap: 20px;
}

@media (max-width: 1400px)
{
  #Cat ul span #alles
  {
    display: none;
  }
  #Cat #cat span
  {
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
    gap: 40px;
  }
  #Cat ul span #allesklein
  {
    display: flex;
  }

  #Cat #cat 
  {
    flex-direction: column;
    justify-content: center;
    justify-items: center
  }
}

@media (min-width: 1401px)
{
  #Cat ul span #allesklein
  {
    display: none;
  }
  h1
{
  margin-bottom: 30px;
}
}

#Cat ul span #alles
{
  width: 100%;
}

#Cat ul span #alles img
{
  width: 1260px;
  aspect-ratio: 48/9;
  margin: 20px;
}

#Cat ul span
{
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-self: center;
  margin: 0;
  padding-left: 0;
  gap: 20px;
  width: 1300px;
  margin-bottom: 50px;
}

#Cat ul li
{
  background-color: var(--Product-Achtergrond);
  border-radius: 30px;
  box-shadow: var(--Schaduw);
  width: 400px;
  height: fit-content;
  display: flex;
  padding-left: 0;
  margin: 0;
  text-align: center;
  align-items: stretch;
  position: relative;
}

#Cat ul li img
{
  width: 90%;
  aspect-ratio: 16/9;
  border: 5px solid white;
  border-radius: 20px;
  padding-left: 0;
  margin-bottom: 5%;
  margin-top: 5%;
  margin-left: 5%;
}

#Cat ul li h3
{
  color: white;
}

#CatSectie ul li h3
{
  background-color: red;
  align-self: center;
  align-items: center;
  align-content: center;
  width: 90%;
  border-radius: 20px;
  position: absolute;
  top: 5%;
  height: 15%;
  border: white 3px solid;
  margin-left: 5%;
}

#CatSectie
{
  margin-bottom: 0px;
}

#Actief:hover #DropdownShop
{
  display: flex;
}

#DropdownShop li:active
{
  transform: scale(0.9);
  transition: all 0.3s;
}

nav #Actief:active
{
  transform: scale(1.05);
  transition: all 0.3s;
}