/* ================================================== */
/* 1. BASIS & TYPOGRAFIE                              */
/* ================================================== */

/* Algemene koppen */
h2, h3, h4, h5, h6 {
    color: #262959;
}

h2 {
    font-weight: bold;
}

/* Algemene h3-stijl */
h3 {
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 3px solid #daa85e;
    display: inline-block;
    padding-bottom: 8px;
    color: #262959;
}

/* Mobiel: h3 iets kleiner */
@media (max-width: 768px) {
    h3 {
        font-size: 1.9rem;
        line-height: 1.3;
    }
}

/* Alle h4-links: geen onderstreping */
h4 a {
    text-decoration: none !important;
}

/* Links */
a {
    text-decoration: underline;
    font-weight: 600 !important;
}

dl.headlines dd a {
    color: var(--main);
}

/* Lijsten */
.list-unstyled {
    color: var(--main);
}

/* Tabellen */
table {
    border: 0;
    border-spacing: 0;
    border-color: #ffffff;
}


/* ================================================== */
/* 2. HEADER & LOGO                                   */
/* ================================================== */

@media (max-width: 991px) {
    header .container .header-nav .header-logo .navbar-brand {
        width: 280px !important;
        height: 70px !important;
        max-width: 100%;
    }
}


/* ================================================== */
/* 3. SLIDESHOW / CAROUSEL                             */
/* ================================================== */

.carousel-caption {
    text-align: center;
    text-shadow: 0 4px 6px rgba(0,0,0,0.4);
}

.carousel-caption h1,
.carousel-caption h2 {
    color: #fff;
}

/* Minimale hoogte mobiel */
#carousel-homepage.carousel {
    min-height: 250px;
}

/* Pijlen */
.carousel-control {
    opacity: 0.25;
    color: #dee7f1;
    text-shadow: none;
}

.carousel-control:hover {
    opacity: 0.5;
}

/* Indicatoren */
.carousel-indicators li {
    opacity: 0.5;
}


/* ================================================== */
/* 4. NIEUWSMODULE                                     */
/* ================================================== */

/* h3 in nieuws: geen lijn, normale tekst */
body.module-news .col-sm-7 h3 {
    border-bottom: none;
    display: block;
    white-space: normal;
    word-break: break-word;
    max-width: 100%;
    text-transform: none;
}

/* Mobiel: nieuws-h3 kleiner */
@media (max-width: 768px) {
    body.module-news .col-sm-7 h3 {
        font-size: 1.2rem;
        line-height: 1.3;
    }
}

/* Nieuwsartikelen: titel link */
body.module-news h3 a {
    color: #262959 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

/* h3 zelf in nieuws */
body.module-news h3 {
    border-bottom: none !important;
    display: block !important;
    padding-bottom: 0 !important;
}

.small {
    font-size: 14px;
    /* color: #F44336; */
}


/* ================================================== */
/* 4. WERKGROEPENMODULE                                     */
/* ================================================== */

/* Meta-lijst (datum / categorie) in Werkgroepen: geen kapitalen */
.meta-list li {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px
}




/* ================================================== */
/* 5. HEADLINES & SCHEIDINGSLIJNEN                      */
/* ================================================== */

/* Alleen gouden lijn onder tekst */
section#content .container .headline {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

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 {
    display: inline-block;
    margin: 0 0 -2px 0;
    padding-bottom: 4px;
    border-bottom: 2px solid #daa85e;
}

/* HR */
hr {
    border-color: #d6a65b !important;
}

/* Headlines algemeen */
.headline {
    border-bottom: 1px solid #202742 !important;
}


/* ================================================== */
/* 6. SUBMENU (LINKERKANT)                              */
/* ================================================== */

#submenu a {
    color: #262959 !important;
}

#submenu a:hover,
#submenu a:focus,
#submenu a:active {
    color: #d6a65b !important;
}


/* ================================================== */
/* 7. TABS                                             */
/* ================================================== */

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    color: #262959 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #262959 !important;
}

/* Tab-kopjes */
legend {
    color: #daa85e !important;
    border-bottom: 1px solid #daa85e !important;
}


/* ================================================== */
/* 8. FOOTER                                           */
/* ================================================== */

footer {
    background-color: #202742;
    color: #fff;
    border-top: 6px solid #daa85e;
}

footer h3 {
    color: #fff;
    font-size: 20px;
}

footer .headline {
    border-bottom: 1px solid rgba(255,255,255,.1);
}

footer a,
dl.headlines.headlines-footer dd a {
    color: rgba(255,255,255,.9);
}

footer a:hover,
footer a:focus,
dl.headlines.headlines-footer dd a:hover,
dl.headlines.headlines-footer dd a:focus {
    color: #fff;
}

.social-icons li a {
    background-color: rgba(255,255,255,.2);
}

dl.headlines.headlines-footer dd .text-muted {
    color: rgba(255,255,255,.5);
}


/* ================================================== */
/* 9. OVERIG                                           */
/* ================================================== */

/* Kaart */
#map {
    height: 600px;
}

.leaflet-popup-content {
    font-family: "Open sans", sans-serif !important;
    font-size: 16px !important;
}
