




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


.bg-theme {
    background: #d31844;
}


body {
    background-image: url(/uploads/hub/theme_background/261/Sk%C3%A6rmbillede_2025-04-24_kl._13.37.31.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: #d31844;
    --bs-btn-border-color: #d31844;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #eb4d72;
    --bs-btn-hover-border-color: #e83660;
    --bs-btn-focus-shadow-rgb: 249.0, 62.0, 106.0;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #ed6484;
    --bs-btn-active-border-color: #f07b96;
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #d31844;
    --bs-btn-disabled-border-color: #d31844;
}

.btn-theme-shifted {
    --bs-btn-color: white;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: white;
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #eb4d72;
    --bs-btn-hover-border-color: black;
    --bs-btn-focus-shadow-rgb: 255, 114.73816744999996, 151.91008864999998;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: #f5a8ba;
    --bs-btn-active-border-color: #f8bfcd;
    --bs-btn-disabled-color: black;
    --bs-btn-disabled-bg: #eb4d72;
    --bs-btn-disabled-border-color: #eb4d72;
}
.alert-danger {
    --bs-alert-color: white;
    --bs-alert-bg: #df0101;
    --bs-alert-border-color: #df0101;
}

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