




:root {
    --theme-color: #1e5a2e;
    --theme-danger: #df0101;
}


.bg-theme {
    background: #1e5a2e;
}


body {
    background-image: url(/uploads/hub/theme_background/75/Sk%C3%A6rmbillede_2025-10-03_kl._08.27.00.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: #1e5a2e;
    --bs-btn-border-color: #1e5a2e;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #31934b;
    --bs-btn-hover-border-color: #2b8042;
    --bs-btn-focus-shadow-rgb: 68.0, 128.0, 84.0;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #37a655;
    --bs-btn-active-border-color: #3eba5f;
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #1e5a2e;
    --bs-btn-disabled-border-color: #1e5a2e;
}

.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: #31934b;
    --bs-btn-hover-border-color: white;
    --bs-btn-focus-shadow-rgb: 11.113, 109.33900000000003, 37.3066;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #184724;
    --bs-btn-active-border-color: #246d38;
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #31934b;
    --bs-btn-disabled-border-color: #31934b;
}
.alert-danger {
    --bs-alert-color: white;
    --bs-alert-bg: #df0101;
    --bs-alert-border-color: #df0101;
}

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