/*-----------------------------------------------------------------------------------
	Stjørdalsalliansen
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#012121;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-fabric::before{
	background: url("img/texture-fabric.png");
}
.texture-diagonal-lines::before{
	background: url("img/texture-diag-lines.png");
	background-size: 10px 10px;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-sq{
	border-radius: 0px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}



/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
	text-align:center;
}
.fullscreen-modal{
	background:#000;
}
.fullscreen-modal .modal-dialog{
	width:100%!important;
	max-width:95%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.close-full-screen-modal .close-icon{
	display: block;
	width:100%;
	height:1px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:12px;
}
.close-full-screen-modal .close-icon{
	height:2px;
}
.close-full-screen-modal .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close-full-screen-modal{
	right:20px;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.active-page-link{
	text-decoration:underline!important;
	color:var(--swatch-var-5639)!important;
}
.nav-link{
	font-weight:bold;
	color:var(--swatch-var-7747)!important;
}
.nav-item{
	color:#C61111!important;
	padding:0px 10px 0px 10px;
}
.bold{
	font-family:"Roboto-Bold";
}
.black-link{
	text-decoration:underline!important;
	color:#000000!important;
}
.full-width{
	width:100%;
}
.mini-subtitle{
	text-transform:uppercase;
}
.mini-large-p{
	font-size:1.3em;
}
.mini-extra-label{
	display:block;
}
.mini-button-primary{
	background-color:var(--swatch-var-779);
	color:#FFFFFF!important;
}
.mini-button-primary:hover{
	background-color:var(--swatch-var-5545);
}
.mini-button-primary:active{
	background-color:var(--swatch-var-5545);
}
.mini-contact-icon{
	font-size:35px;
}
.mini-big-wide-map{
	height:528px;
}
.kontakt-info{
	margin-top:3px;
	padding-left:0px;
}
.header-bilde{
	z-index:2;
	padding-top:100px;
}
.logo-web{
	width:400px;
}
.flex-menu{
	display:flex;
	justify-content:center;
}
.pointer{
	cursor:pointer;
}
.divider-background-color{
	background-color:var(--swatch-var-2054);
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.text-decoration-none{
	font-size:22px;
}
.meny-knapp-web{
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	padding:10px 10px 10px 10px;
	font-size:18px;
	color:var(--swatch-var-7562)!important;
	font-weight:bold;
	border-color:var(--swatch-var-7562)!important;
}
.meny-knapp-web:hover{
	background-color:var(--swatch-var-66);
}
.d-flex{
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.border-right{
	border-width:0px 1px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-7747)!important;
}
.border-bottom{
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:var(--swatch-var-7747)!important;
}
.border-right-right{
	border-width:0px 1px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-7747)!important;
}
.icon-size{
	color:var(--swatch-var-1500)!important;
	font-size:2.5rem;
}
.col-2{
	padding-top:1.5rem;
	padding-bottom:1.5rem;
	padding-left:0.5rem;
}
.nav-list{
	margin-top:0px!important;
	padding-right:50px;
}
.styret-knapp{
	background-color:var(--swatch-var-6706);
	border-width:0px 0px 0px 0px;
	bottom:1px;
	position:relative;
}
h1{
	font-size:3rem;
	line-height:2.8rem;
	font-family:"Open Sans";
	font-weight:800;
}
h2{
	font-size:2rem;
}
h3{
	font-size:1.75rem;
}
p{
	font-size:18px;
}
h4{
	font-size:1.25rem;
}
h5{
	font-size:0.6rem;
}
.bilde-heights{
	height:60vh;
}
.bakgrunn{
	background-color:var(--swatch-var-2010);
	background:linear-gradient(109deg, var(--swatch-var-779) 1%, transparent   70%);
}
.hvit-skrift{
	color:var(--swatch-var-7747)!important;
}
.mini-text-logo{
	font-size:1.8em;
	text-transform:uppercase;
}
.menu-icon-29711-stroke{
	stroke:var(--swatch-var-5803)!important;
	fill:var(--swatch-var-5803)!important;
}
.navlink-margin{
	margin-left:7px;
	margin-right:7px;
}
.button-primary{
	background-color:var(--swatch-var-779);
	color:#FFFFFF!important;
}
.button-primary:hover{
	background-color:var(--swatch-var-5545);
}
.button-primary:active{
	background-color:var(--swatch-var-5545);
}
.img-bloc-7-style{
	width:131px;
}
.custom-header{
	padding:10px 0px 10px 0px;
}
.nav-4-row{
	position:relative;
}
.nav-4-visible{
	position:relative;
	z-index:3;
}
.middle-menu-display{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	z-index:2;
}
.center-nav-link{
	text-align:center;
	margin-left:14px;
	margin-right:14px;
}
.menu-button{
	position:relative;
	height:40px;
	margin-left:auto;
	display:inline-flex;
	align-items:center;
	font-size:2em;
	color:var(--swatch-var-7747)!important;
	font-family:"Alef";
}
.nav-6-menu{
	z-index:1;
	min-width:100%;
	position:relative;
	background-color:var(--swatch-var-7747);
	padding:10px 28px 0px 28px;
	top:-54px;
	margin-bottom:-54px;
}
.mega-menu-close-icon{
	padding-top:1px;
}
.big-link{
	font-size:1.8em;
}
.mini-team-social-icon{
	width:30px;
	text-align:center;
	font-size:22px;
}
.mini-team-social-icon:hover{
	opacity:0.8;
}
.menu-icon-bloc-10-stroke{
	stroke:var(--swatch-var-5803)!important;
	fill:var(--swatch-var-5803)!important;
}
.gul-skrift{
	text-transform:uppercase;
	font-weight:bold;
	color:var(--swatch-var-5803)!important;
}
.navbar-brand img{
	width:250px;
}
.blocsapp-special-menu blocsnav{
	background-color:var(--swatch-var-7933);
}
.blokk-bakgrunn{
	background:linear-gradient(0deg, var(--swatch-var-7933) 0%, var(--swatch-var-1581) 36%);
}
.svart-skrift{
	color:var(--swatch-var-5803)!important;
}
.fixed-nav{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	z-index:111;
}
.blokk-test{
	background-color:var(--swatch-var-7933)!important;
}
.img-meny-web-style{
	width:160px;
}
.img-logo-nm-style{
	width:283px;
}
.h4-style{
	font-size:1.2rem;
}
.h2-style{
	font-size:2.5rem;
}
.offcanvas-body{
	margin-top:30px;
}
.offcanvas-header{
	background-color:var(--swatch-var-1149);
}
.nm-meny{
	z-index:11;
}
.img-3-style{
	width:183px;
}
.alliansen-logo{
	width:250px;
}
.img-nm-web-style{
	width:286px;
}
.bloc-offcanvas{
	background-color:rgba(1,142,242,0.20);
}
.offcanvas-menu{
	border-style:_popUpItemAction:;
	width:50%!important;
}
.offcanvas-title{
	color:#000000!important;
	margin-top:0px;
	margin-bottom:0px;
}
.offcanvas-close{
	color:#CE0027!important;
	font-size:2rem;
	cursor:pointer;
	margin-left:auto;
	opacity:0.8;
}
.offcanvas-close:hover{
	opacity:1.0;
}
.offcanvas-content{
	width:100%;
	max-width:1300px;
	margin-right:auto;
	margin-left:auto;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.img-7-style{
	width:171px;
}
.img-bloc-2-style{
	width:292px;
}
.img-1-style{
	width:153px;
}
.flex-lein{
	display:flex;
	justify-content:flex-end;
}
.container-div-style{
	cursor:pointer;
}
.img-lein-lo-style{
	width:95px;
	border-radius:0px 0px 0px 0px;
}
.p-bloc-11-style{
	font-size:16px;
	font-family:"Lato";
	font-weight:700;
}
.divider-lein{
	border-width:0px 0px 0px 1px;
	border-style:solid;
	border-color:var(--swatch-var-783)!important;
	padding-left:15px;
	cursor:pointer;
}
.p-style{
	font-size:15px;
	font-family:"Lato";
	font-weight:900;
}
.h6-style{
	line-height:20px;
	font-size:14px;
	font-family:"Lato";
	font-weight:700;
}
.deltaker-info{
	background-color:var(--swatch-var-298);
	border-width:0px 0px 0px 0px;
}
.offcanvas-topp-marg{
	padding-top:30px;
}
.innhold-sider{
	width:60%;
	margin-left:auto!important;
	margin-right:auto!important;
}
.tidsskjema{
	background-color:var(--swatch-var-298);
	border-width:0px 0px 0px 0px;
}
.button-hoover{
	text-decoration:none;
	font-family:"Alef";
	color:var(--swatch-var-7235)!important;
}
.button-hoover:hover{
	color:var(--swatch-var-6972)!important;
}
.btn-meny{
	border-width:0px 0px 0px 0px;
	color:var(--swatch-var-5282)!important;
	display:flex;
	align-items:center;
	font-size:1.4em;
	background-color:var(--swatch-var-1500);
	border-radius:10px 10px 10px 10px;
}
.btn-meny:hover{
	background-color:var(--swatch-var-7747);
	color:var(--swatch-var-5282)!important;
}
.web-flex{
	display:flex;
	justify-content:center;
}
.menu-button-active{
	color:var(--swatch-var-6972)!important;
	font-weight:bold;
}
.header-um{
	height:600px;
}
.flex-tittel{
	display:flex;
	justify-content:flex-end;
	align-content:center;
	right:40px;
	flex-direction:column;
	align-items:center;
	position:absolute;
	bottom:100px;
}
.h3-bloc-22-style{
	font-size:1.6rem;
	font-weight:lighter;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-4844);
	height:0px;
}
.bakgrunn-um{
	background:linear-gradient(90deg, var(--swatch-var-1046) 0%, var(--swatch-var-7163)    48%);
}
.bloc-divider-t-fill{
	fill:#FD0200;
	height:0px;
}
.sponsorer-header{
	position:absolute;
	left:0px;
	right:40px;
	bottom:40px;
}
.bloc-divider-t-style{
	height:5px;
	fill:var(--swatch-var-4844);
}
.bloc-flex{
	display:flex;
	flex-direction:column;
	width:100vw;
}
.bg-cd-light{
	background-color:var(--swatch-var-3212);
	background:linear-gradient(90deg, var(--swatch-var-7747)    0%, var(--swatch-var-1046) 76%);
}
.gradient-footer{
	background:linear-gradient(0deg, var(--swatch-var-6972) 0%, var(--swatch-var-5639) 100%);
}
.img-logo-stjord-style{
	width:179px;
}
.bloc-divider-b-style{
	height:5px;
	fill:var(--swatch-var-4844);
}
.h4-1-style{
	font-size:1.6em;
}
.card-bakgrunn{
	background-color:var(--swatch-var-6733);
	box-shadow:2.57px 1.55px 16px rgba(0,0,0,0.60);
	border-radius:20px 20px 20px 20px;
}
.bakground-gradient{
	background:linear-gradient(0deg, var(--swatch-var-3913) 0%, var(--swatch-var-1046)  49%);
}
.navbar-nav li a{
	color:var(--swatch-var-7235)!important;
}
.divider-bloc-25-style{
	height:1px;
	width:100%;
	background-color:var(--swatch-var-3809);
	margin-left:auto;
	margin-right:auto;
}
.knapp-volt{
	padding:5px 10px 5px 10px;
	border-width:0px 0px 0px 0px;
	border-radius:10px 10px 10px 10px;
	border-style:solid;
	border-color:var(--swatch-var-5639)!important;
	background-color:var(--swatch-var-3212);
	text-decoration:none;
	display:inline-block;
}
.img-logo-t-style{
	width:164px;
}
.sponsorer{
	display:flex;
	justify-content:center;
}
.dato-flex{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
.minde{
	font-weight:bold;
}
.bloc-divider-t-bloc-13-style{
	height:5px;
	fill:var(--swatch-var-7235);
}
.bloc-divider-b-bloc-25-style{
	height:5px;
	fill:var(--swatch-var-4220);
}
.img-logo--style{
	width:374px;
}
.svart-tekst{
	color:var(--swatch-var-5282)!important;
}
.img-style{
	width:236px;
}
.sponsorer-flex{
	width:100%;
	display:flex;
	align-items:center;
	margin-left:auto;
	margin-right:auto;
	justify-content:center;
}
.link-lys a{
	color:var(--swatch-var-1322)!important;
	text-decoration:none!important;
}
.link-dark a{
	color:var(--swatch-var-3212)!important;
	text-decoration:none!important;
}
.knapp-gul a{
	background-color:var(--swatch-var-1500);
	color:var(--swatch-var-3212)!important;
	padding:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	text-decoration:none!important;
}
.img-gjensidi-style{
	width:156px;
}
.img-nte-lo-style{
	width:102px;
}
.img-selbutrykk-lo-style{
	width:239px;
}
.img-arenaka-style{
	width:100%;
}
.footer-bakgrunn{
	background:linear-gradient(90deg, var(--swatch-var-157) 30%, var(--swatch-var-5803) 81%);
}
.flex-footer{
	display:flex;
}
.hvit-tekst{
	color:var(--swatch-var-5243)!important;
}
.divider-bloc-11-background-color{
	margin-left:auto;
	margin-right:0;
	height:100%;
	width:1px;
	background-color:var(--swatch-var-2523);
}
.justify-content-end{
	position:relative;
	bottom:40px;
}
.h5-bloc-11-style{
	line-height:11px;
	font-size:1.2rem;
}
.label-style{
	font-size:0.9rem;
	line-height:19px;
	width:68.58%;
}
.flex-lein-hele{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}
.flex-brand{
	display:flex;
}
.img-brand{
	height:49px;
}
.img-brand-lein{
	height:55px;
}
.volt-blog-btn-readmore{
	display:none;
}
.volt-blog-btn-back{
	border-width:1px 1px 1px 1px!important;
	border-style:solid!important;
	border-color:var(--swatch-var-7163)!important;
	color:var(--swatch-var-6733)!important;
	padding:5px 5px 5px 5px;
}
.volt-blog-item{
	color:var(--swatch-var-7747)!important;
}
.volt-blog-item-title-link{
	color:var(--swatch-var-7747)!important;
}
.gradient-bakgrunn{
	background:linear-gradient(180deg, var(--swatch-var-1046) 0%, var(--swatch-var-4220) 87%);
}
.facebook-share{
	display:flex;
	align-items:flex-end;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-7235:rgba(0,0,0,1.00);
	
	--swatch-var-7747:rgba(255,255,255,1.00);
	
	--swatch-var-7562:rgba(0,123,255,1.00);
	
	--swatch-var-5639:rgba(204,37,37,1.00);
	
	--swatch-var-5803:#101010;
	
	--swatch-var-4497:#202020;
	
	--swatch-var-779:rgba(0,102,204,1.00);
	
	--swatch-var-5545:#0088FF;
	
	--swatch-var-66:#BBC1A7;
	
	--swatch-var-5162:#1C5077;
	
	--swatch-var-7078:#00B12D;
	
	--swatch-var-6733:rgba(249,249,249,1.00);
	
	--swatch-var-2339:#3BABFF;
	
	--swatch-var-1257:rgba(250,174,16,1.00);
	
	--swatch-var-620:rgba(255,255,255,0.70);
	
	--swatch-var-7933:rgba(255,215,0,1.00);
	
	--swatch-var-3818:rgba(255,168,7,1.00);
	
	--swatch-var-3112:#FF8506;
	
	--swatch-var-6170:#0093DE;
	
	--swatch-var-6972:rgba(57,0,0,1.00);
	
	--swatch-var-5426:rgba(0,147,222,0.30);
	
	--swatch-var-1581:rgba(0,147,222,0.15);
	
	--swatch-var-2010:rgba(0,121,183,1.00);
	
	--swatch-var-6706:rgba(0,67,110,1.00);
	
	--swatch-var-4808:rgba(0,57,93,1.00);
	
	--swatch-var-3943:rgba(0,110,166,1.00);
	
	--swatch-var-242:rgba(26,26,26,1.00);
	
	--swatch-var-1585:rgba(190,125,5,1.00);
	
	--swatch-var-7293:#BFDFF5;
	
	--swatch-var-7383:rgba(0,147,222,1.00);
	
	--swatch-var-6870:rgba(239,245,245,1.00);
	
	--swatch-var-7163:rgba(239,245,245,1.00);
	
	--swatch-var-1149:rgba(246,187,7,1.00);
	
	--swatch-var-298:rgba(255,255,255,0.00);
	
	--swatch-var-482:#455D3A;
	
	--swatch-var-783:rgba(190,190,190,1.00);
	
	--swatch-var-3090:rgba(240,240,240,1.00);
	
	--swatch-var-2043:#FAAE37;
	
	--swatch-var-2502:rgba(168,49,49,1.00);
	
	--swatch-var-3066:rgba(255,129,124,0.38);
	
	--swatch-var-3709:rgba(82,2,0,1.00);
	
	--swatch-var-2891:rgba(253,2,0,0.59);
	
	--swatch-var-1836:rgba(255,255,255,0.75);
	
	--swatch-var-4844:rgba(38,45,62,1.00);
	
	--swatch-var-6467:rgba(254,253,229,1.00);
	
	--swatch-var-5314:rgba(215,253,229,1.00);
	
	--swatch-var-4154:rgba(202,245,245,1.00);
	
	--swatch-var-1490:rgba(239,245,245,1.00);
	
	--swatch-var-1788:rgba(0,0,0,0.60);
	
	--swatch-var-4815:rgba(28,34,46,1.00);
	
	--swatch-var-7236:rgba(18,18,18,1.00);
	
	--swatch-var-3259:rgba(30,30,30,1.00);
	
	--swatch-var-5994:rgba(9,46,41,1.00);
	
	--swatch-var-5226:rgba(30,30,30,1.00);
	
	--swatch-var-5282:rgba(13,13,13,1.00);
	
	--swatch-var-4898:rgba(252,231,102,1.00);
	
	--swatch-var-4118:rgba(41,41,41,1.00);
	
	--swatch-var-4220:rgba(61,0,0,1.00);
	
	--swatch-var-1322:rgba(135,206,235,1.00);
	
	--swatch-var-1500:rgba(255,215,0,1.00);
	
	--swatch-var-1961:rgba(235,135,70,1.00);
	
	--swatch-var-3473:rgba(204,51,0,1.00);
	
	--swatch-var-3443:rgba(19,111,99,1.00);
	
	--swatch-var-3212:rgba(19,111,99,1.00);
	
	--swatch-var-2054:rgba(9,46,41,1.00);
	
	--swatch-var-1917:rgba(118,68,59,1.00);
	
	--swatch-var-3809:rgba(16,94,84,1.00);
	
	--swatch-var-1046:rgba(249,115,22,1.00);
	
	--swatch-var-3913:rgba(249,115,20,0.79);
	
	--swatch-var-157:#102C15;
	
	--swatch-var-3131:#EEEEEE;
	
	--swatch-var-7402:#F2F0EB;
	
	--swatch-var-396:#DEDEDE;
	
	--swatch-var-5243:#F5F5F5;
	
	--swatch-var-3246:#E99E24;
	
	--swatch-var-2523:#0076AF;
	
	--swatch-var-7277:rgba(0,0,0,0.21);
	
	--swatch-var-2019:rgba(255,255,255,0.298);
	
	--swatch-var-3697:#27AE60;
	
	--swatch-var-7070:#E74C3C;
	
	--swatch-var-7738:rgba(204,50,1,0.61);
	
	--swatch-var-6430:rgba(255,91,0,0.79);
	
	--swatch-var-4525:rgba(1,36,121,1.00);
	
	--swatch-var-5490:#55ACEE;
	
	--swatch-var-3201:#BD2026;
	
	--swatch-var-3151:#2E8CD7;
	
	--swatch-var-5466:#1A7576;
	
	--swatch-var-3707:#00E676;
	
	--swatch-var-1024:#808080;
	
}


/* Background colour styles */

