﻿/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}



ul.list-unstyled li a.link-size {
    font-size: 18px;
}


/* Grundstil */
.btn.btn-outline-success {

    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
}

    /* Hover / fokus */
    .btn.btn-outline-success:hover,
    .btn.btn-outline-success:focus {
        background-color: #000000;
        border-color: #457866;
        color: #fff;
    }

    /* Aktiv (klik-ned) + .active (fx toggle-knapper) */
    .btn.btn-outline-success:active,
    .btn.btn-outline-success.active,
    .show > .btn.btn-outline-success.dropdown-toggle {
        background-color: #000000;
        border-color: #336050; /* din ønskede røde kant når aktiv */
        color: #fff;
    }

/* For .btn-check (toggle-knapper med skjult input) */
.btn-check:checked + .btn.btn-outline-success,
.btn-check:active + .btn.btn-outline-success {
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
}

.card-header {
background-color:black!important;
color:white !important;
}

