


.module-subpages .col-lg-4 > * {
  border-radius: 15px;
  overflow: hidden;
}

.module_person img {
  border-radius: 15px; /* eller .75rem for å matche resten av profilen */
}

.module_person.card {
  border: none !important;
  box-shadow: none !important;
}

.picture img {
 border-radius: 30px !important;
}

.section-om-oss img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 15px !important; 
  
}



.section-vision {
    text-align: center !important;
}

.section-vision img {
    max-width: 150px !important; 
    margin: 0 auto !important; 
    display: block !important; 
    transition: transform 0.3s ease, opacity 0.3s ease!important; 
    animation: rotate 15s linear infinite !important; 
}


:root {
  --bs-body-line-height: 2;
}

p, ul li, ol li { line-height: var(--bs-body-line-height); }
.lead, ingress { line-height: 2; }
h1, h2, h3, h4, h5, h6 { line-height: 1.2; }






@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .parallax-bg {
        background-attachment: scroll; /* Deaktiver parallax på små skjermer */
    }
}