.bgc-620{
	background-color:var(--swatch-var-620);
}
.bgc-7163{
	background-color:var(--swatch-var-7163);
}
.bgc-2010{
	background-color:var(--swatch-var-2010);
}
.bgc-7293{
	background-color:var(--swatch-var-7293);
}
.bgc-6870{
	background-color:var(--swatch-var-6870);
}
.bgc-7747{
	background-color:var(--swatch-var-7747);
}
.bgc-6733{
	background-color:var(--swatch-var-6733);
}
.bgc-7236{
	background-color:var(--swatch-var-7236);
}
.bgc-1046{
	background-color:var(--swatch-var-1046);
}
.bgc-5226{
	background-color:var(--swatch-var-5226);
}

/* Text colour styles */

.tc-6733{
	color:var(--swatch-var-6733)!important;
}
.tc-7747{
	color:var(--swatch-var-7747)!important;
}
.tc-3246{
	color:var(--swatch-var-3246)!important;
}
.tc-396{
	color:var(--swatch-var-396)!important;
}

/* Button colour styles */

.btn-c-2010{
	background:var(--swatch-var-2010);
	color:#FFFFFF!important;
}
.btn-c-2010:hover{
	background:#004684!important;
	color:#FFFFFF!important;
}
.btn-c-3697{
	background:var(--swatch-var-3697);
	color:#FFFFFF!important;
}
.btn-c-3697:hover{
	background:#007B2D!important;
	color:#FFFFFF!important;
}
.btn-c-7070{
	background:var(--swatch-var-7070);
	color:#FFFFFF!important;
}
.btn-c-7070:hover{
	background:#B41909!important;
	color:#FFFFFF!important;
}

