/* CSS Document */

:root {
    --offcanvas-width: 200px;
    --topNavbarHeight: 120px;
}
.offcanvas {
    width: var(--offcanvas-width);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: rgba(248, 249, 250, 0.75);
    max-height: 450px;
    
}
@media (min-width: 992px) {
     main {
        margin-left: 21%;
    }

    .offcanvas {
        -webkit-transform: none;
                transform: none;
        visibility: visible !important;
        top: var(--topNavbarHeight);
        height: calc(80% - var(--topNavbarHeight));
    }
    .offcanvas-backdrop::before {
        display: none;
    }
    .offcanvas-header .btn-close {
        visibility: hidden;
    }
}

@media (max-width: 991px) {
     main {
        margin-left: 3%;
    }

    .offcanvas {
        -webkit-transform: none;
                transform: none;
        visibility: hidden;
        top: 20px;
        height: 90%;
    }
}

.bakgrunnsbilde {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center  
}

.topptomt {
    height: 60px;
}

.sidepanel {
}

.tekststart {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.tekstslutt {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.btmeny {
    border-width: 0px;
    border-color: rgba(0, 0, 0, 0);
    margin-bottom: 5px;
}

.kopirett {
    font-size: .7rem;
    background-image: linear-gradient(91deg, #f0cf5c 0%, #826f1f 100%);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-bottom: 4px;
    padding-left: 10px;
}

.versjonnr {
    font-size: .7rem;
}

.tittelpris {
  font-size: 1.4em;
  font-weight: bold;
  background-color: rgba(80, 85, 178, 0.55);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.style1 {
}

