body {

    color: #666666; 

}


/* Hauptfarbe */
:root {
    --bs-primary: #3279fc !important; 
  
}
/* Buttons */ 
.btn-primary { 
    background-color: #3279fc !important; 
    border-color: #3279fc !important;
    color:#fff !important;
}
.btn-primary:hover { 
    background-color: #efefef !important; 
    border-color: #3279fc !important;
    color: #3279fc !important; 
}

/* Links */ 
a { 
    color: #3279fc !important;
}
a:hover { 
    color: #003597 !important;
}
/* Header */ 
.navbar { 
    background-color: #fff !important;
}
/* Footer */ 
footer { 
    background-color: #fff !important;
}


