footer{
    background-color: #072853;
    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;
}
.module-news .paragraphs .img-responsive { 
object-fit: contain !important; object-position: center left; 
} 
.heading-image { 
padding-bottom: 50%; 
}
 .module-events .paragraphs .img-responsive { 
object-fit: contain !important; object-position: center left; 
} 
.heading-image { 
padding-bottom: 50%; 
}
/* Zorg dat de header geen onnodige ruimte heeft */
header .container {
  padding-top: 0px;
  padding-bottom: 10px;
  min-height: auto;
}

/* Verwijder ruimte van het logo binnen de header */
.navbar-brand {
  height: 0;
  overflow: visible;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 999;
}

/* Zorg dat het logo zelf kleiner en zwevend is */
.navbar-brand img {
  height: 55px; /* Pas aan naar wens */
  width: auto;
  display: block;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* optioneel */
  border-radius: 5px; /* optioneel */
}
header.hide-navbar .navbar-brand {
  opacity: 0;
  pointer-events: none;
}

.navbar-brand {
  transition: opacity 0.3s ease;
}
.container {
  width: 100%;
  max-width: 1536px; /* optioneel, zodat het op grote schermen niet te breed wordt */
  margin: 0 auto; /* centreert de container */
  padding-left: 15px;  /* optioneel: standaard Bootstrap spacing */
  padding-right: 15px;
  box-sizing: border-box; /* belangrijk voor consistente opmaak */
}
body {
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  header.container header.header-nav div.header-logo a.navbar-brand h1 {
    height: 140px !important;
    max-height: none !important;
    max-width: none !important;
    width: auto !important;
    background-size: contain !important;
    background-position: left center !important;
    display: block !important;
  }
}
header,
footer {
  width: 100%;
  max-width: 100%;
}

.main-content,  /* of welke div jouw content bevat */
.container {
  max-width: 1300px;  /* of wat jij prettig vindt */
  margin: 0 auto;
}

/* grote versie van logo weergeven - toegevoegd door Folmer van Congressus */
header .container .header-nav .header-logo a h1 {
  background: url(https://congressus-hhcombi.s3-eu-west-1.amazonaws.com/template/277/logo-hhcombi.png) no-repeat left center;
background-size:contain;
  
} 




