/* 
* bb_styling.scss
* 2-4-2020 - Jelmer Jellema - Spin in het Web B.V.
* Snelle fixes voor bb-elementen
*/
/* element altijd onderin auto-resize kolom
 */
.wpallin_onderinkolom, .wpallin_onderinkolom_center, .wpallin_bb_onderinkolom {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

/* variant, gecentreerd */
.wpallin_onderinkolom_center {
  justify-content: center;
}

html:not([lang=nl-NL]) .sihw-taal-alleen-nl {
  display: none !important;
}

html[lang=nl-NL] .sihw-taal-niet-nl {
  display: none !important;
}

html:not([lang=en-GB]) .sihw-taal-alleen-en {
  display: none !important;
}

html[lang=en-GB] .sihw-taal-niet-en {
  display: none !important;
}

/*# sourceMappingURL=main.css.map */
