 body {
        color: #000 !important;
        background-color: #f5f5f6 !important;
        font-family: "Figtree", sans-serif;
    }
    h1 {
        font-size: 40px;
    }

    .lead-undertitel {
    font-size: 1.2rem;
    margin-top: 1rem;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
    padding-top: 15px;
}
    #loading-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffff;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }
    #loading-spinner {
        border: 5px solid #000000;
        border-top: 5px solid #eee;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        animation: spin 2s linear infinite;
    }
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    .card {
        border: none;
        transition: transform 0.3s;
        overflow: hidden;
        position: relative;
        border-radius: 22px;
    }
    .card:hover {
        transform: translateY(-5px);
    }
    .card img {
        width: 100%;
        height: auto;
        border-radius: 22px;
    }
    .card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 22px;
        transition: background-color 0.3s;
    }
    .card:hover::before {
        background-color: rgba(0, 0, 0, 0.4);
    }
    .bg-light {
        background-color: #fff!important;
    }
    .card h2 {
        position: absolute;
        bottom: 35px;
        color: white;
        padding: 10px;
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0;
        border-radius: 5px;
        z-index: 1;
    }
    .card-content {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
        z-index: 1;
        color: white;
    }
    .card-title {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0;
    }
    .card-pris {
        font-size: 1.4rem;
        font-weight: bold;
        padding-left: 10px;
    }
    .navbar {
        padding-top: .3rem;
        padding-bottom: .3rem;
        border-bottom: 0px solid #15986d;
        box-shadow: 0 1px 0 0 rgba(12, 14, 28, .12);
    }
    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    #forside-header {
    margin-top: 70px !important;
    margin: 0px;
}
#col-lg-12-header {
    background-image: url(https://saunagusaarhus.dk/saunagusaarhus.jpg);
    background-size: cover;
}
   #col-lg-12-header {
    min-height: 480px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    object-fit: cover;
    background-size: auto, auto;
}
.inside-col-12 {
    margin-top: 2%;
    padding: 25px;
}

#fordele-card{
background-color: transparent;
}

#fordele-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color
    border-radius: 22px;
    background-color: transparent;
    transition: background-color 0.3s;
}
.fs-1 {
    font-size: 2.4rem !important;
    color: #212529;
}
h2{
font-size: 36px;

}
@media (max-width: 991.98px) {
    #col-lg-12-header {
        min-height: 440px;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 0px;
        margin-top: 0 !important;
    }
    .inside-col-12 {
        margin-top: 25px;
        padding: 5px;
    }
#fordele-col {
        width: 100%;
}
    #forside-header {
    margin-top: 0px !important;
    margin: 0px;
}

.col-lg-4 {

width: 50%;

}
h2{
font-size: 36px;

}
 .card h2 {
    position: absolute;
    bottom: 35px;
    color: white;
    padding: 0px;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
    z-index: 1;
}
    .card-pris {
        font-size: 1rem;
        font-weight: bold;
        padding-left: 0px;
    }
.navbar {
    padding-top: .3rem;
    padding-bottom: .3rem;
    border-bottom: 0px solid #15986d;
    box-shadow: 0 1px 0 0 rgba(12, 14, 28, .12);
    display: none;
}

}