    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: 700px)
{
    #afbeeldingachtergrond916
    {
        display: none;
    }
}

footer
{
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

#Home
{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);;
    margin: 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-top: 75px;
    text-shadow: 1px 1px 5px rgb(0, 0, 0);
    font-weight: 600;
    color: white;
}

#Home div
{
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-self: center;
    padding-top: 5vh;
    padding-bottom: 5vh;
    justify-content: center;
    align-content: center;
    position: relative;
    margin-left: 20%;
    margin-right: 20%;
}

#Home div h1
{
    font-size: 50px;
    margin: 0;
    padding: 0;
    letter-spacing: 3px;
    text-align: center;
}

#Home div h2
{
    font-size: 35px;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    letter-spacing: 3px;
    text-align: center;
}

#Home div p
{
font-size: 20px;
margin: 0;
padding: 0;
margin-bottom: 20px;
}



#Home div a
{
    display: flex;
    justify-content: center;
}

#Home ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

#Home ul li
{
    display: flex;
    flex-direction: row;
    justify-items: center;
    margin-top: 10px;
}

#Home ul li p
{
    align-self: center;
    margin: 0
}

#Home ul img
{
    height: 40px;
    aspect-ratio: 1/1;
    margin-right: 20px;
}

#Shopnu
{
    display: flex;
    margin-top: 40px;
    background: linear-gradient(90deg, rgb(102, 138, 255) 0%, rgb(225, 77, 255) 100%);
    color: white;
    width: max-content;
    justify-self: center;
    align-self: center;
    padding: 20px;
    font-weight: 900;
    text-shadow: 0px 0px 5px rgb(0, 0, 0); 
    border-radius: 100px;
    box-shadow: var(--Schaduw);
    font-size: 20px;
    border: 3px solid rgb(255, 255, 255);
}

#Shopnu:hover, #meer:hover
{
    text-decoration: underline;
    transform: scale(1.05);
    transition: all .3s;
}
    
#Pubquizzen h2, #Waarom h2
{
    font-size: 45px;
}

#Pubquizzen
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

#Pubquizzen .Pubquizzen
{
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 320px));
    justify-content: center;
    justify-items: center;
    list-style: none;
    gap: 20px;
    justify-self: center;
    width: min(200vh, 80%);
}

#Pubquizzen .Pubquizzen li
{
    display: flex;
    flex-direction: column;
    width: 320px;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 20px;
    box-shadow: var(--Schaduw);
    text-align: center;
}

#Pubquizzen .Pubquizzen li:hover
{
    background-color: rgb(255, 252, 244);
      transition: all .7s;
    transform: scale(1.05);
}

#Pubquizzen .Pubquizzen li h3
{
    margin: 0;
    padding: 0;
    font-size: 25px;
    color:black;
}

#Pubquizzen .Pubquizzen li p
{
    margin: 0;
    padding: 0;
    font-size: 25px;
    color:black;
    width: 100%;
    justify-self: center;
    text-align: center;
}

#Pubquizzen .Pubquizzen li p:hover
{
    text-decoration: underline;
}

#Pubquizzen .Pubquizzen img
{
    aspect-ratio: 1/1;
    width: 300px;
    justify-self: center;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 10px;
}

#Pubquizzen .Pubquizzen li a
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#meer
{
    display: flex;
    margin-top: 40px;
    background: linear-gradient(90deg, rgb(255, 150, 51) 0%, rgb(255, 77, 77) 50%);
    color: white;
    width: max-content;
    justify-self: center;
    padding: 20px;
    font-weight: 900;
    text-shadow: 0px 0px 5px rgb(0, 0, 0); 
    border-radius: 100px;
    box-shadow: var(--Schaduw);
    font-size: 25px;
    border: 3px solid rgb(255, 255, 255);
}


@media (max-width: 580px)
{
    #Home
    {
        margin-top: 30px;
    }
    #Home div
    {
        margin-left: 5%;
        margin-right: 5%;
    }
    #Home div h1
    {
        font-size: 40px;
        letter-spacing: 1px;
    }
    #Home div h2
    {
        font-size: 25px;
    }
    #Home div p, #Home div a
    {
        font-size: 15px;
    }
    #Home ul img
    {
        height: 4cqb;
    }
    #Pubquizzen .Pubquizzen
    {
        grid-template-columns: repeat(auto-fill, 180px);
        width: 95%;
    }
    #Pubquizzen .Pubquizzen li
    {
        max-width: 180px;
    }
    #Pubquizzen .Pubquizzen li h3
    {
        font-size: 19px;
    }
     #Pubquizzen .Pubquizzen li p
    {
        font-size: 18px;
    }
     #Pubquizzen .Pubquizzen img
    {
        width: 200px;
    }
     #Pubquizzen
    {
        font-size: 15px;
    }
}




#Waarom
{
    background:linear-gradient(rgb(255, 142, 107), rgb(255, 225, 204));
    padding: 30px;
    margin-top: 150px;
    margin-bottom: 100px;
    box-shadow: 0px 0px 60px rgb(116, 116, 116);
    display: flex;
    flex-direction: column;
}

#Waarom h2
{
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    color: white;
    text-shadow: 1px 1px 5px rgb(0, 0, 0);
}

#Waarom ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: center;
    align-content: center;
}

#Waarom ul li
{
    background-color: rgb(255, 246, 236);
    color: black;
    box-shadow: var(--Schaduw);
    font-size: 20px;
    border-radius: 20px;
    width: min(100vh, 100%);
    margin: 0;
    display: flex;
    flex-direction: row;
}

#Waarom ul li img
{
    width: 50px;
    aspect-ratio: 1/1;
    margin-right: 20px;
    margin-left: 10px;
}
#Waarom ul p
{
    margin-right: 10px;
}

