<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tjenester-utvalgte-liste {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
    width: 110%;
    transform: translateX(-5%);
}

.tjeneste-tile {
    display: flex;


    /* max-width: 49vw;
    max-height: 49vh; */
    aspect-ratio: 1/1;
    width: 200px;
    height: 200px;
    flex-direction: column;
    contain: content;
    transition-duration: 0.3s;
    /* background-color: #444444;
    border: 1px solid rgba(255, 255, 255, 0.03); */

    background-color: #1b1b1b;
border: 1px solid rgba(255, 255, 255, 0.08);
    /* box-shadow: 0 -1px 51px -21px #00abff;
    box-shadow: 0 -1px 100px 21px rgba(0, 171, 255, 0.07); */
    /* filter: blur(0.5px); */
    filter: opacity(0.5) grayscale(0.7);
    /* border: 2px solid rgba(88, 185, 255, 0.47); */

    /* background-blend-mode: lighten; */
    border-radius: 15px;
    background-color: #1b1b1b75;
    background-blend-mode: exclusion;
}
.tjeneste-tile div, .transition-tile img{
    transition-duration: 0.3s;
}

.tjeneste-tile-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    /* background-color: rgba(72, 78, 79, 0.19); */
    /* background-color: rgba(60, 33, 12, 0.62); */
    /* color: white; */
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


.tjeneste-category{
    /* background-color: rgba(255, 255, 255, 0.27);
    color: rgb(0, 255, 53);
    color: white; */

    background-color: rgba(18, 18, 18, 0.92);
    font-weight: 300;
    /* font-size: 4px; */
    color: white;
    /* color: var(--hopland-digital-green); */
    font-size: 0.9rem;
    border-radius: 12px;
    padding-right: 8px;
    padding-left: 8px;
    position: absolute;
    transform: translate(53px,-67px);
}

.tjeneste-title-container{
    width: 100%;
    height: 31%;
    /* background-color: red; */
    transform: translate(0px, 66px);
    transform: translate(0px, 56px) scale(0.8);
}

.tjeneste-tile .tjeneste-les-mer-knapp{
    position: absolute;
    /* transform: translateY(162px); */
    transform: translate(0px,78px) scale(0.8);
    opacity: 0;
    transition-duration: 0.4s;
    transition: opacity 0.4s ease, transform 0.4s ease;
}



.tjeneste-image-container{
    width: 100%;
    height: 100%;
    position: relative;
    transition-duration: 0.3s;

    /* transform: translateY(-50%); */

    width: 100%;
    height: 68%;
    position: relative;
    transition-duration: 0.3s;
    /* transform: translateY(-50%); */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -74%) scale(0.9);
    border-radius: 10px;
    contain: content;
    box-shadow: 0px 0px 7px 4px black;
    box-shadow: 0px 0px 7px 4px #00000059;

    
}

.tjeneste-image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition-duration: 0.2s;

    transform: scale(1);
}

.tjeneste-tile-loading-spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    display: none;
}

/* LOADING */
.tjeneste-tile-loading .tjeneste-tile-content{
    opacity: 2;
    filter: blur(5px);
}


.tjeneste-tile-loading .tjeneste-tile-loading-spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 1;
    display: block;
}



/* Hover effects */
.tjeneste-tile:hover{
    /* filter: blur(0px); */
    filter: opacity(1);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(88, 185, 255, 0.728);
    transform: scale(1.05);
}

.tjeneste-tile:hover .tjeneste-tile-content {
    background-color: rgba(0, 0, 0, 0.2);
}

.tjeneste-tile:hover .tjeneste-les-mer-knapp{
    transform: translateY(62px);
    transform: translate(0px,78px) scale(0.8);
    opacity: 1;
}
.tjeneste-tile:hover .tjeneste-image-container img {
    transform: scale(1.1);
    
}
.tjeneste-tile-content:hover {
    background-color: rgba(0, 0, 0, 0.2);
}






/*

 TJENESTE _ MODAL

*/
.tjeneste-modal-container{
    position: fixed;
    height: calc(100vh - 90px);
    width: 100vw;
    width: 97%;
    /* padding: 10px;
    padding-top: 40px; */
    top: 85px;

    height: calc(88vh - 90px);
    width: 65%;
    top: 150px;
    background-color: rgba(29, 29, 29, 0.9);
    z-index: 100;
    backdrop-filter: blur(4px);
    transition-duration: 0.3s;
    opacity: 0;
    animation: tjeneste_modal_container_fade_in_animation 0.2s ease-in-out forwards;

    box-shadow: 0 -1px 51px -21px #00abff;
    box-shadow: 0 -1px 100px 21px rgba(0, 171, 255, 0.07) inset;
    box-shadow: 0 -1px 100px 21px rgba(0, 0, 0, 0.07) inset;
    /* filter: blur(0.5px); */
    /* filter: opacity(0.5); */
    /* border: 2px solid rgba(88, 185, 255, 0.47); */
    /* background-blend-mode: lighten; */
    border-radius: 5px;
    contain: content;

    display: grid;
    grid-template-rows: 50px 4fr 50px;
    grid-template-columns: 50px 4fr 50px;
}



.tjeneste-modal-header{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: rgb(29, 29, 29);
    background-color: var(--hopland-digital-off-white);
    color: var(--hopland-digital-weak-grey);
    backdrop-filter: blur(4px);
    border-bottom: 1px solid rgba(88, 185, 255, 0.47);
    /* border-radius: 15px 15px 0px 0px; */

    grid-row: 1;
    grid-column: 1 / span 3;
}
.close-modal-button{
    grid-column: 3;
    grid-row: 1;
    z-index: 1;
    transform: translate(-16px);
}


.tjeneste-modal-body{
    display: flex;
    justify-content: space-between;
    flex-direction: column;

    align-items: center;
    padding: 10px 20px;
    background-color: rgba(29, 29, 29, 0.65);
    backdrop-filter: blur(4px);
    border-bottom: 1px solid rgba(88, 185, 255, 0.47);
    border-top: 1px solid rgba(88, 185, 255, 0.47);

    background-color: rgba(20, 20, 20, 0.67);
    box-shadow: 0 3px 12px -2px black;

    transform: scale(0.9);
    border-radius: 5px;

    grid-row: 2;
    grid-column: 2 / span 1;
}

.tjeneste-modal-footer{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 20px;
    background-color: rgb(29, 29, 29);
    background-color: var(--hopland-digital-off-white);
    color: var(--hopland-digital-weak-grey);
    backdrop-filter: blur(4px);
    /* border-radius: 0px 0px 15px 15px; */
    grid-row: 3;
    grid-column: 1 / span 3;
}

.tjeneste-modal-background{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.tjeneste-modal-background img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    opacity: 0.3;
}

.tjeneste-modal-background-cover-dark{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.60);
}

@keyframes tjeneste_modal_container_fade_in_animation{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    
    .tjeneste-modal-container {
        height: calc(80vh - 90px);
        width: 90%;
        top: 120px;
        /* padding-top: 20px; */
    }
    
}
</pre></body></html>