/*
Theme Name: msfuge.dk Tema 1.0
Theme URI: https://www.msfuge.dk
Author: Christoffer Carl Evers
Author URI: Cherry
Description: Tema for MS FUGE. 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: msfuge.dk-Tema 1.0
*/

body{
       font-family: "Figtree", sans-serif;
    color: #000;
    padding: 0px 0px 0px !important;

}


a{
    color:#000;
}

.fs-1{
    color:#39b54a;
}

::selection {
    background-color: #39b54a !important;
    color: white !important;
}


   #btn-faaettilbud-2{
   background-color: #39b54a !important;
    border-color: #39b54a !important;
    font-weight: 700;
    }




.navbar-brand img {
    height: 62px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.wp-block-heading{

    font-weight:700;
}
.wp-block-separator {
    border: none;
    border-top: 0px solid;
}

.card-image{
    object-fit: cover;
    height: 250px;
}

.hero {
    display: flex
;
    align-items: center;
    min-height: 80vh;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}
.padding-r{
    padding-right: 34px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
    height: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
    z-index: 0;
    margin: 0 0px;
}

/*navbar*/

.navbar {
    transition: background-color 0.3s, box-shadow 0.3s;
    background: #fff;
}

.navbar .navbar-nav .nav-link {
    color: #000 !important;
    transition: color 0.3s;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar .navbar-brand img {
    transition: filter 0.3s;
}


.navbar-toggler {
    border: none;
    color: white;
}

.category-link {
    background-color: #fff;
    transition: border 0.3s ease-in-out;
    border: 2.5px solid #e9ecef;
    border-radius: 8px;
}
.category-link:hover {
    color:#39b54a;
    transition: border 0.3s ease-in-out;
    border: 2.5px solid #39b54a;
    border-radius: 8px;
}

.category-link:active {
    color:#39b54a !important;
    transition: border 0.3s ease-in-out;
    border: 2.5px solid #39b54a !important;
    border-radius: 8px;
}

/*Dropdown*/
.dropdown-item {
    padding-left: 30px !important;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 0px;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border: 0;
    min-width: 337px;
}

.nav-item.dropdown:hover .dropdown-toggle {
    color: inherit;
}

/*Dropdown*/

.nav-link:focus, .nav-link:hover {
    color: rgba(0, 0, 0, .8);
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border: 0;
    min-width: 337px;
}
.light-gray-bg {
    background: #f3f5f8;
    margin: 0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #39b54a !important;
    font-weight: 700;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #39b54a;
}
/*navbar*/
#fordele-card {
    background-color: transparent;
    border-radius: 0.65rem;
    border: none;
    font-size: 14px;
}
.card {
    position: relative;
    display: flex
;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}



#container-top{
    margin-top: 80px;
}
/*Blog*/
  .more-link{
    display: none;
  }


#container-top-forside{
  margin-top: 85px;
}

.col-lg-4 img {
    margin-bottom: 10px !important;
    border-radius: 22px;
    min-height: 275px;
    object-fit: cover;
}

.col-lg-4 {
  position: relative;

}
.col-lg-4 a {
    text-decoration: none;
}

.display-6-blog {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 3px !important;
}

.kategori {
    position: absolute;
    bottom: 100px;
    left: 20px;
}

.badge {
    margin-top:5px;
    padding: 6px;
}

.read-time{
    font-size:14px; color: #333;
}

@media (max-width: 991.98px){

.col-lg-4{
    width: 100%;
}

}

/*Blog*/


/*Formular*/
.container-formular {
    border-radius: 20px;
    background-color: #fff;
    margin-top: 0px;
    padding: 30px;
}
.h2-formular {
    margin-bottom: 20px;
    font-size: 28px;
}
.check-icon-top::before {
    content: "\2713";
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: absolute;
}
.check-icon-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    margin-top: 12px;
}
.check-icon-top {
    width: 22px;
    height: 22px;
    background-color: #39b54a !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    border: 2px solid #39b54a !important;
}
.check-text-top {
    flex: 1;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 400 !important;
    color: #000;
}
.check-icon-wrapper {
    display: flex
;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    margin-top: 12px;
}
/*Formular*/

