/*-----------------------------------------------------------------------------------
	Husby
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    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;
}

/* = 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-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-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* 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-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-sm{
	font-size:18px!important;
}




/* = 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:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	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;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.bloc-offcanvas{
	background-color:rgba(1,142,242,0.20);
}
.offcanvas-menu{
	border-style:solid!important;
	background-color:var(--swatch-var-6706)!important;
	border-width:0px 3px 0px 0px!important;
	border-color:var(--swatch-var-4008)!important;
	padding-left:40px;
	padding-right:40px;
	padding-top:20px;
}
.offcanvas-header{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.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-body{
	flex-direction:column;
	display:flex;
}
.offcanvas-content{
	width:100%;
	max-width:1300px;
	margin-right:auto;
	margin-left:auto;
}
.header-bilde{
	height:100%;
	width:auto;
	display:block;
	background-size:cover;
	background-image:url("img/3L1A7888-Pano-Rediger-2_2048x726_U_100_Long%20Edge.jpg");
	background-image: -webkit-image-set(url("img/3L1A7888-Pano-Rediger-2_2048x726_U_100_Long%20Edge.webp") 1x,
url("img/3L1A7888-Pano-Rediger-2_2048x726_U_100_Long%20Edge.webp") 2x);background-image: image-set(url("img/3L1A7888-Pano-Rediger-2_2048x726_U_100_Long%20Edge.jpg") 1x,
url("img/3L1A7888-Pano-Rediger-2_2048x726_U_100_Long%20Edge.jpg") 2x,url("img/3L1A7888-Pano-Rediger-2_2048x726_U_100_Long%20Edge.webp") 1x,
url("img/3L1A7888-Pano-Rediger-2_2048x726_U_100_Long%20Edge.webp") 2x);
}
.bold{
	font-family:"Roboto-Bold";
}
.mini-large-p{
	font-size:1.3em;
}
.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);
}
.white-button{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	background-color:var(--swatch-var-7747);
	color:var(--swatch-var-4497)!important;
	border-color:rgba(0,0,0,0.28)!important;
}
.white-button:hover{
	background-color:var(--swatch-var-3131);
	color:var(--swatch-var-5803)!important;
	border-color:#000000!important;
}
.white-button:active{
	background-color:var(--swatch-var-3131);
}
.global-radius{
	overflow:hidden!important;
}
.full-width{
	width:100%;
}
.gradient-header{
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
	background:linear-gradient(101deg, var(--swatch-var-3387) 0%, var(--swatch-var-2019)   99%);
}
.nav-bunn{
	width:100%;
	bottom:0px;
	position:absolute;
}
.bloc-divider-t-fill{
	height:30px;
	fill:var(--swatch-var-4008);
}
.row-flex{
	display:flex;
	justify-content:center;
}
.mini-subtitle{
	text-transform:uppercase;
}
.faq-full{
	padding-bottom:14px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#919191!important;
	margin-left:auto;
	margin-right:auto;
}
.faq-question-column{
	padding:0px 0px 0px 0px;
}
.faq-question{
	display:inline-flex;
	width:100%;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:#797979!important;
	margin-top:14px;
	padding-bottom:7px;
	padding-top:23px;
}
.faq-question-title{
	font-size:1.3em;
}
.arrow-icon{
	font-size:20px;
	width:25px;
	text-align:center;
}
.faq-center{
	max-width:600px;
	padding-bottom:14px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#919191!important;
	margin-left:auto;
	margin-right:auto;
}
.volt-content-editor-start::before{
	display:none;
	content:"";
}
.nav-bar{
	bottom:13px;
}
.btn-nav{
	color:var(--swatch-var-7747)!important;
}
.navbar-nav .nav-link{
	margin-right:10px;
	padding:10px 10px 10px 10px;
}
.hvit-font{
	color:var(--swatch-var-6904)!important;
}
.svart-font{
	color:var(--swatch-var-7807)!important;
}
p{
	font-size:18px;
}
.p-style{
	font-size:16px;
	font-family:"Lato";
	font-weight:900;
}
.p-bloc-10-style{
	font-size:16px;
}
.nav-list{
	margin-top:0px!important;
	padding-right:50px;
}
.flex-info{
	display:flex;
	flex-direction:column;
}
h6{
	font-size:14px;
}
.styret-knapp{
	background-color:var(--swatch-var-6706);
	border-width:0px 0px 0px 0px;
	bottom:1px;
	position:relative;
}
.styret-innhold{
	width:150px;
	min-width:150px;
	max-width:150px;
}
.flex-styret{
	display:flex;
	flex-direction:row-reverse;
}
.bredde-innhold{
	width:150px;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-1526);
}
.lg-flex{
	display:flex;
	align-items:center;
	flex-direction:column;
	border-width:0px 0px 0px 0px;
}
.img-lein-lo-style{
	width:95px;
	border-radius:0px 0px 0px 0px;
}
.link-footer{
	font-family:"PTSans-Regular";
	font-size:1em;
}
.link-style{
	color:var(--swatch-var-411)!important;
}
.profil-bilde{
	margin-left:auto;
	margin-right:auto;
	width:70%;
	padding-top:20px;
	padding-bottom:10px;
}
h2{
	font-size:2.75rem;
}
h1{
	font-size:3em;
}
h3{
	font-size:2.5rem;
}
.volt-blog-item-title-detail-link{
	font-size:1.75rem!important;
}
.volt-recent-posts-item-title-link{
	font-weight:bold;
	font-size:22px;
	color:var(--swatch-var-3131)!important;
	line-height:22px!important;
}
.volt-blog-item-title-list{
	font-size:22px;
	font-weight:bold;
	color:var(--swatch-var-3131)!important;
}
.volt-recent-posts-item-title{
	line-height:22px!important;
}
.knapp{
	background-color:var(--swatch-var-6706);
	color:var(--swatch-var-3131)!important;
}
.knapp:hover{
	color:var(--swatch-var-3131)!important;
	background-color:var(--swatch-var-482);
}
.divider-background-color{
	background-color:var(--swatch-var-340);
}
.bloc-divider-t-bloc-2-fill{
	fill:var(--swatch-var-4008);
	height:400px;
}
.link-bloc-11-style{
	width:100%;
}
.bakgrunn-volt{
	background-color:var(--swatch-var-3131);
	line-height:22px;
	padding:10px 10px 10px 10px;
	box-shadow:7.87px 9.06px 6px rgba(0,0,0,0.23);
}
.h6-style{
	line-height:20px;
	font-size:14px;
	font-family:"Lato";
	font-weight:700;
}
.flex-lein{
	display:flex;
	justify-content:flex-end;
}
.p-bloc-11-style{
	font-size:16px;
	font-family:"Lato";
	font-weight:700;
}
.header-marg{
	margin-left:5%;
}
.logo-bilde{
	margin-left:12%;
}
.header-knapp{
	color:var(--swatch-var-3131)!important;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-3131)!important;
}
.tag-line{
	position:absolute;
	bottom:15px;
	right:10px;
}
.img-header{
	width:auto;
	height:100%;
	min-height:100%;
	background-size:cover;
}
.divider-lein{
	border-width:0px 0px 0px 1px;
	border-style:solid;
	border-color:var(--swatch-var-783)!important;
	padding-left:15px;
	cursor:pointer;
}
.img-husby-lo-style{
	width:378px;
}
.container-div-style{
	cursor:pointer;
}
.img-style{
	width:369px;
}
.bloc-divider-b-style{
	height:10px;
	fill:var(--swatch-var-482);
}
.team-side-image-center{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
}
.team-square-side{
	max-width:40%;
}
.team-member-name{
	font-size:1.5em;
}
.mini-team-social-icon{
	width:30px;
	text-align:center;
	font-size:22px;
}
.mini-team-social-icon:hover{
	opacity:0.8;
}
.bilde-size{
	width:100px;
	height:100px;
}
.active-menu{
	text-decoration:none;
	text-transform:uppercase!important;
}
.responsive-img{
	height:45vh;
	background-image:url("img/husby-3.jpg");
	background-image: -webkit-image-set(url("img/husby-3.webp") 1x,
url("img/husby-3.webp") 2x);background-image: image-set(url("img/husby-3.jpg") 1x,
url("img/husby-3.jpg") 2x,url("img/husby-3.webp") 1x,
url("img/husby-3.webp") 2x);
	background-image: -webkit-image-set(url("img/husby-3.webp") 1x,
url("img/husby-3.webp") 2x);background-image: image-set(url("img/husby-3.jpg") 1x,
url("img/husby-3.jpg") 2x,url("img/husby-3.webp") 1x,
url("img/husby-3.webp") 2x);
	background-image: -webkit-image-set(url("img/husby-3.webp") 1x,
url("img/husby-3.webp") 2x);background-image: image-set(url("img/husby-3.jpg") 1x,
url("img/husby-3.jpg") 2x,url("img/husby-3.webp") 1x,
url("img/husby-3.webp") 2x);
}
.image-container{
	background-image:url("img/husby.jpg");
	background-image: -webkit-image-set(url("img/husby.webp") 1x,
url("img/husby.webp") 2x);background-image: image-set(url("img/husby.jpg") 1x,
url("img/husby.jpg") 2x,url("img/husby.webp") 1x,
url("img/husby.webp") 2x);
}
.carousel-nav-controls{
	display:none;
}
.carousel-indicators{
	display:none;
}
.volt-blog-item-author-list{
	font-size:14px;
}
.volt-blog-btn-back{
	border-color:var(--swatch-var-1014)!important;
	font-size:16px;
	border-width:3px 3px 3px 3px;
	font-family:"Open Sans";
	font-weight:600;
	text-transform:uppercase;
}
.facebook-link{
	font-size:15px!important;
}
.flex-galleri{
	display:flex;
	align-items:flex-end;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-7747:rgba(255,255,255,1.00);
	
	--swatch-var-3131:rgba(238,238,238,1.00);
	
	--swatch-var-5803:rgba(16,16,16,1.00);
	
	--swatch-var-4497:#202020;
	
	--swatch-var-779:rgba(0,102,204,1.00);
	
	--swatch-var-5545:rgba(0,136,255,1.00);
	
	--swatch-var-6706:rgba(0,67,119,1.00);
	
	--swatch-var-4008:rgba(119,146,65,1.00);
	
	--swatch-var-5073:rgba(227,227,227,1.00);
	
	--swatch-var-340:rgba(0,51,85,1.00);
	
	--swatch-var-7807:rgba(23,23,23,1.00);
	
	--swatch-var-6904:rgba(232,232,232,1.00);
	
	--swatch-var-1230:rgba(12,12,12,1.00);
	
	--swatch-var-5197:#2E86C9;
	
	--swatch-var-411:#DDE7E5;
	
	--swatch-var-2019:rgba(0,67,110,0.00);
	
	--swatch-var-7235:rgba(39,174,96,1.00);
	
	--swatch-var-7070:rgba(231,76,60,1.00);
	
	--swatch-var-3733:#54662D;
	
	--swatch-var-6455:rgba(0,0,0,1.00);
	
	--swatch-var-4525:#012479;
	
	--swatch-var-5490:#55ACEE;
	
	--swatch-var-3201:#BD2026;
	
	--swatch-var-3151:#2E8CD7;
	
	--swatch-var-5466:#1A7576;
	
	--swatch-var-6924:rgba(0,230,118,1.00);
	
	--swatch-var-1024:#808080;
	
	--swatch-var-5969:#002238;
	
	--swatch-var-482:rgba(69,93,58,1.00);
	
	--swatch-var-1014:rgba(163,197,134,1.00);
	
	--swatch-var-1526:rgba(205,228,195,1.00);
	
	--swatch-var-783:rgba(215,232,212,1.00);
	
	--swatch-var-2210:#B3D9FF;
	
	--swatch-var-6143:#A0C4E3;
	
	--swatch-var-1392:rgba(179,232,170,1.00);
	
	--swatch-var-1429:rgba(186,228,168,1.00);
	
	--swatch-var-6176:rgba(74,101,63,1.00);
	
	--swatch-var-2826:rgba(0,0,0,0.23);
	
	--swatch-var-7448:#6D863B;
	
	--swatch-var-3387:rgba(255,255,255,1.00);
	
	--swatch-var-1989:#3B5998;
	
}


/* Background colour styles */

