body    {
    margin: 0;
    font-family: Roboto;
    background-color: #F1F2F6;
}
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    color:#EBF5FF;
    background: #993366;
    font-size: 12px;
    text-align: center;
    line-height:40px;
    border-top: 1px solid #993366;
}
.vollebreedte-p   {
    width: 100%;
    background-color: #993366;
    margin: 20px 0px 40px, 0px;
}
.vollebreedte-w   {
    width: 100%;
    background-color: none;
    margin: 20px 0;
}
.vollebreedte-s  {
    width: 100%;
    background-color: #F1F2F6;
    margin: 20px 0;
}
.tekstvak-p   {
    position: relative;
    left: 150px;
    background-color: none;
    width: 1000px;
    color: #993366;
    padding: 10px;
    font-size: 18px;
    margin: 20px 0;
}
.tekstvak-w   {
    position: relative;
    left: 150px;
    background-color: none;
    width: 1000px;
    color: #EBF5FF;
    padding: 10px;
    font-size: 18px;
    margin: 20px 0;
}
.td-prijs   {
    text-align: right;
}

ul li  {
    margin-bottom: 15px;
}
.vollebreedte-p a   {
    color:  #EBF5FF;
}

#donker {
    color: #711844;
}

/* Dropdown Button */
.dropbtn {
    background-color: #993366;
    color: #EBF5FF;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    width: 200px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #EBF5FF;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #993366; color: #EBF5FF }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #993366;}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}