/* Icon colour styles */

.icon-4525{
	color:var(--swatch-var-4525)!important;
	border-color:var(--swatch-var-4525)!important;
}
.icon-2019{
	color:var(--swatch-var-2019)!important;
	border-color:var(--swatch-var-2019)!important;
}

/* Bloc image backgrounds */

.bg-bannerbilde-veteran{
	background-image:url("img/bannerbilde-veteran.JPG");
	background-image: -webkit-image-set(url("img/bannerbilde-veteran.webp") 1x,
url("img/bannerbilde-veteran.webp") 2x);background-image: image-set(url("img/bannerbilde-veteran.JPG") 1x,
url("img/bannerbilde-veteran.JPG") 2x,url("img/bannerbilde-veteran.webp") 1x,
url("img/bannerbilde-veteran.webp") 2x);
}
.mt-lg-0{
}
.bg-veteran-NM{
	background-image:url("img/veteran-NM.webp");
}
.bg-veteran-NM{
	background-image:url("img/veteran-NM.webp");
}

/* = Custom Bric Data
-------------------------------------------------------------- */


/* = Additional CSS
-------------------------------------------------------------- */
 .divider {
transform: rotate(90deg)
}


/* Sett bredden til 100% slik at tabellen fyller sin cntainer */
table {
  width: 100%;
  border-collapse: collapse; /* Slår sammen tabellgrenser for et jevnt utseende */
}

