body {
    background-color:black;
    color:white;
}

.banner {
    top: 0;
    border: 2px solid #FDF8C5;
    position: fixed;
    width: fit-content;
    z-index: 1;
    overflow-x: hidden;
    text-align: start;
    width: 1450px;
}

.image{
    float: right;
}

#bannerfoto {
    width: 1100px;
}

.main {
    position: fixed;
    margin-left: 170px;
    margin-top: 170px;
    width: 150px 500px;

}

.sidebar {
    height: 100%;
    width: 160px;
    top: 0;
    left: 0;
    overflow-x: hidden;
    z-index: 1;
    position: fixed;
    padding-top: 170px;
    border: 2px solid #FDF8C5;
}

.sidebar a {
    padding: 6px 8px 6px 16px;
    font-size: 23px;
    display: block;
    color: white;
    border: 1px solid #FDF8C5;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 8px;
}

.sidebar a:hover {
    background-color: #FDF8C5;
    color: black;
}

.sidebar_vulling {
    margin-bottom: 150px;
}

.vulling {
    margin-bottom: 200px;
}

#hoofdtekst {
    font-size: 40px;
    border: 2px solid #FDF8C5;
    height: fit-content;
    width: fit-content;
    background: black;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 25px;
}

.btn {
    border: 2px solid #FDF8C5;
    background: black;
    color: white;
    font-size: 16px;
    cursor: pointer;
    padding: 20px;
    margin-right: 20px;
    border-radius: 25px;
}

.btn:hover {
    background-color: #FDF8C5;
    color:black;
}

#mandje_knop {
    color: white;
}
#mandje_knop:hover {
    background-color: black;
    color:#FDF8C5;
}

.product {
    border: 2px solid #FDF8C5;
    display: inline-block;
    background: black;
    color: white;
    font-size: 16px;
    cursor: pointer;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 25px;
}

#Teksthoofdpagina {
    font-size: 25px;
    border: 2px solid #FDF8C5;
    width: fit-content;
    background: black;
    color: white;
    cursor: pointer;
    padding: 20px;
    border-radius: 25px;
}

#foto_hoofdpagina {
    margin-left: 30px;
}

.tekst {
    border: 2px solid #FDF8C5;
    background: black;
    color: white;
    font-size: 12px;
    cursor: pointer;
    padding: 20px;
    margin-right: 20px;
    border-radius: 25px;
}