.bgc-783{
	background-color:var(--swatch-var-783);
}
.bgc-1526{
	background-color:var(--swatch-var-1526);
}
.bgc-6706{
	background-color:var(--swatch-var-6706);
}
.bgc-340{
	background-color:var(--swatch-var-340);
}
.bgc-4008{
	background-color:var(--swatch-var-4008);
}
.bgc-7448{
	background-color:var(--swatch-var-7448);
}
.bgc-482{
	background-color:var(--swatch-var-482);
}
.bgc-5803{
	background-color:var(--swatch-var-5803);
}

/* Text colour styles */

.tc-5803{
	color:var(--swatch-var-5803)!important;
}
.tc-783{
	color:var(--swatch-var-783)!important;
}

/* Button colour styles */

.btn-c-340{
	background:var(--swatch-var-340);
	color:#FFFFFF!important;
}
.btn-c-340:hover{
	background:#000021!important;
	color:#FFFFFF!important;
}
.btn-c-7235{
	background:var(--swatch-var-7235);
	color:#FFFFFF!important;
}
.btn-c-7235: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;
}

/* Link colour styles */

.ltc-7747{
	color:var(--swatch-var-7747)!important;
}
.ltc-7747:hover{
	color:#CCCCCC!important;
}

/* Icon colour styles */

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

