




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


.bg-theme {
    background: #c11a34;
}


body {
    background-image: url(/uploads/hub/theme_background/303/Sk%C3%A6rmbillede_2026-04-09_kl._13.22.44.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}

.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: var(--bs-secondary);
}

.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: #c11a34;
    --bs-btn-border-color: #c11a34;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #e6425b;
    --bs-btn-hover-border-color: #e22b48;
    --bs-btn-focus-shadow-rgb: 231.0, 64.0, 90.0;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #e9586f;
    --bs-btn-active-border-color: #ec6f82;
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #c11a34;
    --bs-btn-disabled-border-color: #c11a34;
}

.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: #e6425b;
    --bs-btn-hover-border-color: white;
    --bs-btn-focus-shadow-rgb: 191.52741249999997, 27.96658750000006, 53.43114708083827;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #ab172e;
    --bs-btn-active-border-color: #d71d3a;
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #e6425b;
    --bs-btn-disabled-border-color: #e6425b;
}
.alert-danger {
    --bs-alert-color: white;
    --bs-alert-bg: #df0101;
    --bs-alert-border-color: #df0101;
}

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