section
{
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}

@media (max-width: 800px)
{
    section ul
    {
    gap: 10px;
    width: 95%;
    }
    .Product5
    {
    width: 170px;
    box-shadow: 0px 0px 10px black;
    }
    .Product5 #Ptitel h2
    {
    font-size: 18px;
    }
    .Product5 #Ptitel
    {
    height: 90px;
    }
    .Product5 #afbeelding
    {
    height: 100px;
    }
    #team, #korting, #extra
    {
    top: 80px;
    font-size: 14px;
    padding: 5px;
    }
    .Product5 p
    {
    font-size: 17px;
    }
    .Product5 select
    {
    padding: 2px;
    font-size: 13px;
    }
    .Product5 #Toevoegen p
    {
    font-size: 15px;
    }
    .Product5 #Toevoegen
    {
    margin-top: 10px;
    height: 50px;
    }
    .Product5 #Toevoegen input
    {
    font-size: 14px;
    width: 50px;
    padding-left: 0px;
    padding: 0;
    }
    .Product5 #Toevoegen button
    {
    font-size: 10px;
    }
    #ProductVoordeel
    {
    box-shadow: 5px 5px 10px rgb(255, 0, 0),
    -5px -5px 10px rgb(255, 139, 31);
    }
}

@media (min-width: 801px)
{
    section ul
    {
    gap: 30px;
    width: 80%;
    }
    .Product5
    {
    width: 300px;
    padding-bottom: 30px;
    box-shadow: 0px 0px 20px black;
    }  
    .Product5 #Ptitel h2
    {
    font-size: 25px;
    }
    .Product5 #Ptitel
    {
    height: 120px;
    }
    .Product5 #afbeelding
    {
    height: 200px;
    }
    #team, #korting, #extra
    {
    top: 110px;
    font-size: 17px;
    padding: 10px;
    }
    .Product5 p
    {
    font-size: 25px;
    }
    .Product5 select
    {
    padding: 5px;
    font-size: 18px;
    }
    .Product5 #Toevoegen p
    {
    font-size: 20px;
    }
    .Product5 #Toevoegen
    {
    margin-top: 10px;
    height: 60px;
    }
    .Product5 #Toevoegen input
    {
    font-size: 20px;
    width: 70px;
    padding-left: 10px;
    }
    .Product5 #Toevoegen button
    {
    font-size: 14px;
    }
    #ProductVoordeel
    {
    box-shadow: 5px 5px 20px rgb(255, 0, 0),
    -5px -5px 20px rgb(255, 139, 31);
    }

}

.Product5
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    background-color: white;
    padding: 10px;
    padding-top: 0;
    border-radius: 10px;
    border: 2px solid rgb(0, 0, 0);
}



.Product5 #Ptitel
{
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 100%;
}

.Product5 #Ptitel h2
{
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    color: rgb(0, 0, 0);
    justify-self: center;
    text-shadow: 0px 0px 15px rgb(255, 255, 255) ;
}

#extra
{
    background: linear-gradient(to right, rgb(255, 0, 0), rgb(255, 69, 69));
    left: 0px;
}

#team
{
    background: linear-gradient(to right, rgb(0, 0, 255), rgb(69, 69, 255));
    right: 0px;
}

#korting
{
    background: linear-gradient(to right, rgb(234, 0, 255), rgb(35, 31, 255));
    left: 0px;

}
#team, #korting, #extra
{
    color: white;
    position: absolute;
    border-radius: 10px;
    border: 2px solid white;
    box-shadow: 0px 0px 10px rgb(255, 255, 255);
}

.Product5 #afbeelding
{
    width: 100%;
    align-content: center;
}

.Product5 #afbeelding img
{
    border-radius: 10px;
}

.Product5 #Voordeel
{
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-around;
    height: 40px;
}

.Product5 #Voordeel #Fout
{
    text-decoration: line-through;
}

.Product5 select
{
    border-radius: 5px;
    color: black;
}

.Product5 p
{
    margin: 0;
    padding: 0;
}


.Product5 #Toevoegen
{
    display: flex;
    align-items: end;
    justify-content: space-around;
    color: white;
}

.Product5 #Toevoegen p
{
    margin: 0;
    padding: 0;
    color: black;
}

.Product5 #Toevoegen input
{
    text-align: center;
    border-radius: 5px;
}

.Product5 #Toevoegen button
{
    color: white;
    background-color: var(--Knop-Achtergrond);
    padding: 7px;
    border: 1px solid white;
    border-radius: 5px;
}

.Product5 #Toevoegen button:hover
{
    background-color: var(--Knop-Achtergrond-Actief);
    cursor: pointer;
    transition: all 0.3s ease;
}

.Product5 #Toevoegen button:active
{
    transform: scale(1.05);
}

.Product5:hover
{
    transform: scale(1.02);
    transition: all 0.3s ease;
    background: linear-gradient(to top, white 70%, rgb(206, 206, 206));
}

#Lijst
{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  gap: 20px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 50px;
  margin-left: 5%;
  margin-right: 5%;
}

#Lijst li 
{
  margin: 0;
  padding: 0;
  font-size: 30px;  
  text-align: center;
  width: 400px;
  background: var(--Koptekst-Achtergrond);
  border-radius: 40px;
  box-shadow: var(--Schaduw);
  border: white 2px solid;
}

#Lijst li a
{
  color: white;
  font-weight: bold;
  padding: 0px;
}

#Lijst li:hover
{
  background: var(--Knop-Achtergrond-Actief);
  cursor: pointer;
}


#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;
}


body{
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

#afbeeldingachtergrond169
{
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    z-index: -1;
}

#afbeeldingachtergrond916
{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: -1;
}
@media (max-width: 700px)
{
    #afbeeldingachtergrond16-9
    {
        display: none;
    }
}

@media (min-width: 701px)
{
    #afbeeldingachtergrond916
    {
        display: none;
    }
}


#Uitgelicht
{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  display: flex; justify-content: center;font-size: 25px;    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);;
    margin: 0;
    padding: 0;
    border-top: 2px solid rgb(255, 255, 255);
    border-bottom: 2px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 60px rgb(116, 116, 116);
    margin-bottom: 50px;

padding-bottom: 30px;
}

#Uitgelicht h2
{
font-weight: 600;
  color: white;
}