/* Bloc image backgrounds */


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


/* = Additional CSS
-------------------------------------------------------------- */
/* Grunnleggende (XS - ekstra små enheter, ingen media query nødvendig) */
h1 { font-size: 2.0rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 0.8rem; }
h6 { font-size: 1.0rem; }

/* For små skjermer (SM - minst 576px) */
@media (min-width: 576px) {
  h1 { font-size: 2.125rem; }
  h2 { font-size: 1.875rem; }
  h3 { font-size: 1.625rem; }
  h4 { font-size: 1.375rem; }
  h5 { font-size: 0.8rem; }
  h6 { font-size: 1.125rem; }
}

/* For mellomstore skjermer (MD - minst 768px) */
@media (min-width: 768px) {
  h1 { font-size: 2.25rem; }
  h2 { font-size: 2.0rem; }
  h3 { font-size: 1.75rem; }
  h4 { font-size: 1.5rem; }
  h5 { font-size: 0.8rem; }
  h6 { font-size: 1.25rem; }
}

/* For store skjermer (LG - minst 992px) */
@media (min-width: 992px) {
  h1 { font-size: 2.675rem; }
  h2 { font-size: 2.125rem; }
  h3 { font-size: 1.875rem; }
  h4 { font-size: 1.625rem; }
  h5 { font-size: 1.0rem; }
  h6 { font-size: 1.375rem; }
}

