




:root {
    --theme-color: #6d7430;
    --theme-danger: #df0101;
}


.bg-theme {
    background: #6d7430;
}


body {
    background-image: url(/uploads/hub/theme_background/37/traeloeber_justesens_plaene_img_0096-kopi_2.jpeg);
    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: #6d7430;
    --bs-btn-border-color: #6d7430;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #a0aa46;
    --bs-btn-hover-border-color: #8f983f;
    --bs-btn-focus-shadow-rgb: 147.0, 154.0, 86.0;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #adb852;
    --bs-btn-active-border-color: #b6bf64;
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #6d7430;
    --bs-btn-disabled-border-color: #6d7430;
}

.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: #a0aa46;
    --bs-btn-hover-border-color: black;
    --bs-btn-focus-shadow-rgb: 197.81798974999992, 208.0808945, 108.38410549999999;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: #c7ce89;
    --bs-btn-active-border-color: #cfd59b;
    --bs-btn-disabled-color: black;
    --bs-btn-disabled-bg: #a0aa46;
    --bs-btn-disabled-border-color: #a0aa46;
}
.alert-danger {
    --bs-alert-color: white;
    --bs-alert-bg: #df0101;
    --bs-alert-border-color: #df0101;
}

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