	footer{
    background-color: #2A2929;
    color: #fff;
}
footer .headline {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.social-icons li a {
	background-color: rgba(255,255,255,.2);
}
dl.headlines.headlines-footer dd .text-muted {
	color: rgba(255,255,255,.5);
}
footer a,
dl.headlines.headlines-footer dd a {
	color: #ddd;
    color: rgba(255,255,255,.7);
}
footer a:focus,
footer a:hover,
dl.headlines.headlines-footer dd a:focus,
dl.headlines.headlines-footer dd a:hover {
	color: #fff;
}

#carousel-homepage.carousel .carousel-inner .item {
    height: 720px;
}
  
header {
    height: 152px;
}


section#copyright {
    color: #F3F4F6;
    background: #2A2929;
}
section#copyright a {
    color: #F3F4F6;
}

section#content .content-header.content-header-background {
    height: 480px;
}

section#content .content-header.content-header-background .breadcrumb {
   display: none !important;
}

section#content .content-header.content-header-background h2, section#content .content-header.content-header-background h3 {
        font-size: 7.2rem;
        line-height: 7.2rem;
  padding-top: 15%;
}

/* Toegevoegd op 11 juni 2024 om de mobiele weergave van het menu te fixen */
@media (max-width: 991px) {
    header .container .header-nav .header-menu {
        background: white;
        padding-left: 0.5em;
    }
}
@media (max-width: 991px) {
    section#content .content-header.content-header-background {
        height: 185px !important;

    }
      
}

@media (max-width: 991px) {
    section#content .content-header.content-header-background h2 {
        font-size: 34px !important;
      padding-top: 70px !important;
    }
}
