/***
* 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 & 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 > .container{
      padding-left: 7% !important;
      padding-right: 7% !important;
      background-color: #141631;
}

footer > .container > .row > div > .headline > h3 {
    color: #c5a075;
}

/*** Color Footer ***/
.homeheaders {
    color: #141631;
}

footer{
  background-color: #141631;
}

dl.headlines-footer dt.date a{
  background-color: #141631;
}

footer > .container > .row > div > .headline > 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>.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 > #submenu > li > ul li:not(:first-child) {
    display: none;
}

.aside > #submenu > li > ul >  li > a {
    display: none;
}

.aside > #submenu > li > a {
    display: none !important;
}

/** Foto's nieuws **/

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>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;
}