.close-icon {
    fill: #ffffff; /* endre fargen til hvit */
  }

.no-hover-xs-sm !important:hover {
}


.volt-blog-btn-readmore {
    display:none
}

.responsive-img {
            width: 100%; /* Fyller kolonnens bredde */
           object-fit: cover; /* Sørger for at bildet dekker området uten å miste forhold */
}

.carousel-caption {
    background: rgba(255, 255, 255, 0.8); /* Hvit med litt gjennomsiktighet */
    bottom: -20px; /* Justerer nedover for å utvide teksten lenger nedover */
    left: 0;
    right: 0;
    padding: 8px 10px 10px 10px; /* Reduserer padding i bunnen */
    color: black; /* Setter skriftfargen til svart */
    text-align: left; /* Teksten vil være venstrejustert */
    font-size: 14px; /* Setter skriftstørrelsen til 14 piksler */
    line-height: 1.2; /* Setter en mindre linjeavstand */
}




/* = 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;
	}
	.header-bilde{
		height:450px;
		display:none;
	}
	.gradient-header{
		background:linear-gradient(100deg, var(--swatch-var-7747) 20%, transparent   100%);
	}
	.nav-bunn{
		bottom:0px;
		position:absolute;
		width:100%;
	}
	.bloc-divider-t-fill{
		height:10px;
		fill:#779241;
	}
	.navbar-nav .nav-link{
	}
	.hvit-font{
		color:var(--swatch-var-6904)!important;
	}
	.row-flex{
		padding-left:20px;
		padding-right:20px;
	}
	h6{
		font-size:14px;
	}
	.bloc-divider-b-fill{
		height:50px;
	}
	.lg-flex{
		border-width:0px 0px 0px 0px;
		padding-left:0px;
	}
	.img-lein-lo-style{
		width:105px;
	}
	.volt-blog-item-title-list{
		font-size:22px;
	}
	.p-bloc-11-style{
		font-size:18px;
	}
	.img-style{
		width:396px;
	}
	.mx-auto{
	}
	.team-side-image-center{
		align-items:flex-start;
	}
	.col-12{
	}
	.responsive-img{
		height:30vh;
	}
	.volt-blog-btn-back{
		font-size:16px;
		font-family:"Open Sans";
		font-weight:600;
	}
	.facebook-link{
		font-size:15px;
	}
	.volt-recent-posts-item{
		margin-bottom:30px;
	}
	
}

@media (max-width: 767px){
	.header-bilde{
		height:300px;
	}
	.gradient-header{
		background:linear-gradient(100deg, var(--swatch-var-7747) 30%, transparent   100%);
	}
	.nav-bunn{
		position:absolute;
		bottom:0px;
		width:100%;
	}
	.bloc-divider-t-fill{
		height:10px;
		fill:var(--swatch-var-4008);
	}
	.faq-question-title{
		font-size:1.1em;
	}
	.faq-center{
	}
	.navbar-nav .nav-link{
		margin-right:0px;
		margin-bottom:10px;
		background-color:var(--swatch-var-340);
	}
	.hvit-font{
		color:#E8E8E8!important;
		text-align:left;
	}
	.row-flex{
		margin-left:20px;
		margin-right:20px;
	}
	.nav-list{
		margin-top:10px!important;
	}
	h6{
		font-size:14px;
	}
	.styret-knapp{
		text-align:left;
	}
	.bloc-divider-b-fill{
		height:50px;
	}
	.lg-flex{
		border-width:0px 0px 0px 0px;
	}
	.img-lein-lo-style{
		width:97px;
	}
	.link-footer{
		color:var(--swatch-var-3131)!important;
	}
	.volt-blog-item-title-list{
		font-size:22px;
	}
	.flex-lein{
		flex-direction:row;
	}
	.p-bloc-11-style{
		font-size:16px;
	}
	.mx-auto{
		margin-bottom:20px;
	}
	.img-style{
		width:385px;
	}
	.team-side-image-center{
		align-items:flex-start;
	}
	.team-member-name{
		font-size:1.4em;
	}
	.mini-team-social-icon{
		font-size:25px;
	}
	.active-menu{
		text-decoration:none;
	}
	.carousel-caption{
		display:block!important;
	}
	.volt-blog-item-author-list{
		font-size:12px;
	}
	.volt-blog-btn-back{
		font-size:15px;
		font-family:"Open Sans";
		font-weight:600;
	}
	.facebook-link{
		font-size:14px;
	}
	
}

@media (max-width: 575px){
	.mini-large-p{
		font-size:1.1em;
	}
	.header-bilde{
		height:225px;
	}
	.gradient-header{
		background:linear-gradient(0deg, var(--swatch-var-7747) 8%, transparent  100%);
	}
	.nav-bunn{
		position:absolute;
		width:100%;
		bottom:0px;
	}
	.bloc-divider-t-fill{
		fill:var(--swatch-var-1014);
		height:0px;
	}
	.faq-question-column{
	}
	.faq-center{
	}
	.navbar-nav .nav-link{
		margin-bottom:10px;
		margin-right:0px;
		background-color:var(--swatch-var-340);
	}
	.svart-font{
		color:var(--swatch-var-482)!important;
	}
	.hvit-font{
		color:var(--swatch-var-783)!important;
	}
	.footer-link{
		text-align:center;
	}
	.row-flex{
		margin-right:0px;
		margin-left:0px;
		padding-left:0px;
		padding-right:0px;
	}
	.lesmer-innhold{
	}
	.skjult{
		display:none;
	}
	.nav-list{
		margin-top:10px!important;
	}
	.marg-tittel{
		padding-right:10%!important;
	}
	.volt-login-form{
	}
	h5{
	}
	h6{
		font-size:1.0rem;
	}
	.offcanvas{
	}
	.offcanvas-content{
	}
	.offcanvas-body{
		display:block;
	}
	.scroll-body{
		overflow:scroll;
	}
	.styret-knapp{
		padding-left:0px;
		padding-right:0px;
	}
	.bloc-divider-b-fill{
		fill:var(--swatch-var-5197);
		height:50px;
	}
	.lg-flex{
		padding-left:0px;
		border-width:0px 0px 0px 0px;
	}
	.img-lein-lo-style{
		width:83px;
	}
	.link-footer{
		font-size:18px;
		font-family:"PTSans-Narrow";
	}
	.link-style{
		width:100%;
	}
	.offcanvas-menu{
		padding-left:10px;
		padding-right:10px;
	}
	.profil-bilde{
		padding-top:20px;
		padding-bottom:10px;
	}
	h1{
		font-size:2rem;
	}
	h2{
		font-size:1.75rem;
	}
	h3{
		font-size:1.5rem;
	}
	.volt-recent-posts-item-title-link{
		font-size:18px;
	}
	.volt-blog-item-title-list{
		font-size:18px;
	}
	h4{
		font-size:1.25rem;
	}
	.bloc-divider-t-vaktmestere-fill{
		fill:var(--swatch-var-1392);
		height:10px;
	}
	.bloc-divider-t-style{
		height:10px;
		fill:var(--swatch-var-1014);
	}
	.bloc-divider-t-bloc-2-fill{
		height:0px;
		fill:var(--swatch-var-6176);
	}
	.label-freddylein-no-style{
		font-size:14px;
	}
	.logo-bilde{
		width:90%;
		margin-left:0%;
	}
	.bakgrunn-volt{
		line-height:18px;
		box-shadow:8.18px 8.78px 5px rgba(0,0,0,0.23);
		padding:10px 10px 10px 10px;
	}
	.p-style{
		font-size:1rem;
		font-family:"Lato";
		font-weight:900;
	}
	.flex-lein{
		flex-direction:column;
		align-items:flex-end;
		justify-content:center;
	}
	.h6-style{
		font-family:"Lato";
		font-weight:700;
		color:var(--swatch-var-783)!important;
		font-size:0.8rem;
	}
	.p-bloc-11-style{
		font-family:"Lato";
		font-weight:700;
		font-size:14px;
		color:var(--swatch-var-783)!important;
	}
	.divider-background-color{
		background-color:var(--swatch-var-482);
	}
	.knapp{
		font-weight:bold;
		color:var(--swatch-var-3131)!important;
		background-color:var(--swatch-var-6706);
		font-size:14px;
	}
	p{
		font-size:1.125rem;
	}
	.header-knapp{
		font-size:14px;
	}
	.img-style{
		width:100%;
	}
	.tag-line{
		position:relative;
		right:0px;
		bottom:0px;
	}
	.img-header{
		height:auto;
	}
	.divider-lein{
		border-left-width:0px;
		border-right-width:0px;
	}
	.team-side-image-center{
		align-items:flex-start;
	}
	.mb-5{
	}
	.active-menu{
		text-decoration:none;
	}
	.col-10{
	}
	.p-bloc-0-style{
		font-size:1rem;
	}
	.p-t-2{
	}
	.responsive-img{
		height:22vh;
	}
	.col-12{
	}
	.px-4{
	}
	.image-container{
		background-image:url("img/husby-3.jpg");
	background-image: -webkit-image-set(url("img/husby-3.webp") 1x,
url("img/husby-3.webp") 2x);background-image: image-set(url("img/husby-3.jpg") 1x,
url("img/husby-3.jpg") 2x,url("img/husby-3.webp") 1x,
url("img/husby-3.webp") 2x);
	background-image: -webkit-image-set(url("img/husby-3.webp") 1x,
url("img/husby-3.webp") 2x);background-image: image-set(url("img/husby-3.jpg") 1x,
url("img/husby-3.jpg") 2x,url("img/husby-3.webp") 1x,
url("img/husby-3.webp") 2x);
	background-image: -webkit-image-set(url("img/husby-3.webp") 1x,
url("img/husby-3.webp") 2x);background-image: image-set(url("img/husby-3.jpg") 1x,
url("img/husby-3.jpg") 2x,url("img/husby-3.webp") 1x,
url("img/husby-3.webp") 2x);
	}
	.justify-content-center{
	}
	.galleri-heights{
		height:30vh;
	}
	.mx-auto{
	}
	.carousel-caption{
		display:block!important;
	}
	.volt-blog-btn-back{
		text-transform:uppercase;
	}
	.volt-recent-posts-item{
		margin-bottom:30px;
	}
	
}

