h1 {
    color: #263793 !important;
  margin-bottom: 25px;
}

h2
{
color: #f7941e !important;
}

h6
{
color: #f7941e !important;
}



blockquote
{
border: 1px solid #f7941e;
padding: 10px;
margin-left: 20px;
  background: bisque;
}

strong
{color: #f7941e !important;
font-size: 22px;}

div#beeldmerk {
    margin-bottom: 20px;
}

main a {
    #background-image: url(https://nadeamputatie.nl/images/pijl.png);
    background-repeat: no-repeat;
    padding-left: 0px;
}

main a:hover {
    #background-image: url(https://nadeamputatie.nl/images/pijl.png);
    #background-repeat: no-repeat;
  color: #f7941e !important;
    padding-left: 0px;
}


main {
    margin-left: 40px;
}

span.pagination.ms-0 {
    display: none;
}


a:not([class]) {
    text-decoration: none !important;
  color: #263793;
    font-weight: 500;
}
}

a:hover([class]) {
    text-decoration: none !important;
    color: #263793;
}

.mod-list li a:hover {
    text-decoration: none !important;
  color: #f7941e;
}


#voeter
{
  border-top: 1px solid #263793;
  padding-top: 20px;
  margin-top: 20px;
     background: #f7941e;
}


form.mod-finder.js-finder-searchform.form-search {
    text-align: right;
}


@media (max-width:576px)
{
  main
  {margin-left: 0px;}
}

