:root {
        --COL_01:#d94140 ; /* Rood  */ 
        --COL_02:#029fd6; /* blauw  */ 

    }
.white-text{
  color:#ffffff;
  font-family: "museo Sans Rounded" !important;
  font-size:14px;
}
.white-text a{
  color:#ffffff;
  font-family: "Lato" !important;
  font-size:14px;
}
.fl-rich-text, h1, h2, h3, .fl-accordion-button-label, .fl-accordion-content, .fl-button-text, footer a, .fl-cta-text-content{
      font-family: lato !important;
}
/* achtergrond plaatje pagina */
.fl-page-content{
    border-top: 4px solid #ee7521;
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: right;
    background-position-y: bottom;
}
.page-id-2 .fl-page-content {
    background-image: url(/wp-content/uploads/2018/06/wat-is-een-crisis.png);
}
.fl-page-footer-text.fl-page-footer-text-1 {
    display: block !important;
}
/* HEader */
.telefoon-nummer{
		font-size: 40px;
    font-family: "museo Sans Rounded" !important;
    font-weight: 700 !important;
    color: #000000;
    letter-spacing: 3px;
    position: absolute;
    right: 60px;
    top: 22px;
}
.header-img {
    position: absolute;
    top: 15px;
}
.nummer-block {
    position: relative;
}
footer a:hover{
    color: #ffffff;
    text-decoration: underline !important;
}