/* Stil for overskriftsrader (th-elementer) */
th {
  background-color: #f2f2f2; /* Bakgrunnsfarge for overskrift */
  border: 1px solid #ddd; /* Ramme rundt overskrifter */
  padding: 8px; /* Padding for å gi luft rundt teksten */
  text-align: left; /* Venstrejuster teksten */
}

/* Stil for dataceller (td-elementer) */
td {
  border: 1px solid #ddd; /* Ramme rundt dataceller */
  padding: 8px; /* Padding for å gi luft rundt teksten */
  text-align: left; /* Venstrejuster teksten */
}

/* Stil for partallsrader */
tbody tr:nth-child(even) {
  background-color: #f2f2f2; /* Bakgrunnsfarge for partallsrader */
}

.nav-link  {
    text-decoration: none;
}


/* CSS */
.show-nav {
  display: block !important; /* Gjør elementet synlig */
}

.hide-nav {
  display: none !important; /* Gjør elementet usynlig */
}
 html.offcanvas-open, body.offcanvas-open {
      overflow: hidden;
    }

.body-offcanvas-open {
    overflow: hidden;
    position: fixed; /* Hindrer scrolling på mobil */
    width: 100%; /* Beholder bredden til full viewport */
}

.offcanvas-backdrop {
    transition: opacity 0.3s ease;
}

