.containerbackgroundText {
  margin: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center; /* horizontaal centreren */
  font-size: 3rem; /* grootte tekst */
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  color: #ffffff;
}

.tabLink {
  color: #15344C !important;
  font-weight: normal;
}

.active {
  color: #15344C !important;
  font-weight: bold;
}

.buttonCloseCatalogbutton {
  pointer-events: auto !important;
}

.buttonCloseCatalog {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  pointer-events: none;
}

.buttonMagnifyingglassCatalogContainer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  pointer-events: none;
}

.buttonMagnifyingglassCatalog {
  border: none !important;
  outline: none !important;
  pointer-events: auto !important;
  outline: none !important;
  shadow: none;
}

.buttonMagnifyingglassCatalog:hover, :focus, :visited {
  border: none !important;
  outline: none !important;
  pointer-events: auto !important;
  outline: none !important;
  shadow: none;
}

.labels {
  color: #15344C;
}

.scrollContainer {
  overflow: hidden;
}

.c3-line, .c3-focused {
  stroke-width: 3px !important;
}

.c3-bar {
  stroke: white !important;
  stroke-width: 1;
}

.c3 text {
  font-size: 12px;
  color: grey;
}

.tick line {
  stroke: white;
}

.c3-axis path {
  stroke: grey;
}

.c3-circle {
  opacity: 1 !important;
}