.btn-submit {
    background-color: #39b54a;
    border-color: #39b54a;
    color: white;
    font-size: 1.2em;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    display: block;
    width: 100%;
}




.navbar .navbar-nav .nav-link {
    color: #000 !important;
    transition: color 0.3s;
    padding-left: 20px;
    padding-right: 20px;
}


.btn-submit:hover {
    background-color: #44bd32;
}

.float-right {
    float: right;
}

.form-check-label a:hover {
    text-decoration: underline;
}

.form-group {
    margin-bottom: 1.5rem;
}

.file-upload {
    border: 2px dashed #eee;
    border-radius: 5px;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    margin-bottom: 1.5rem;
    background-color: #fff;
}

.file-upload input[type="file"] {
    display: none;
}

.file-upload img {
    max-width: 50px;
    margin-bottom: 10px;
}

.file-upload label {
    display: block;
    font-weight: normal;
}

/* Loading overlay */
#loadingOverlay {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding-top: 200px;
    font-size: 20px;
    color: #333;
}

.spinner {
    margin: 0 auto 20px auto;
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top: 5px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.15rem;
    border-radius: var(--bs-border-radius-lg);
}

.form-control-lg {
    padding: .5rem 1rem;
    font-size: 1.15rem;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: none;
    border-radius: 18px;
    outline: 0;
}

#btn-tilbud {
    background-color: #212529;
    border: 0px solid !important;
    min-height: 40px;
    color: #fff !important;
    font-weight: 700;
    min-width: 125px;
    transition: all 0.3s ease-in-out;

}

#btn-tilbud:hover, #btn-tilbud:focus, #btn-tilbud:active{
transform: scale(1.1);

}
.btn-success{
    transition: all 0.3s ease-in-out;

}

.btn-success:hover, .btn-success:focus, .btn-success:active{

transform: scale(1.1);

}


#btn-faaettilbud{
        background-color: #39b54a;
    border-color: #39b54a;
    font-weight: 700;
    margin-left: 20px;
transition: all 0.3s ease-in-out;
}

#btn-faaettilbud:hover, #btn-faaettilbud:focus, #btn-faaettilbud:active{
transform: scale(1.1);

}





.circle-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}

.vertical-timeline ol {
    font-size: 16px;
    padding-left: 12px;
}


.circle-list {
    list-style-type: none;
}

.circle-list li::before {
    content: attr(data-counter);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #eee !important;
    color: #212529;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
}


.col-md-6 p{
  color:#333;
}
footer {
    background-color: #f3f5f8 !important;
    min-height: 375px;
}

.nav-link {

color:#000;
font-weight: 600;

}

.accordion-item{
    border: none;
    border-bottom: 2px solid #eee;
}


.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none;
    font-weight: 800;
}

.accordion-button{
    padding-left: 4px;
    padding-right: 4px;
}

.accordion-body{
    padding-left: 4px;
    padding-right: 4px;
}


.img-fluid-hoejre {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
}


#col-lg-6-venstre {
    padding-left: 50px;
}

#col-lg-6-hoejre{
    padding-right: 50px;
}

.col-lg-3 p {
	color: #333;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 400;
}

h3{
	font-size: 22px;
}



.display-4{
	line-height: 1.2;
    color: #000;
    font-size: 3.4rem;
    }


.bg-light {
    background-color: transparent !important;
}


.ul-diagnose {
    width: 100%;
    padding: 4px;
}

.top-front-li {
    padding-bottom: 20px;
    font-weight: 400;
}



.col-lg-3 img{
	object-fit: contain;
}

.col-lg-3{
	position: relative;
}




          .map-container {
            position: relative;
            text-align: center;
            color: #333;
            padding: 50px;
        }

        .map-image {
            width: 100%;
            max-width: 600px;
            margin: 0 auto;
        }


.form-container {
    position: relative;
   
    width: 100%;
    max-width: 700px;
    text-align: center;
    align-items: center;
    display: inline-grid;
}

        .form-inline input[type="text"],
        .form-inline button {
            width: auto;
            display: inline-block;
            margin: 5px;
        }




