.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active, .collapsible:hover {
    background-color: #555;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

div.b_gallery {
    background-color: #1e1e25;
    margin: 5px;
    border: 1px solid #ccc;
    padding-bottom: 100px;
    position: relative;
    height: 600px;
    width: 339px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.b_gallery:hover {
    border: 1px solid #777;
}

.b_images {
    height: auto;
    display: block;
}

div.b_gallery img {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

div.b_desc {
    padding: 4px;
    position: absolute;
    bottom: 0;
    color: white;
}

@media screen and (min-width: 1301px) {
    .borderexample {
        border: 1px;
        border-style: solid;
        border-color: #e3e6e9;
        padding: 20px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1300px) {
    .borderexample {
        border-top: 1px;
        border-top-style: solid;
        border-top-color: #e3e6e9;
        padding: 20px;
        margin-bottom: 0px;
    }
}

.text-underline-hover {
    color: #4545F3;
    text-decoration: none;
}

.text-underline-hover:hover {
    color: #5DADE2;
    text-decoration: underline;
}

.place-center {
    text-align: center;
    border: 3px solid green;
}

.incident-bruger {
    background-color: #D6EAF8;
}

.incident-bruger-tak {
    background-color: #58D68D;
}

.text-justify-wide {
    text-align: justify;
    text-justify: inter-word;
}

.dropdown-divider-menu {
    height: 1;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.Radio {
    display: inline-flex;
    align-items: center;
}

.Radio--large {
    font-size: 2em;
}

.Radio-Input {
    margin: 1.3em 1.0em 0;
}

.DKJ-page-progress-bar {
    height: 8px;
    width: 0%;
    background-color: #21D4FD;
    background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
}

.DKJ-page-progress-bar.DKJ-page-progress-gradient {
    background-color: #007990;
    background-image: linear-gradient(90deg, #808B96 0%, #D5D8DC 100%);
}

.BB-font-note-overskrift {
    font-size: 0.8rem !important;
    text-align: left !important;
}
.BB-font-note-tekst {
    font-size: 0.8rem !important;
    text-align: left !important;
}

/* ============ desktop view ============ */
@media all and (min-width: 1400px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

/* ============ desktop view .end// ============ */

/* ============ banebasen.dk ============ */
.nav-ul li.nv-active > .wrap .caret, .nav-ul li.nv-active > .wrap > a {
    color: var(--activecolor)
}

.borderless td, .borderless th {
    border: none;
}

.borderless tr td {
    border: none !important;
    padding: 0;
}

.btn-outline-dark2 {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.button-banebasen {
    background: #89AFD4;
}
.button-banebasen:hover,
.button-banebasen:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
    box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
    opacity: 0.9;
    color: white;
}
.button-banebasen {
    border: 0;
    -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
    box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
    color: white;
}

.button-banebasen-lightyellow {
    background: #D8D7A0;
}
.button-banebasen-lightyellow:hover,
.button-banebasen-lightyellow:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
    box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
    opacity: 0.9;
    color: white;
}
.button-banebasen-lightyellow {
    border: 0;
    -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
    box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
    color: white;
}

.button-banebasen-lightblue {
    background: #8db1d7;
}
.button-banebasen-lightblue:hover,
.button-banebasen-lightblue:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
    box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
    opacity: 0.9;
    color: white;
}
.button-banebasen-lightblue {
    border: 0;
    -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
    box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
    color: white;
}

.button-banebasen-blue {
    background: #4682BE;
}
.button-banebasen-blue:hover,
.button-banebasen-blue:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
    box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
    opacity: 0.9;
    color: white;
}
.button-banebasen-blue {
    border: 0;
    -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
    box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
    color: white;
}

.button-banebasen-green {
    background: #64AF8C;
}
.button-banebasen-green:hover,
.button-banebasen-green:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
    box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
    opacity: 0.9;
    color: white;
}
.button-banebasen-green {
    border: 0;
    -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
    box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
    color: white;
}

.button-banebasen-vine {
    background: #B496C3;
}
.button-banebasen-vine:hover,
.button-banebasen-vine:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
    box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
    opacity: 0.9;
    color: white;
}
.button-banebasen-vine {
    border: 0;
    -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
    box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
    color: white;
}

.button-banebasen-reserve {
    background: #6991A0;
}
.button-banebasen-reserve:hover,
.button-banebasen-reserve:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
    box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
    opacity: 0.9;
    color: white;
}
.button-banebasen-reserve {
    border: 0;
    -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
    box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
    color: white;
}

.button-banebasen-tilbage {
    background: #A5A5A5;
}
.button-banebasen-tilbage:hover,
.button-banebasen-tilbage:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
    box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
    opacity: 0.9;
    color: white;
}
.button-banebasen-tilbage {
    border: 0;
    -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
    box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
    color: white;
}

.button-banebasen-red {
    background: #FF4344;
}

.button-banebasen-red:hover,
.button-banebasen-red:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
    box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
    opacity: 0.9;
    color: white;
}

.button-banebasen-red {
    border: 0;
    -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
    box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
    color: white;
}

.center-element {
    margin: auto;
    width: 100%;
    padding: 10px;
}

.BB-sunshine {
    color: #FEC503 !important;
}

.BB-img-fotograf {
    max-height: 600px !important;
}

.BB-outer {
    display: flex;
    justify-content: center;
    height: 600px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #64AF8C;
}

input:focus + .slider {
    box-shadow: 0 0 1px #64AF8C;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* CONTAINER */
@media screen and (min-width: 1301px) {
    .container-BB {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto
    }
}

@media screen and (max-width: 1300px) {
    .container-BB {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width: 1300px) {
    .container-BB {
        max-width: 1240px
    }
}

@media (min-width: 1400px) {
    .container-BB {
        max-width: 1320px
    }
}
/* ============ banebasen.dk .end============ */
