
/* -- Background Image -- */
.lt-background-image {
    height: 100vh;
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-width: 100%;
    min-height: 100%;
    position: fixed; 
    top: 0;
    left: 0;
    z-index: -2; 
}


/* -- Navbar -- */

.lt-top-switch a {
    font-weight: 600;
    font-size: 0.875rem;
    margin-top: 35px;
    margin-bottom: 22px;
    display: block;
    color: #fff;
    z-index: 99999999;
    position: relative;
    text-decoration: none;
}

.lt-top-switch svg {
    width: 16px;
    margin-right: 5px;
    margin-top: -2px;
}

.parent-pageid-14 .lt-top-switch a {
    color: #000;
}

.lt-dagfinns-logo {
    margin-left: -15px;
}

.lt-navbar-logo li a {
    margin-left: -15px;
}

.lt-navbar-ul {
    list-style: none;
    margin-right: -10px;
}

.lt-navbar-ul .current-menu-item a {
    color: #000;
    background: #fff !important;
}

.lt-navbar-ul li a {
    padding: 2px 20px;
    min-height: 17px;
    background: #ffffff33;
    font-weight: 600;
    color: #fff;
    margin-right: 10px;
    font-family: 'Lunsjtid-Heading', sans-serif;
    font-size: 1.24rem;
}

.parent-pageid-14 .lt-navbar-ul li a {
    background: #ffffff87;
}

.parent-pageid-14 .lt-navbar-ul li a {
    color: #000;
}

.lt-navbar-ul li a:hover {
    color: #000;
    background: #fff;
}

@media screen and (min-width: 1025px) {

    .lt-navbar-logo {
        
    }

    .uk-navbar-container {
        padding-bottom: 25px;
        padding-top: 0px;
    }

    .parent-pageid-9 .uk-navbar-right {
        margin-bottom: -95px;
    }

    .parent-pageid-14 .uk-navbar-right {
        margin-bottom: -141px;
    }

    .navbar-button {
        display: none;
    }

}

@media screen and (max-width: 1025px) {
    
    .noscroll {
        overflow-y: hidden;
        height: 100%;
        width: 100%;
		position: fixed;
    }

    .uk-navbar-container {
        display: flex;
        margin-bottom: 40px;
    }

    .lt-navbar-logo {
        margin-bottom: -20px;
    }

    .lt-lunsjtid-logo {
        max-width: 170px;
    }

	.lt-dagfinns-logo {
		max-width: 180px;
		margin-left: -5px;
	}

    .lt-navbar-ul {
        margin-top: 40px;
    }

    .lt-navbar-ul li {
       
    }

    .lt-navbar-ul li a {
        font-size: 0.975rem;
        padding: 8px 18px;
        background: unset !important;
    }

    .lt-navbar-ul li:last-child a {
        margin-right: 20px;
    }

    .uk-navbar-container {
        z-index: 99999;
    }

    .navbar-mobile {
        position: fixed;
        top: 0px;
        padding-top: 150px;
        height: calc(100%);
        left: 0;
        right: 0;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition-property: opacity,visibility,border-top;
        transition-timing-function: cubic-bezier(.34,0,.29,1);
        transition-duration: .4s,.7s;
    }

    .parent-pageid-14 .navbar-mobile {
        background: var(--dagfinns);
    }
    
    .parent-pageid-9 .navbar-mobile {
        padding-top: 130px;
        background: var(--lunsjtid);
    }


	.menu-active .navbar-mobile {
		opacity: 1;
		visibility: visible;
		transition-delay: 0s;
	}

    .navbar-button {
        background: transparent;
        border: 0;
        padding-right: 83px;
        padding-bottom: 22px;
        padding-left: 29px;
        padding-top: 28px;
        outline: 0;
        transform: scale(.93);
        margin-top: 4px;
        touch-action: manipulation;
        font-family: unset;
        margin-right: -5px;
        margin-bottom: -12px;
    }

    .parent-pageid-14 .navbar-button {
        border: 2px solid #000;
    }
    
    .parent-pageid-9 .navbar-button {
        border: 2px solid #fff;
        margin-bottom: -8px;
    }

    .visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .nav-icon-container {
        position: relative;
        display: initial;
        height: 50px;
        width: 50px;
        cursor: pointer;
        transform: rotate(0deg);
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }

    .nav-icon-container #nav-icon {
        width: 18px;
        height: 8px;
        position: relative;
        display: block;
        margin: -4px auto 0;
        top: 50%;
        transform: scale(1.3);
    }

    .nav-icon-container #nav-icon .bar {
        width: 100%;
        height: 1px;
        display: block;
        position: relative;
        transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
        transition-delay: 0s;
    }

    .parent-pageid-14 .nav-icon-container #nav-icon .bar {
        background: #000;
    }
    
    .parent-pageid-9 .nav-icon-container #nav-icon .bar {
        background: #fff;
    }

    .nav-icon-container #nav-icon .bar.topBar {
        transform: translateY(0px) rotate(0deg);
    }

    .menu-active .topBar {
        transform: translateY(4px) rotate(45deg) !important;
    }

    .nav-icon-container #nav-icon .bar.bottomBar {
        transform: translateY(6px) rotate(0deg);
    }

    .menu-active .bottomBar {
        transform: translateY(3px) rotate(-45deg) !important;
    }

    .nav-icon-menutext {
        font-weight: 600;
        color: #253e91;
        position: absolute;
        margin-top: -15px;
        margin-left: 25px;
        font-size: .98rem;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }

    .parent-pageid-14 .nav-icon-menutext {
        color: #000;
    }
    
    .parent-pageid-9 .nav-icon-menutext {
        color: #fff;
    }

	.navbar-mobile .uk-navbar-nav {
		list-style: none;
		padding: 0;
		display: block;
		visibility: hidden;
	}
	
	.menu-active .navbar-mobile .uk-navbar-nav {
		margin-top: 32px;
		transform: translateY(0);
		visibility: visible;
		text-align: center;
	}
	
	.menu-active .navbar-mobile .uk-navbar-nav li:last-child {
		margin-right: 0px;	
	}
	
	.menu-active .navbar-mobile .uk-navbar-nav li a {
		margin-bottom: 18px;
		min-height: 58px;
		margin-right: 0px;
		justify-content: left;
		padding-left: 30px;
	}
	
	@keyframes linkfadeIn {
        100% {
            opacity: 1;
			transform: translate(0px, 15px);
        }
    }
	
	.menu-active .navbar-mobile .uk-navbar-nav li {
		animation: linkfadeIn 0.8s forwards;
        animation-delay: 1.8s;
		opacity: 0;
	}
	
	.menu-active .navbar-mobile .uk-navbar-nav li:nth-child(1) {
		animation-delay: .2s;
	}
	
	.menu-active .navbar-mobile .uk-navbar-nav li:nth-child(2) {
		animation-delay: .3s;
	}
	
	.menu-active .navbar-mobile .uk-navbar-nav li:nth-child(3) {
		animation-delay: .4s;
	}
	
	.menu-active .navbar-mobile .uk-navbar-nav li:nth-child(4) {
		animation-delay: .5s;
	}
	
	.menu-active .navbar-mobile .uk-navbar-nav li:nth-child(5) {
		animation-delay: .6s;
	}
	
	.menu-active .navbar-mobile .uk-navbar-nav li:nth-child(6) {
		animation-delay: .7s;
	}

    .menu-active .navbar-mobile .uk-navbar-nav li:nth-child(7) {
		animation-delay: .8s;
	}

}