 /* afbeeldingen van nieuws in klein formaat */
.module-news .paragraphs .img-responsive { 
object-fit: contain !important; object-position: center left; 
} 
.heading-image { 
padding-bottom: 25%; 
}
 .module-events .paragraphs .img-responsive { 
object-fit: contain !important; object-position: center left; 
} 
.heading-image { 
padding-bottom: 25%; 
}

header {
  position: relative; /* nodig voor pseudo-element */
}

header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://bredaenommeland.congressus.site/_media/3822873/0eb5cbc3901e4f769f86f6a130078c2e/view");
  background-repeat: repeat;
  background-size: auto;
  background-position: top center;
  opacity: 0.5;
  pointer-events: none; /* klikken gaat door naar de header content */
  z-index: -1; /* zorgt dat het achter de header content zit */
}

/* transparante webshop afbeeldingen */

.webshop-products .webshop-product .webshop-product-heading-image,.webshop-product-view .webshop-product-view-head .webshop-product-view-image div  {
    background-color: transparent;
}



 /* achtergrond afbeelding */

body {
  position: relative;
}

body {
  margin: 0;
  padding: 0;
}


body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://bredaenommeland.congressus.site/_media/3822873/0eb5cbc3901e4f769f86f6a130078c2e/view");
  background-repeat: repeat;
  background-size: cover;           /* origineel formaat = auto of kies cover */
  background-position: top center;
   
  opacity: 0.50;                  /* maakt hem rustiger */
  pointer-events: none;           /* laat klikken gewoon door */
  z-index: -1;
}



/* onderste, vaste gedeelte van een webpagina */
/* Footer */
/* Achtergrond en algemene tekstkleur */
body footer {
    background-color: #253569 !important;
    color: #ffffff !important;
}

/* Koppen in de footer */
body footer .headline {
    color: #ffffff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Links in de footer */
body footer a,
body footer dl.headlines.headlines-footer dd a {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Links bij hover en focus */
body footer a:focus,
body footer a:hover,
body footer dl.headlines.headlines-footer dd a:focus,
body footer dl.headlines.headlines-footer dd a:hover {
    color: #ffffff !important;
}

/* Datum / tijd bij Headlines */
body footer dl.headlines.headlines-footer dd .text-muted {
    color: rgba(255, 255, 255, 0.65) !important;
}

/* Scheidingslijnen */
body footer .headline {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Social media knoppen */
body footer .social-icons li a {
    background-color: rgba(0, 255, 255, 0.2) !important;
}

/* Social media iconen */
body footer .social-icons li a,
body footer .social-icons li a i {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Social media hover */
body footer .social-icons li a:hover,
body footer .social-icons li a:focus {
    color: #ffffff !important;
}