.offcanvas {
    transition: transform 0.3s ease-in-out;
}

.volt-content {
    padding-top: 0; /* Justerer padding ved toppen av innholdet */
    margin-top: 0; /* Fjerner margin ved toppen */
}

.knapp-volt a {
    color: white!important; /* Hvit tekst */
    text-decoration: none!important; /* Ingen tekstdekorasjon */
}



/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.mini-large-p{
		font-size:1.2em;
	}
	.mx-auto{
	}
	.logo-web{
		width:400px;
	}
	.flex-menu{
		display:flex;
		justify-content:center;
	}
	.text-decoration-none{
		font-size:18px;
	}
	.coll{
	}
	.col-md-6{
	}
	.col-lg-6{
	}
	.flex-md-row{
	}
	.d-flex{
	}
	.col-md-8{
	}
	.pointer{
	}
	.col-6{
	}
	.justify-content-center{
	}
	h1{
		font-size:3rem;
		font-family:"Open Sans";
		font-weight:800;
	}
	h2{
		font-size:2rem;
	}
	h3{
		font-size:1.75rem;
	}
	p{
		font-size:18px;
	}
	h4{
		font-size:1.25rem;
	}
	h5{
		font-size:0.6rem;
	}
	.col-md-10{
	}
	.mb-lg-5{
	}
	.mb-4{
	}
	.gx-5{
	}
	.gy-3{
	}
	.bakgrunn{
		background-color:var(--swatch-var-2010);
		padding-top:0.3rem;
		padding-bottom:0.3rem;
		background:linear-gradient(109deg, var(--swatch-var-2010)   0%, transparent 70%);
	}
	.icon-size{
		color:var(--swatch-var-7933)!important;
	}
	.mini-text-logo{
	}
	.navlink-margin{
		margin-left:5px;
		margin-right:5px;
	}
	.custom-header{
		padding-top:10px;
		padding-bottom:10px;
	}
	.big-link{
		font-size:1.6em;
	}
	.col-md-5{
	}
	.col-md-7{
	}
	.nav-nm{
		background-color:var(--swatch-var-298);
		border-width:0px 0px 0px 0px;
	}
	.img-1-style{
		width:195px;
	}
	.img-lein-lo-style{
		width:105px;
	}
	.p-bloc-11-style{
		font-size:18px;
	}
	.img-style{
		width:336px;
	}
	.nav-offcanvas{
		background-color:var(--swatch-var-298);
		border-width:0px 0px 0px 0px;
	}
	.smartnav{
		z-index:44444;
	}
	.innhold-canvas{
		margin-top:9rem;
	}
	.offcanvas-innhold{
		z-index:99999999999;
	}
	.offcanvas-menu{
		width:100%!important;
	}
	.web-flex{
		justify-content:center;
	}
	.img-logo-stjord-style{
		width:200px;
	}
	.gap-2{
	}
	.sponsorer-header{
	}
	.alliansen-logo{
	}
	a{
	}
	.aktuell-topp{
		margin-bottom:60px;
	}
	.hvit-tekst{
		color:var(--swatch-var-7747)!important;
	}
	.divider-bloc-11-background-color{
		width:100%;
		height:1px;
	}
	.justify-content-end{
		bottom:0px;
	}
	.label-style{
		width:80%;
	}
	.flex-lein-hele{
		align-items:flex-end;
	}
	.flex-brand{
		justify-content:flex-end;
	}
	.volt-blog-item{
		color:var(--swatch-var-7747)!important;
	}
	.volt-blog-btn-back{
		padding:5px 5px 5px 5px!important;
		border-width:1px 1px 1px 1px!important;
		border-color:var(--swatch-var-7402)!important;
	}
	
}

