/* --- HEADER BASIS (jouw originele oranje + witte tekst) --- */
header,
body > header:nth-child(1),
.site-header,
.header,
.header-wrapper,
.top-header,
.header-container {
    background-color: #ff8400 !important;
    color: #ffffff !important;
    font-family: "Didact Gothic", sans-serif !important;
}

/* --- HEADLINE RAND (originele stijl) --- */
header .headline {
    border-bottom: 1px solid rgba(255,255,255,.1) !important;
}

/* --- SOCIAL ICONS (originele stijl) --- */
.social-icons li a {
    background-color: rgba(255,255,255,.2) !important;
}

/* --- HEADLINES MUTED TEXT --- */
dl.headlines.headlines-header dd .text-muted {
    color: rgba(255,255,255,.5) !important;
}

/* --- ALGEMENE HEADER LINKS (originele wit-tint) --- */
header a,
dl.headlines.headlines-header dd a {
    color: rgba(255,255,255,.7) !important;
    font-family: "Didact Gothic", sans-serif !important;
}

/* --- HOVER: gewoon wit (origineel) --- */
header a:hover,
dl.headlines.headlines-header dd a:hover {
    color: #ffffff !important;
}

/* --- MENU-BALK (bovenste balk): tekst WIT --- */
.sf-menu > li > a {
    color: #ffffff !important;
    background: transparent !important;
    font-weight: bold !important;
    font-family: "Didact Gothic", sans-serif !important;
    text-decoration: none !important;
}

/* --- VERWIJDER ALLE HOVER-ICOONTJES (jouw verzoek) --- */
.sf-menu li a::after,
.sf-menu li a::before {
    content: none !important;
    display: none !important;
}

/* --- DROPDOWN MENU: witte achtergrond + zwarte tekst --- */
.sf-menu li ul {
    background: #ffffff !important;
    border: 1px solid #ddd !important;
}

.sf-menu li ul li a {
    background: #ffffff !important;
    color: #000000 !important;
    font-family: "Didact Gothic", sans-serif !important;
}

/* --- DROPDOWN HOVER: oranje tekst (originele kleur) --- */
.sf-menu li ul li a:hover {
    background: #ffffff !important;
    color: #ff8400 !important;
}

/* --- LOGIN-LINK (origineel wit) --- */
.header-nav-top .login p a {
    color: #ffffff !important;
    font-family: "Didact Gothic", sans-serif !important;
}

/* --- STERKE TEKST (origineel oranje) --- */
b,
strong {
    color: #ff8400 !important;
}

/* --- KOPPEN (origineel zwart) --- */
h1,
h3,
h4,
h5,
h6 {
    color: #000000 !important;
    font-family: "Didact Gothic", sans-serif !important;
}

/* --- LINKS (origineel oranje) --- */
a {
    color: #ff8400 !important;
}

/* --- DATUM BADGE (origineel oranje) --- */
dl.headlines dt.date a {
    background-color: #ff8400 !important;
}

/* --- H2 (origineel wit) --- */
h2 {
    color: rgb(255, 255, 255) !important;
}

/* --- CAROUSEL HOOGTES (origineel) --- */
#carousel-homepage.carousel .carousel-inner .item {
    height: 450px !important;
}

@media (max-width: 768px) {
    #carousel-homepage.carousel .carousel-inner .item {
        height: 300px !important;
    }
}

@media (max-width: 576px) {
    #carousel-homepage.carousel .carousel-inner .item {
        height: 200px !important;
    }
}

/* --- SPONSORS (originele intentie, nu correct) --- */
.sponsors .cycle-slideshow {
    max-height: 150px !important;
}

/* --- IMG CAPTION (origineel) --- */
.img-caption {
    color: rgb(15,15,15) !important;
    font-size: 25px !important;
    font-family: "Didact Gothic", sans-serif !important;
    font-weight: 700 !important;
}

/* --- FOOTER (origineel oranje) --- */
footer {
    background-color: #ff8400 !important;
    color: #ffffff !important;
    font-family: "Didact Gothic", sans-serif !important;
}
