<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***
* Donker blauw: #293352
* Goud: #94820a
* wit: #eae7d5
* Goud-logo: #c5a075
* Blauw-logo: #141631
***/

.iframecontent {
    height: 320px;
    border: 3px solid #141631;
    border-radius: 10px;
    width:100%;
}

/** Home page colors &amp; styling**/

dl.headlines.headlines-footer dd a {color: #eae7d5;}

dl.headlines.headlines-footer dd a:hover { color: #c5a075;}

dl.headlines dd a {color: #eae7d5;}

dl.headlines dd a:hover { color: #c5a075;}

li {color: #c5a075;}

p {color: #eae7d5;}

section#content h1, section#content h2, section#content h3, section#content h4 {
    color: #c5a075;
    text-decoration: underline;
    font-weight: bolder;
}

hr {
  height: 2px;
  background-color: #c5a075;
  border: none;
}
    
#body {
    color: #141631;
}

#content &gt; .container{
      padding-left: 7% !important;
      padding-right: 7% !important;
      background-color: #141631;
}

footer &gt; .container &gt; .row &gt; div &gt; .headline &gt; h3 {
    color: #c5a075;
}

/*** Color Footer ***/
.homeheaders {
    color: #141631;
}

footer{
  background-color: #141631;
}

dl.headlines-footer dt.date a{
  background-color: #141631;
}

footer &gt; .container &gt; .row &gt; div &gt; .headline &gt; h3{
  border-bottom: 2px solid #c5a075
}

/*** Color text menu header ***/

.sf-menu a {
    color: #eae7d5;
}
header .container .header-nav-top .login p a {
    color: #eae7d5;
}

section#copyright {
    background: #c5a075;
}

/** Background color blogs **/

.blog-content {
    background-color: #141631;
}


/** Alternative pages styling and colors **/
section#content .content-header.content-header-background .breadcrumb&gt;.active {
    color: #c5a075;
}

section#content .content-header.content-header-background h2, section#content .content-header.content-header-background h3 {
    color: #c5a075;
    text-decoration: underline;
    font-weight: bolder;
}

section#content .container .headline h2, section#content .container .headline h3, section#content .container .headline h4, section#content .container .headline h5, section#content .container .headline h6 {
    color: #c5a075;
}

.aside ul#submenu li a, .aside ul.submenu li a {
    color: #c5a075;
}

.aside div dl dd, .aside div dl dt {
    color: #c5a075;
}

.aside &gt; #submenu &gt; li &gt; ul li:not(:first-child) {
    display: none;
}

.aside &gt; #submenu &gt; li &gt; ul &gt;  li &gt; a {
    display: none;
}

.aside &gt; #submenu &gt; li &gt; a {
    display: none !important;
}

/** Foto's nieuws **/

.img-responsive, .thumbnail&gt;img, .thumbnail a&gt;img, .carousel-inner&gt;.item&gt;img, .carousel-inner&gt;.item&gt;a&gt;img {
     object-fit: contain;
}

/** Team vh jaar tussenstand tabel **/

table.lustrum-tabel {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-collapse: collapse;
    border: 3px solid #c5a075;
}

table.lustrum-tabel td, table.lustrum-tabel th {
    border: 3px solid #c5a075;
    padding: 3px 10px;
}

table.lustrum-tabel tbody td {
    font-size: 18px;
    color: #eae7d5;
}

table.lustrum-tabel thead {
    background-color: #c5a075;
    border-bottom: 3px solid #c5a075;
}

table.lustrum-tabel thead th {
    font-size: 20px;
    font-weight: bold;
    color: #eae7d5;
    border-left: 2px solid #c5a075;
}
</pre></body></html>