/*------------------------------------*\ #FONTS \*------------------------------------*/ @font-face { font-family: 'Nevo'; src: url('/wp-content/fonts/Nevo/Nevo-Bold.woff2') format('woff2'), url('/wp-content/fonts/Nevo/Nevo-Bold.woff') format('woff'); font-weight: 700; font-style: normal; } @font-face { font-family: 'Nevo'; src: url('/wp-content/fonts/Nevo/Nevo-SemiBold.woff2') format('woff2'), url('/wp-content/fonts/Nevo/Nevo-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; } /*------------------------------------*\ #HEADINGS & BODY \*------------------------------------*/ body { font-family: 'Roboto', sans-serif; color: #0b1a23; /* standaard tekstkleur, kan aangepast worden */ } h1 { font-family: 'Nevo', sans-serif; font-weight: 700; } h2 { font-family: 'Nevo', sans-serif; font-weight: 600; }

/*------------------------------------*\
    #MENU
\*------------------------------------*/
.site-header .nav-menu > ul > li > a {
    font-family: 'Nevo', sans-serif;

}
/*------------------------------------*\
    KNOP 1 - WITTE ACHTERGROND (Wire button)
\*------------------------------------*/
.so-widget-sow-button:not(.so-widget-sow-button-flat-f54c0409268f) .sowb-button {
    font-family: 'Nevo', sans-serif !important;
    font-weight: 700 !important;
    text-transform: none !important;
    color: #0b1a23 !important;             
    background-color: transparent !important; 
    border: 1px solid #0b1a23 !important;  
    padding: 10px 30px !important;         
    display: inline-block !important;
    width: auto !important;                 
    height: 50px !important;               
    line-height: 30px !important;          
    text-align: center !important;
    transition: all 0.3s ease !important;
}

.so-widget-sow-button:not(.so-widget-sow-button-flat-f54c0409268f) .sowb-button:hover {
    background-color: #0b1a23 !important;   
    color: #e0ebef !important;              
}

/*------------------------------------*\
    KNOP 2 - HERO BUTTON (op afbeeldingen / donkere achtergronden)
\*------------------------------------*/
.so-widget-sow-button-flat-f54c0409268f .sowb-button {
    font-family: 'Nevo', sans-serif !important;
    font-weight: 700 !important;
    text-transform: none !important;
    color: #e0ebef !important;              /* Tekst normaal */
    background-color: #0b1a23 !important;   /* Vulling normaal */
    border: 1px solid #0b1a23 !important;  /* Omlijning */
    padding: 10px 20px !important;         /* Binnenruimte */
    width: auto !important;                 /* Niet full width */
    display: inline-block !important;      /* Past aan tekstinhoud */
    text-align: center !important;
    transition: all 0.3s ease !important;
}

.so-widget-sow-button-flat-f54c0409268f .sowb-button:hover {
    background-color: #e0ebef !important;  /* Vulling hover */
    color: #0b1a23 !important;             /* Tekst hover */
}