li.nav-item:hover {
    border-style: none none solid none;
    border-width: 0px 0px 1px 0px;
    border-color: #BBB;
}

nav#hoofdmenu {
    background-color: white !important;
    border-style: none none solid none;
    border-width: 0px 0px 1px 0px;
    border-color: #EEE;
    margin-bottom: 50px;
}

body {
    background-image: linear-gradient(240deg, rgb(237, 28, 36), rgb(255, 147, 30));
}

#white-background-wrapper {
    background-color: white;
    padding-bottom: 60px;
}

footer {
    color: white;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 15px;
}

.footerbold {
    font-weight: bold;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline white;
}

div.logoheader {
    border-style: none none solid none;
    border-width: 1px;
    border-color: #EEE;
    margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a {
    color: rgb(247, 146, 30);
}

.vetzwart {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:900;
    font-size: 24pt;
}

ul.sidemenu {
    list-style-type: none;
    color: #999;
}

ul.sidemenu li {
    border-style: none none solid none;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 10px;
    padding-top: 5px;
}

ul.sidemenu li a {
    color: #999;
    text-decoration: none;
}

ul.sidemenu li a:hover {
    text-decoration: underline;
}

.nonlink {
    text-decoration: none;
    color: black;
}