




:root {
    --theme-color: #025170;
    --theme-danger: #df0101;
}


.bg-theme {
    background: #025170;
}


body {
    background: var(--bs-secondary);

}

.election-banner {
    background: #dcd9d7 no-repeat 50% 50%;
    background-size: cover;
    box-shadow: 0px -2px 2px -2px rgba(0, 0, 0, 0.2) inset;
    min-height:220px;
    background-image: url(/uploads/hub/theme_splash/314/Foto_til_Afstemning_Website_1920x220_v2.jpg);
}

.election-card {
    margin-top:-50px;
}


.text-contrast {
    color: white
}

.link-contrast {
    color: white;
}

.link-contrast:hover, .link-contrast:active {
    color: #d9d9d9;
}

.btn-theme {
    --bs-btn-color: white;
    --bs-btn-bg: #025170;
    --bs-btn-border-color: #025170;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #0387bb;
    --bs-btn-hover-border-color: #0375a2;
    --bs-btn-focus-shadow-rgb: 40.0, 119.0, 150.0;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #0499d4;
    --bs-btn-active-border-color: #04aced;
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #025170;
    --bs-btn-disabled-border-color: #025170;
}

.btn-theme-shifted {
    --bs-btn-color: white;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: white;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #0387bb;
    --bs-btn-hover-border-color: white;
    --bs-btn-focus-shadow-rgb: 0, 97.3440948727272, 149.14198825;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #023f57;
    --bs-btn-active-border-color: #026389;
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #0387bb;
    --bs-btn-disabled-border-color: #0387bb;
}
.alert-danger {
    --bs-alert-color: white;
    --bs-alert-bg: #df0101;
    --bs-alert-border-color: #df0101;
}

.bg-theme .text-muted {
    color: #ffffff !important;
}