:root {
  --theme-primary-color: #FFFFFF;
  --theme-primary-color-background: #D3104C;
}
@media print {
   :root {
  --theme-primary-color: #FFFFFF;
  --theme-primary-color-background: #D3104C;
   }
}
:root {
  --theme-secondary-color: #000000;
  --theme-secondary-color-background: #F0F0F0;
}
@media print {
   :root {
  --theme-secondary-color: #000000;
  --theme-secondary-color-background: #F6CFDB;
   }
}

/**************************************************/
/* Hier kun je stijlkenmerken overrulen met CSS   */
/* https://www.w3schools.com/css voor voorbeelden */
/**************************************************/

/* !!! Maak voor alle zekerheid eerst een backup van alle tekst om eenvoudig weer terug te kunnen gaan naar de uitgangspositie !!!*/



/* Voorbeeld om ambitiegebiedtitel(s) aan te passen */
.planmatrix__ambitiegebied {
    font-size: 12pt;
    font-weight: bolder;
    padding-top: 10pt;
    text-transform: none;
}

/* Voorbeeld om kolomtitels aan te passen */
.planmatrix__columnheader .titel {
    font-size: 12pt;
    font-weight: bolder;
    padding-top: 10pt;
    padding-bottom: 10pt;
    text-transform: none;
}

/* voorbeeld om lettertype te veranderen voor alle gebruikte text*/
/*
* {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif  !important;
}
*/
.logo-layout > .photo {
    background-image: url(https://mijnjaarplannen.nl/hr/theme/images/338ea86f-c389-4da4-bc08-bfb3fc115568/LoadingPhoto/0DBF8167E33BABAC9434551B21C1A255F688AA4F8C89540170852077D548D42A) !important;
}