.position-absolute {
    position: absolute !important;
    right: 0%;
    left: 40%;
    width: auto;
    top: 38%;
}





/*TEST OPGAVER*/
.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}


#col-lg-3-footer {
    width: 20%;
    padding: 4px;
    margin-top: 40px;
}


/*Formular*/

.modal-header{
    border-bottom: 0px;
}

.footer-title {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin-top: 16px;
}

.col-lg-2 li {
    display: block;
    font-size: 16px;
    line-height: 2;
    color: #000;
}

.col-lg-2 a {
    color: #000;
    text-decoration: none;
}
.breadcrumbs {
    align-items: center;
    border-radius: 0;
    display: flex;
    flex-flow: row nowrap;
    margin: 0;
    overflow-x: auto;
    padding: 8px;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    background-color: #eee;
}
.breadcrumbs a {
    color: #3a3d43 !important;
    text-decoration: underline;
}

.breadcrumb-separator {
    margin-left: 5px;
    margin-right: 5px;
    color: #f5f5f6;
}


#col-lg-7-top {
    margin-top: 125px;
    margin-bottom: 24px;
}

#vvs-col-lg-7-cat{
    margin-top: 75px; margin-bottom: 64px;
}

#openNav {
    display: none;
}

#sog-fill{
    max-width: 750px;
    display: flex;
    flex-direction: row;
}


.col-lg-2 a:hover {

    color: #39b54a !important;
}


#container-top {
    margin-top: 120px;
}


.sidebar-container {
    position: sticky;
    top: 80px;
    z-index: 0;
    padding-left: 15px;
    margin-left: 15px;
}



.sidebar-container {
  position: sticky;
  top: 100px; /* Adjust as needed */
  z-index: 0; /* Ensure it's above other content */
}


@media (max-width: 991.98px) {
#col-lg-6-hoejre {
    padding-right: 15px;
}

.dropdown-menu.show {
    display: block;
    border: 0;
}
    .sidebar-container {
        position: sticky;
        top: 80px;
        z-index: 0;
        padding-left: 0px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}



.logo-footer{
    margin-top: 40px;
}
.container-formular {
    border-radius: 20px;
    background-color: #fff;
    margin-top: 0px;
    padding: 25px;
    margin-top: 15px;
}

#btn-faaettilbud {
    background-color: #39b54a;
    border-color: #39b54a;
    font-weight: 700;
    margin-left: 20px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    margin-left: 0 !important;
}


.img-fluid-hoejre {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
}

#col-lg-6-venstre {
    padding-left: 15px;
}




.navbar .navbar-nav .nav-link {
    color: #000 !important;
    transition: color 0.3s;
    padding-left: 10px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.check-text-top {
    flex: 1;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 500 !important;
    color: #000;
}
.hero {
    display: flex;
    align-items: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}


    .display-4 {
    line-height: 1.2;
    color: #000;
    font-size: 2.2rem;
}


.padding-r {
    padding-right: 0px;
}

.navbar-brand img {
    height: 50px;
}


#openNav {
        display: block;
        background-color: #fff !important;
    }
    .closebtn {
        border-bottom: 0px solid;
        float: right;
        width: 1.1em;
        height: 1.1em;
        margin-top: 8px;
        padding-top: 4px !important;
        padding: 5px;
        margin-right: 3px;
        background-color: #eee;
        border-radius: 50%;
    }
.navbar-toggler {
        padding: 12px;
        background-color: #39b54a;
        border-radius: 50%;
        border: 0;
    }
        .sidenav-link-1 {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 0px;
    }
    .sidenav {
        height: 100vh;
        width: 0;
        position: fixed;
        display: block !important;
        z-index: 9999;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        padding-top: 50px;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 5px;
        right: 10px;
        font-size: 34px;
        margin-left: 0px;
        color: #fff;
        padding-top: 0px !important;
        padding-left: 2px;
    }
.sidenav a {
        padding: 7px 10px 7px 10px;
        text-decoration: none;
        font-size: 18px;
        color: #3a3d43;
        display: block;
    }


.col-lg-3 img {
    margin-bottom: 4px !important;
}
#col-lg-3-footer{
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
        margin-top: 0px;
}

}
