/* text search box rechts op scherm */
.search.mod_search97 {
	text-align: right;
}

/*  make logo responsive */
.logo-img {
  max-width: 100%;
  height: auto;
}

/*
	"List all contacts in given category" heeft foute css 
	Om de lijst correct te maken moeten we enkele aanpassingen doen

*/
.contact-category .cat-items li {
  display: table;
    
}

.contact-category .cat-items .row-striped .row-fluid [class*="span"] {
  margin-left: 0px;
}

/* alle headings in blauw */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #3174af;
}
/* Headings van de artikels */
h2 {
  font-weight: 400;
  
  font-size: 18px;
}

/* Tekst van knoppen moet over meerdere lijnen kunnen */
.btn {
  white-space: normal;
}

/* Kruimel staat in spotlight 1 doch neemt veel te veel hoogte in */
.t3-sl  {
  padding-bottom: 0px;
  padding-top: 10px;
}

.module-bc {
  margin-bottom: 0px;
}