@media (max-width: 767px){
	.full-width{
	}
	.mini-big-wide-map{
		height:328px;
	}
	.mx-auto{
	}
	.logo-web{
		width:300px;
	}
	.flex-menu{
		display:flex;
		justify-content:center;
	}
	.text-decoration-none{
		color:var(--swatch-var-7747)!important;
	}
	.menu-icon{
		border-width:0px 0px 0px 0px;
		background-color:var(--swatch-var-2339);
		color:var(--swatch-var-7747)!important;
	}
	.hamburger-ikon{
		font-size:50px;
	}
	.col-sm-6{
	}
	.col-lg-6{
	}
	.mb-4{
	}
	.d-flex{
	}
	.mb-3{
	}
	.mb-5{
	}
	.gap-sm-5{
	}
	.link-style{
		width:60%;
	}
	.navbar-brand img{
		width:400px;
	}
	.mx-sm-5{
	}
	.nav-list{
		margin-top:10px!important;
	}
	.styret-knapp{
		text-align:left;
	}
	.nav-item{
		background-color:var(--swatch-var-4808);
	}
	h1{
		font-size:3rem;
		font-family:"Open Sans";
		font-weight:800;
	}
	h2{
		font-size:2rem;
	}
	h3{
		font-size:1.75rem;
	}
	p{
		font-size:18px;
	}
	h4{
		font-size:1.25rem;
	}
	h5{
		font-size:0.6rem;
	}
	.middle-menu-display{
		display:none;
	}
	.nav-6-menu{
		padding-left:15px;
		padding-right:15px;
	}
	.big-link{
		font-size:1.4em;
	}
	.mini-team-social-icon{
		font-size:25px;
	}
	.navigation-toggle-right{
		float:right;
	}
	.justify-content-between{
	}
	.offcanvas-header{
	}
	.col-10{
	}
	.nav-nm{
		border-width:0px 0px 0px 0px;
	}
	.nav-offcanvas{
		background-color:var(--swatch-var-298);
		border-width:0px 0px 0px 0px;
	}
	.smartnav{
		z-index:444444;
	}
	.innhold-canvas{
		margin-top:9rem;
	}
	.img-1-style{
		width:180px;
	}
	.img-style{
		width:300px;
	}
	.flex-lein{
		flex-direction:row;
	}
	.img-lein-lo-style{
		width:97px;
	}
	.p-bloc-11-style{
		font-size:16px;
	}
	.offcanvas{
	}
	.h4-1-style{
		font-size:1.4rem;
	}
	.divider-style{
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	.sponsorer-header{
		right:10px;
	}
	.img-logo-stjord-style{
		border-radius:0px 0px 0px 0px;
		width:200px;
	}
	a{
	}
	.aktuell-topp{
		margin-bottom:60px;
	}
	.hvit-tekst{
		color:var(--swatch-var-7747)!important;
	}
	.divider-bloc-11-background-color{
		width:100%;
		height:1px;
		margin-left:0;
		margin-right:auto;
	}
	.justify-content-end{
		bottom:0px;
	}
	.flex-lein-hele{
		align-items:flex-end;
	}
	.flex-brand{
		justify-content:flex-end;
	}
	.volt-blog-btn-back{
		border-width:1px 1px 1px 1px!important;
		padding:5px 5px 5px 5px!important;
		border-color:var(--swatch-var-7402)!important;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.active-page-link{
		text-decoration:underline!important;
	}
	.nav-item{
		background-color:var(--swatch-var-3943);
		margin-left:20px;
	}
	.mini-large-p{
		font-size:1.1em;
	}
	.global-radius{
	}
	.text-decoration-none{
		color:var(--swatch-var-7562)!important;
		font-size:15px;
	}
	.menu-icon{
		background-color:var(--swatch-var-2010);
		border-width:0px 0px 0px 0px;
	}
	.hamburger-ikon{
		font-size:50px;
	}
	.col-xs-12{
	}
	.col-12{
	}
	.col-lg-6{
	}
	.gy-3{
	}
	.gy-5{
	}
	.d-flex{
	}
	.flex-column{
	}
	.mb-3{
	}
	.text-center{
	}
	.mt-2{
	}
	.mt-3{
	}
	.border-right{
		border-right-width:0px;
	}
	.gy-4{
	}
	.border-right-right{
		border-width:0px 1px 0px 0px;
		border-style:solid;
		border-color:var(--swatch-var-7747)!important;
	}
	.col-md-6{
	}
	.mt-5{
	}
	.mt-4{
	}
	.flex-xs-row{
	}
	.flex-sm-row{
	}
	.icon-size{
		color:var(--swatch-var-1500)!important;
		font-size:2rem;
	}
	.gap-4{
	}
	.gap-3{
	}
	.navbar-brand img{
		width:100px;
	}
	.mx-2{
	}
	.link-style{
	}
	.mr-2{
	}
	.mr-4{
	}
	.pr-5{
	}
	.nav-list{
		margin-top:10px!important;
	}
	.styret-knapp{
		padding-left:0px;
		padding-right:0px;
	}
	.col-lg-4{
	}
	.mb-5{
	}
	.p-0{
	}
	h1{
		font-size:3rem;
		font-family:"Open Sans";
		font-weight:800;
	}
	h2{
		font-size:2rem;
	}
	h3{
		font-size:1.75rem;
	}
	p{
		font-size:18px;
	}
	h4{
		font-size:1.25rem;
	}
	h5{
		font-size:0.6rem;
	}
	.ml-0{
	}
	.pr-2{
	}
	.gap-sm-5{
	}
	.px-0{
	}
	.pl-0{
	}
	.ml-3{
	}
	.px-2{
	}
	.bakgrunn{
		padding-left:0.3rem;
		padding-top:0.0rem;
		padding-bottom:0rem;
		background:linear-gradient(109deg, var(--swatch-var-2010)    0%, transparent 70%);
	}
	.bilde-heights{
		height:40vh;
	}
	.svart-skrift{
		color:var(--swatch-var-5803)!important;
		text-align:left;
	}
	.hvit-skrift{
		color:var(--swatch-var-6733)!important;
	}
	.logo-nav{
	}
	.mini-text-logo{
	}
	.col-7{
	}
	.img-bloc-7-style{
		width:105px;
	}
	.col-10{
	}
	.ms-auto{
	}
	.big-link{
		font-size:1.3em;
	}
	.custom-header{
		padding:0px 0px 0px 0px;
	}
	.navigation-toggle-right{
		float:right;
		text-align:right;
	}
	.vetran-nav{
	}
	.justify-content-end{
	}
	.col-9{
	}
	.gul-skrift{
		color:var(--swatch-var-6706)!important;
	}
	.uppercase{
	}
	.blocsapp-special-menu blocsnav{
		background-color:var(--swatch-var-4808);
		z-index:9999999999999999;
		position:relative;
	}
	.col-md-7{
	}
	.blokk-bakgrunn{
		background:linear-gradient(0deg, var(--swatch-var-7933) 0%, var(--swatch-var-5426) 16%);
	}
	.d-none{
	}
	.blokk-nav{
	}
	.col-3{
	}
	.col-5{
	}
	.col-2{
	}
	.col-6{
	}
	.h6-style{
		font-size:14px;
	}
	.col-8{
	}
	.veteran-nav{
	}
	.smartnav{
		z-index:44444444;
	}
	.fixed-nav{
		position:sticky;
		z-index:33333;
		padding-right:20px;
		padding-left:20px;
	}
	.align-items-center{
	}
	.align-self-center{
	}
	.header-bilde{
	}
	.logo-plassering{
		position:relative;
		bottom:50px;
	}
	.h2-style{
		font-size:1.5rem;
	}
	.nm-meny{
	}
	.offcanvas-body{
		margin-top:30px;
	}
	.offcanvas-header{
		height:30px;
	}
	.nav-nm{
		border-width:0px 0px 0px 0px;
		background-color:var(--swatch-var-298);
	}
	.volt-login-form{
	}
	.container-div-style{
		width:37.61%;
	}
	.container-div-min-height{
		min-height:27px;
		width:82.96%;
	}
	.nav-allianse{
		background-color:var(--swatch-var-2010);
		border-width:0px 0px 0px 0px;
	}
	.img-bloc-1-style{
		width:224px;
	}
	.offcanvas{
	}
	.bloc-offcanvas{
	}
	.nav-menu{
		z-index:99999999999999999999;
	}
	.offcanvas-menu{
	}
	.nav-test{
	}
	.test-nav{
	}
	.navbar-logo{
		font-size:18px;
	}
	.nm-nav-meny{
		z-index:0;
	}
	.offcanvas-title{
	}
	.fas{
	}
	.fas-bar{
	}
	.icon-bredde{
		width:40px;
	}
	.btn{
		border-width:0px 0px 0px 0px;
	}
	.nav-offcanvas{
		border-width:0px 0px 0px 0px;
		background-color:var(--swatch-var-298);
	}
	.innhold-canvas{
		margin-top:5rem;
	}
	.h3-style{
		font-family:"Open Sans";
		font-weight:800;
		font-size:1.80rem;
	}
	.gap-2{
	}
	.gy-2{
	}
	.img-style{
		width:145px;
	}
	.img-1-style{
		width:100px;
	}
	.flex-lein{
		flex-direction:column;
		align-items:flex-end;
		justify-content:center;
	}
	.img-lein-lo-style{
		width:83px;
	}
	.p-bloc-11-style{
		font-family:"Lato";
		font-weight:700;
		font-size:14px;
		color:var(--swatch-var-783)!important;
	}
	.divider-lein{
		border-left-width:0px;
		border-right-width:0px;
	}
	.p-style{
		font-size:0.8rem;
		font-family:"Lato";
		font-weight:900;
	}
	.meny-list{
		background-color:var(--swatch-var-3090);
	}
	.mx-auto{
	}
	.h4-arrangementer-style{
		font-size:1.1rem;
	}
	.h6-bloc-2-style{
		font-size:14px;
	}
	.deltaker-info{
		width:100%;
		text-align:left;
	}
	.offcanvas-innhold{
		z-index:99999999999;
	}
	.innhold-sider{
		width:100%;
	}
	.tidsskjema{
		border-width:0px 0px 0px 0px;
		width:100%;
		text-align:left;
	}
	.tilbake{
		font-weight:bold;
	}
	.h6-tidsskjema-style{
		font-size:18px;
	}
	.h6-1-style{
		font-size:18px;
	}
	.d-md-flex{
	}
	.collapse{
	}
	.menyramme{
		border-width:1px 0px 0px 0px;
		border-style:solid;
		border-color:var(--swatch-var-6706)!important;
		padding-top:20px;
	}
	.flex-tittel{
		bottom:70px;
		right:0px;
		left:0px;
		top:0px;
		position:relative;
	}
	.h3-bloc-22-style{
		font-size:1.3rem;
	}
	.menu-button{
		font-size:1.2em;
		font-weight:bold;
	}
	.gap-5{
	}
	.web-flex{
		display:flex;
		justify-content:center;
	}
	.bloc-divider-b-fill{
		height:300px;
		fill:var(--swatch-var-6972);
	}
	.sponsorer-header{
	}
	.header-um{
		height:440px;
	}
	.btn-meny{
		background-color:var(--swatch-var-1500);
		color:var(--swatch-var-5803)!important;
		font-size:1em;
	}
	.bloc-divider-t-fill{
		fill:var(--swatch-var-6972);
	}
	.bakgrunn-um{
		background:linear-gradient(60deg, var(--swatch-var-1046) 0%, var(--swatch-var-7163)    43%);
	}
	.h4-1-style{
		font-size:1em;
	}
	.img-logo-stjord-style{
		width:150px;
	}
	.card-bakgrunn{
		background-color:var(--swatch-var-1490);
	}
	a{
	}
	.bakground-gradient{
		background:linear-gradient(0deg, var(--swatch-var-1961) 27%, var(--swatch-var-1046)  98%);
	}
	.btn-meny:hover{
		color:var(--swatch-var-5803)!important;
		background-color:var(--swatch-var-7747);
	}
	.card-title{
		font-size:1.4em;
		text-align:center;
	}
	.divider-bloc-25-style{
		width:100%;
		height:1px;
		background-color:var(--swatch-var-3809);
	}
	.divider-bloc-25-background-color{
		background-color:var(--swatch-var-4220);
	}
	.sponsorer{
	}
	.bloc-divider-t-bloc-13-style{
		height:3px;
		fill:var(--swatch-var-7235);
	}
	.img-logo--style{
		width:216px;
	}
	.h2-bloc-22-style{
		font-size:1.3rem;
	}
	.bg-cd-light{
		background:linear-gradient(90deg, var(--swatch-var-7747)  0%, var(--swatch-var-1046) 90%);
	}
	.sponsorer-flex{
		width:100%;
		flex-wrap:wrap;
		justify-content:center;
	}
	.img-logo-t-style{
		width:120px;
	}
	.link-lys a{
		text-decoration:none!important;
	}
	.aktuell-topp{
		margin-bottom:80px;
	}
	.footer-bakgrunn{
		background:linear-gradient(180deg, var(--swatch-var-157) 32%, var(--swatch-var-5803) 100%);
	}
	.hvit-tekst{
		color:var(--swatch-var-3131)!important;
	}
	.hvit-tekst:hover{
	}
	.footer-tekst{
		font-size:0.8rem;
	}
	.divider-bloc-11-background-color{
		background-color:var(--swatch-var-2523);
		width:100%;
		height:1px;
		margin-left:0;
		margin-right:auto;
	}
	.h5-bloc-11-style{
		font-size:1.1rem;
		line-height:16px;
		text-transform:none;
		color:var(--swatch-var-3246)!important;
	}
	.label-style{
		line-height:18px;
	}
	.flex-lein-hele{
		align-items:end;
		top:0px;
		flex-direction:column;
	}
	.flex-brand{
		justify-content:flex-end;
	}
	.img-brand{
		height:40px;
	}
	.img-brand-lein{
		height:44px;
	}
	.divider-bloc-22-background-color{
		background-color:var(--swatch-var-6733);
	}
	.gradient-bakgrunn{
		background:linear-gradient(180deg, var(--swatch-var-1046)  0%, var(--swatch-var-4220) 27%);
	}
	.volt-blog-btn-readmore{
		border-width:1px 1px 1px 1px;
		border-style:solid;
		border-color:var(--swatch-var-7402)!important;
	}
	.volt-blog-btn-back{
		border-color:var(--swatch-var-396)!important;
		border-width:1px!important 1px!important 1px!important 1px!important;
		border-style:solid!important;
	}
	.facebook-share{
	}
	
}