#Waarom ul li:hover
{
    background: linear-gradient(90deg,#ffffff 0%, rgb(255, 246, 236) 40%);
    border-radius: 20px;
    transform: scale(1.02);
    transition: all .3s;
}

@media (min-width: 1000px)
{
    #Waarom
    {
        align-items: center;
    }
    #Waarom h2
    {
        font-size: 60px;
    }
    #Waarom ul
    {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width: 150vh;
    }
    #Waarom ul li
    {
        font-size: 30px;
        width: 50vh;
        height: 200px;
        align-items: center;
    }
    #Waarom ul a
    {
        width: 50vh;
    }
    #Waarom ul li img
    {
        width: 100px;
    }
}

#nieuws
{
    margin-bottom: 100px;
    color: white;
    text-shadow: 1px 1px 5px rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.726);
    border-top: 5px solid rgb(105, 105, 105);
    border-bottom: 5px solid rgb(105, 105, 105);
    box-shadow: 0px 0px 60px rgb(0, 0, 0);
    position: relative;
}

#nieuws h1
{
    font-size: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    padding-top: 30px;
}

#foto-links
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    position: absolute;
    z-index: 1;
    padding: 0;
    margin: 0;
}

#foto-links a:nth-child(1)
{
    width: 320px;
}

#foto-links a:nth-child(2)
{
    width: 290px;
}

#foto-links img:hover, #foto-links-breed img:hover
{
    transform: scale(1.03);
    transition: all .3s;
}

#foto-links-breed
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    position: absolute;
    z-index: 1;
    padding: 0;
    margin: 0;
}

#foto-links-breed img{
    height: 700px;
}

#nieuws-inhoud
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#tekst
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 25px;
    width: 40%;
    padding: 0;
    margin: 0;
    z-index: -1;
}

#tekst h3
{
    font-size: 30px;
    margin-bottom: 20px;
}

#tekst p
{
    margin: 0;
    padding: 0;
}


#foto-links
{
    width: 100%;

}

@media (min-width: 1200px)
{
    #foto-links
    {
        display: none;
    }
        #tekst
    {
        justify-self: center;
    }
        #nieuws
    {
        height: 710px;
    }
}

@media (max-width: 1199px)
{
    #nieuws h1
    {
        margin-left: 50%;
        text-align: end;
        margin-right: 5%;
    }
    #foto-links-breed
    {
        display: none;
    }
    #nieuws
    {
        height: 950px;
    }
    #tekst
    {
        justify-self: end;
        margin-right: 5%;
        text-align: right;
    }
}

@media (max-width: 900px)
{
    #foto-links
    {
        z-index: -5;
    }

        #nieuws h1
    {
        margin-left: 0%;
        width: 100%;
        text-align: center;
    }
    #tekst
        {
        justify-self: center;
        width: min(750px, 90%);
        text-align: center;
        margin-right: 0;
    }
}

@media (max-width: 500px)
{
    #foto-links a:nth-child(1)
{
    width: 285px;
}

#foto-links a:nth-child(2)
{
    width: 250px;
}

#nieuws
    {
        height: 840px;
    }
}

#Voorbeeld
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

#Voorbeeld h1
{
    font-size: 40px;
    margin: 0;
    padding: 0;
    color: rgb(0, 0, 0);
}

#Voorbeeld p, #Voorbeeld b
{
    font-size: 20px;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgb(0, 0, 0);
    width: min(600px, 90%);
}

#Voorbeeld i
{
    font-size: 17px;
    margin: 0;
    padding: 0;
    color: rgb(0, 0, 0);
    width: min(600px, 90%);
}

#Voorbeeld ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: min(90%, 950px);
}

#Voorbeeld img
{
    position: relative;
    height: 100%;
    align-self: center;
    justify-self: center;
    border: white solid 3px;
    border-radius: 30px;
    box-shadow: var(--Schaduw);
}

#Voorbeeld li
{
    height: 240px;
    min-width: 450px;

}

#Voorbeeld li button
{
    height: 50px;
    width: 50px;
    aspect-ratio: 1/1;
    position: absolute;
    font-size: 25px;
    border-radius: 25px;
    top: 95px;
    opacity: 0.8;
    border: 2px solid rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.568);
    color: white;
}

#Voorbeeld li button:hover
{
    opacity: 1;
    transform: scale(1.1);
    transition: all .3s;
    cursor: pointer;
}

#Voorbeeld li:hover img
{
    box-shadow: 0px 0px 50px rgb(255, 94, 1);
    transition: all .5s;
    transform: scale(1.03);
}

#Voorbeeld ul li img:active
{
    box-shadow: 0px 0px 0px rgb(255, 94, 1);
    transition: all .2s;
    transform: scale(1);
}

#Voorbeeld li button:nth-last-child(2)
{
    left: 0px;
}

#Voorbeeld li button:nth-last-child(1)
{
    right: 0px;
}

@media (max-width: 1080px)
{
    #Voorbeeld ul
    {
        justify-content: center;
        justify-self: center;
        width: 300px;
    }

}

@media (max-width: 600px){
#Voorbeeld li
{
    min-width: 20px;
    max-width: 300px;
    height: 150px;
    justify-content: center;
    justify-self: center;
    justify-items: center;
}
#Voorbeeld li img
{
        justify-content: center;
    justify-self: center;
    justify-items: center;
}
#Voorbeeld li button{
    top: 50px;
    height: 50px;
    width: 50px;
}
#Voorbeeld li button:nth-last-child(2)
{
    left: -40px;
}

#Voorbeeld li button:nth-last-child(1)
{
    right: -40px;
}
}

