footer{
    background-color: #1fa737;
    color: #fff;
}
footer .headline {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
footer .headline h3 {
border-bottom:none;
}


.social-icons li a.linkedin {
background-color: #1a85bc
}
.social-icons li a.youtube{
background-color: #cd201f
}
.social-icons li a.instagram {
background-color: #3897f0
}
.social-icons li a.messaging-whatsapp {
background-color: #00E676
}
dl.headlines.headlines-footer dd .text-muted {
color: #ffffff;
}
footer a,
dl.headlines.headlines-footer dd a {
	color: #fff;
}
footer a:focus,
footer a:hover,
dl.headlines.headlines-footer dd a:focus,
dl.headlines.headlines-footer dd a:hover {
	color: #fff;
}
/* afbeelding rechtsonderin in de footer, pas het URL aan 
naar het URL van een nieuwe afbeelding om deze te vervangen */
    footer {
    background-image: url('https://www.mijnvlm.nl/_media/2791104/99be54c71b914bb3859966f292b7d015/view');
    background-repeat: no-repeat;
    background-position: right bottom;
/* pas de background-size aan om de afbeelding groter of kleiner te maken. dit kan in px of in % */
    background-size: calc(max(100px,10%));
}

/* Code om call to action bij Organisaties aan te passen zodat deze bij de kleur van de website past */
.btn.btn-default{
    background-color:#b43636;
color:#fff;}

/* added by Folmer van Congressus: remove "add member" button from organization edit screen on website */
.module-organisations .col-md-3 .btn {
visibility: hidden;
transition: none;
}
#carousel-homepage.carousel .carousel-inner .item {
height: 450px !important;
}

/* headerafbeeldingen net zo hoog maken als de banner op de voorpagina */
section#content .content-header.content-header-background{
  height:450px;

}

/* dit is de offset van de breadcrumb in de header (dus bijv 'MijnJLN / Contact / Contactgegevens'). Maak deze groter (tot 450px) om de breadcrumb lager in de header weer te geven. */
section#content .content-header.content-header-background .breadcrumb{
  padding-top: 270px;
}
/* Toon de media-afbeelding met contactgegevens in het eerste item van de footer */
/* footer .row>div:first-child {
  background-image: url("https://www.mijnvlm.nl/_media/2905145/8babc7c0484148819b8bdc84c3a622ba/view");
  height: 250px;		
  background-size: contain;
  background-repeat:no-repeat;
}
*/
/* social icon logo's in het wit en groter */
.social-icons .fa {
    opacity: 1 !important;
}
.social-icons li a {
  padding: 0 0 0 14px;
  width: 40px;
  height: 40px;
  color:#fff;
  font-size: 25px;
}