@charset "UTF-8";
#gavegalleri a{
    transition: 0.5s all;
}

#gavegalleri a:hover{
    transform: scale(1.1, 1.1);
    transition: 0.5s all;
}

#gavegalleri a:active{
    opacity: 0.3;
    transition: 0.5s all;
}

.expand{
    width: auto;
    height: auto;
    right:37px;
    top:32px;
    z-index:1;
    transform: scale(1,1) translateZ(1px);
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 3px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    background-color: white;
    transition: all 0.4s;
    transform-origin: center center;
    color: gray;
}

.expand:hover{

}

.expand:hover ion-icon{
    color: black;
    transform: scale(1.1,1.1);
    padding: 1px;  
}

.expand:active{
    border-radius: 10px;
    color: black;
    padding: 1px;  
}

.expand:active ion-icon{
    font-size: 2rem !important;
    color: black;
    transform: scale(0.9,0.9);
    padding: 1px;  
}

.minibilde .inner{
    max-width: 150px;
}

.bildekarusell .carousel-inner{
    margin-top: 10px;
    margin-bottom: 10px;
}

@media(max-width: 767px){

    .bildekarusell{
        height: 410px;
    }

    .bildekarusell img{
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .bildekarusellmodal .carousel-inner{
        height: 85%;
    }
}

@media(min-width: 768px){

    .bildekarusell{
        height: 640px;
    }

    .bildekarusell img{
        width: 100%;
        height: 630px;
        object-fit: cover;
    }

}

.bildekarusellmodal{
    height: 100%;
}

.bildekarusellmodal img{
    width: 100%;
    height: 90vh;
    object-fit: scale-down;
}

.bildekarusellmodal .carousel-indicators{
    padding-top: 30px;
    padding-bottom: 30px;
}

.bildekarusell .carousel-indicators{
    padding-top: 20px;
    padding-bottom: 20px;
}
.carousel-indicators{
    background-color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 0;
    box-shadow: 0 -4px 4px rgb(0 0 0 / 8%);
}

.carousel-indicators [data-bs-target] {
    background-color: #2b70a8;
    background-color: #f39442;
    opacity: 0.8;
    height: 15px;
    transform: scale(0.9, 0.9);
    border-radius: 50%;
    border: 0px solid transparent;
}

.carousel-indicators button:active{
    opacity: 0.8 !important;
    transform: scale(1, 1.8) !important;
}

.carousel-indicators [data-bs-target].active,
.carousel-indicators [data-bs-target]:focus,
.carousel-indicators [data-bs-target]:hover{
    opacity: 1;
    transform: scale(1.1, 2.2);
}

.modal-content{
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(14px);
}

.modal-header{
    background-color: white;
}