.bg-dark {
    background-color: #000000 !important;
}

@font-face {
    font-family: "CampaignFont";
    src:         url("https://impuls.vbv.ch/infoveranstaltung_2024_de/assets/font/mulish_normal.ttf") format("truetype"),
                 url("https://impuls.vbv.ch/infoveranstaltung_2024_de/assets/font/mulish_normal.ttf") format('woff');
}

body {
    font-family: CampaignFont, Roboto, serif !important;
}








.text-primary {
    color: #00224d !important;
}
.bg-primary {
    background-color: #00224d !important;
}
.btn-primary {
    background-color: #00224d;
    border-color: #00224d;
    color: #ffffff;

}
.btn-primary:hover {
    background-color: rgb(0, 27, 62);
    border-color: rgb(0, 27, 62);
    color: #ffffff;

}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgb(0, 27, 62);
}
.btn-primary:disabled {
    background-color: #00224d;
    border-color: #00224d;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: rgb(0, 27, 62);
    border-color: rgb(0, 27, 62);
}
.navbar-toggler span {
    background-color: #00224d;
}
.form-control:focus {
    border-color: #00224d;
    box-shadow: 0 0 0 0.2rem rgba(0, 34, 77, 0.25);
}
a, a:hover {
    color: rgb(0, 27, 62);
}

.badge-primary {
    background-color: #00224d;
    border-color: #00224d;
    color: #ffffff;
}

