			section.vc_section.contseg {
    margin-top: 70px;
}


.controw {
    margin-left: -7.5px;
    margin-right: -7.5px;
margin-bottom:15px;
}

.controw > div > div {
padding-left:7.5px !important;
	padding-right:7.5px !Important;
margin-bottom:15px;
}

.contdiv {
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
color:#fff;
    padding: 30px;
    z-index: 999;
min-height:190px;
margin-bottom:0px !important;
position:relative;
}
.controw > div:nth-child(1) .contdiv {
    background-color: #0b6789;
}
.controw > div:nth-child(2) .contdiv {
    background-color: #19799d;
}
.controw > div:nth-child(3) .contdiv {
    background-color: #298cb1;
}
.controw > div:nth-child(4) .contdiv {
    background-color: #0b516a;
}

@media (min-width: 768px) {
.contdiv p {
    font-size: 14px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}}
@media (min-width: 768px) {
.controw > div:hover .contdiv p {
opacity: 1;
transform: scale(1);
}}

.contdiv h5 {
    color: #fff;
font-weight:300;
}
@media (min-width: 768px) {
.contdiv h5 {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    margin: 0;
    padding-top: 80px;
    opacity: 1;
    font-size: 27px;
    font-weight: 100;
  transition: all 0.1s linear;
}}
@media (min-width: 768px) {
.controw > div:hover .contdiv h5 {
    opacity: 0 !important;
}}

@media (min-width: 768px) {
.contdiv > div {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding: 0 30px;
}}









.kpseg {
    background: #106589;
    padding-top: 78px;
    padding-bottom: 40px;
}

@media(max-width:767px) {
body:not(.home) .kpseg {
    padding-bottom: 20px;
}}

.kpbild {
position:relative;
}
.kpbild img {
    width: 100%;
}

.kpsoc {
    position: absolute;
    left: 8px;
    top: 8px;
    font-size: 33px;
    color: #fff;
}
.kpuwrap {
    background: #fff;
}

.kpdiv {
    padding: 15px 20px;
    text-align: center;
    border-bottom: 1px solid #efefef;
}
.kpdiv h5 {
  		white-space: nowrap;  
	    overflow: hidden;
			text-overflow: ellipsis;
		margin-bottom: 1px;
    color: #106589;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
	    max-width: 100%; /* Ensure it doesn't exceed its container */

}

/*
.kpdiv h5 {
    margin-bottom: 1px;
    color: #106589;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
}
*/
      

@media(min-width:768px) and (max-width:1080px) {
.kpdiv h5 {
line-height:17px;
    font-size: 14px;
margin-bottom:6px;
}}
@media(min-width:768px) and (max-width:1080px) {
.kpdiv, .kpmail {
    font-size: 13px;
}}
@media(min-width:768px) and (max-width:1080px) {
.kpdiv {
padding-left:4px;
padding-right:4px;
}}

.kppos {
    color: #106589;
    margin-bottom: -3px;
		margin-top: 2%;
	  font-size: 85%;
    font-weight: 350;
	 	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; 
}

.kpmail {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.kpmail > a {
    display: inline-block;
    padding: 12px 0px;
    padding-right: 18px;
    text-align: center;
    color: #106589;
    position: relative;
}
.kpmail > a:before {
    content: "";
    position: absolute;
    border-radius: 30px;
    transition: .3s ease;
border: 1px solid #106589;
    top: 17px;
    right: -8px;
    height: 17px;
    width: 17px;
}
.kpmail > a:after {
    content: '\f2fb';
    font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    vertical-align: 0px;
    transition: .3s ease;
    position: absolute;
    height: 20px;
    width:20px;
    color: #fff;
    line-height: 28px;
    top: 12px;
    right: -10px;
    font-size: 15px;
    color: #106589;
}



.kprow > div > div > div {
height:100%;
background:#fff;
margin-bottom:30px !Important;
}
@media(max-width:767px) {
body:not(.home) .kprow > div:last-child > div > div {
margin-bottom:0px !Important;
}}


@media (max-width:850px) {
.kprow > .vc_col-sm-1\/5 {
    width: 100%;
}}








.bolagseg {
padding-bottom:50px;
padding-bottom:80px;
}


@media (min-width: 768px) {
body:not(.home) .bolagrow .vc_col-sm-3 {
    width: 50%;
}}

@media (min-width: 768px) and (max-width:991px) {
.bolagrow > .vc_col-sm-3 {
    width: 50%;
}}

.bolagrow {
margin-left:-7.5px;
margin-right: -7.5px;
}

.bolagrow > div > div.vc_column-inner {
padding-left:7.5px !Important;
	padding-right:7.5px !Important;
}


.bolagrow > div > div > div {
    height: 100%;
    padding: 30px;
padding-top:33px;
    padding: 20px 20px;
    padding-top: 23px;
background:#fff;
position:relative;
transition:.3s ease;
box-shadow: 0 0px 20px rgba(0, 0, 0, .02);
    border: 1px solid #ededed;
margin-bottom:15px !Important;
}
.bolagrow > div:hover > div > div {
background:#f5f5f5;
box-shadow: 0 0px 20px rgba(0, 0, 0, .1);
}

.bktext {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 40px !important;
}
body:not(.home) .bktext {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 40px !important;
}

.bktext h5 {
    font-weight: 300;
font-size:19px;
}

.home .bbild {
display:none;
}
.bkbild {
    min-height: 32px;
    max-width: 160px;
    display: flex;
    align-items: center;
}
.bkbild img {
    max-height: 34px;
border-radius:3px;
}
.bkdiv, .bkdiv > div, .bkdiv, .bkdiv > div p, .bkdiv, .bkdiv > div p > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
font-size:0px;
}

.bkdiv:before {
    content: "";
    position: absolute;
    background: #106589;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    right: 30px;
    bottom: 30px;
bottom:20px;
    transition: .3s ease;
pointer-events:none;
}

.bolagrow > div:hover .bkdiv:before {
    background: #595959;
}


.bkdiv:after {
    content: '\f2fb';
    font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    vertical-align: 0px;
    transition: .3s ease;
    position: absolute;
    right: 40px;
    bottom: 29px;
    bottom: 19px;
    height: 30px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    padding-left: 1px;
    font-size: 24px;
	pointer-events:none;
}






.omseg {
padding-top: 80px !important;
    padding-bottom: 50px;
    background: rgba(16, 101, 137, .85);
position:relative;
}

.omseg:after {
display:block !Important;
visibility:visible !Important;
content:"";
position:absolute;
right:30px;
bottom:-80px;
background: url(/wp-content/uploads/H.webp);
background-size:contain;
background-repeat:no-repeat;
height:390px;
width:330px;
opacity:.8;
}

.fsomdiv {
    color: #fff;
}
@media(min-width:992px){
.fsomdiv {
padding-right:78px;
}}

.fsomdiv.tit {
    margin-bottom: 12px !important;
}

.fsomdiv h5 {
    color: #fff;
margin-bottom:10px;
}




.fsparaseg {
    padding-bottom: 70px;
    padding-top: 100px !important;
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative;
}

body:not(.home) .fsparaseg {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
}

@media(Max-width:991px) {
body:not(.home) .fsparaseg {
background-position: 5% center;
}}

.fsparaseg:before {
    background: #072a38;
    position: absolute !important;
    width: 100% !important;
    height: 100%;
    top: 0%;
    left: 0;
    display: block !important;
    content: "" !important;
    pointer-events: none;
    opacity: .7;
}
.fsparadiv {
    color: #fff;
}
.fsparadiv h3 {
    color: #fff;
    margin-bottom: 20px;
}
@media(max-width:767px) {
.fsparadiv h3 {
    font-size: 32px;
}}

.fsparadiv a.btn {
    padding-left: 0 !important;
    padding-right: 38px !important;
letter-spacing:2px;
font-size:19px;
}
.fsparadiv a.btn:before {
background:#fff;
left: inherit;
top:7px;
right:2px;
height:19px;
width:19px;
}
.fsparadiv a.btn:after {
left:Inherit;
right:6px;
top:3px;
font-size:19px;
color: #106589;
}






.cms-carousel-portfolio-layout4 .item-readmore .btn {
    padding-left: 27px;
    padding-right: 50px;
    color: #fff;
}

.cms-portfolio-carousel {
    margin-bottom: 30px;
}







.cms-counter {
    margin-bottom: 30px;
}
.cms-counter-default .cms-counter-digit {
    color: #106589;
    font-weight: 500;
    font-size: 32px;
    margin-right: 23px;
    margin-bottom: 11px;
    letter-spacing: 0px;
    font-family: Roboto;
    display: inline-block;
    letter-spacing: -1px !important;
font-weight:100;
}
.omseg .cms-counter-default .cms-counter-digit {
    color: rgba(255, 255, 255, .3);
    font-size: 38px;
    letter-spacing: 1.2px;
}

.cms-counter-default .cms-counter-title {
    font-size: 16px;
    letter-spacing: .8px;
    font-weight: 300;
    padding-bottom: 1px;
    color: #565656;
}
.omseg .cms-counter-default .cms-counter-title {
color:#fff;
}
.vc_section.levseg {
    background: #eaeaea;
    padding-top: 30px;
}
@media (min-width: 768px) {
.levseg .vc_col-sm-4 {
text-align:right;
}}





.sintro > div > .vc_column-inner > .wpb_wrapper > .wpb_text_column:first-child {
    margin-bottom: 20px;
}


.sintro {
    margin: 0px -15px;
    position: relative;
    margin-top: 70px !important;
    margin-bottom: 50px !Important;
}
@media (min-width: 768px) {
.sintro {
    margin-bottom: 50px;
}}


.sintro > div > .vc_column-inner > .wpb_wrapper > .wpb_text_column:first-child {
    margin-bottom: 20px;
}

@media(max-width:767px) {
.sintro .wpb_single_image, .sintro .wpb_video_widget {
margin-bottom:0;
}}

.sintro .vc_single_image-wrapper, .sintro .vc_figure, .sintro img {
width:100%;
}

@media(min-width:768px) {
.sintro img {
padding-right:70px;
margin-bottom:50px;
}}
@media(min-width:992px) {
.sintro img {
padding-right:217px;
}}



.sintrodiv {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, .08);
}
@media(Min-width:768px) {
.sintrodiv {
    max-width: 500px;
    width: 100%;
bottom: 0;
    min-height: 400px;
    padding: 50px 30px;
    position: absolute;
right:15px;
}}
@media(Min-width:992px) {
.sintrodiv {
    padding: 70px 60px;
}}
@media(Max-width:600px) {
.sintrodiv {
padding:20px;
}}



.sintrodiv > div {
    z-index: 9;
    position: relative;
}
.sintrodiv h4 {

}



.vc_row.wpb_row.vc_row-fluid.sbrow {
    max-width: 1080px;
}

@media(min-width:1800px) {
.vc_row.wpb_row.vc_row-fluid.sbrow {
    max-width: 1180px;
}}











.iombild > div {
background-size:cover !important;
background-position:center center !Important;
min-height: 400px;
}

@media(max-width:767px) {
.iombild > div {
background-size:cover !important;
background-position:center center !Important;
min-height: 270px;
}}

section.vc_section.iomseg {
    background: #f6f6f6;
    padding-top: 85px;
    padding-bottom: 35px;
}

body:not(.home) section.vc_section.iomseg {
    padding-bottom: 45px;
}

@media(max-width:767px) {
section.vc_section.iomseg {

}}

.iomrow .vc_row > div > div {
padding: 0px !important;
}

@media (Max-width:767px) {
.iomrow .mobord > div:nth-child(2) {
order:1;
}}

@media (Max-width:767px) {
.iomrow .mobord > div:nth-child(1) {
order:2;
}}


@media (Min-width:768px) {
.iomrow .vc_row > .iomdiv > div > div {
    padding: 70px 50px;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}}
@media (Min-width:1150px) {
.iomrow .vc_row > .iomdiv > div > div {

}}

@media (Min-width:992px) {
body:not(.home) .iomrow .vc_row > div:nth-child(2) {
    min-height: 465px;
}}

@media (Min-width:768px) {
.iomrow .vc_row > div:nth-child(2) {
}}


@media (Min-width:768px) {
.iomrow .vc_row {
margin-bottom:50px;
}}
.iomrow .vc_row > div:nth-child(2) > div > div {

}
.iomrow .vc_row{
margin-left:0;
margin-right:0;
}

@media (Max-width:767px) {
.iomrow .vc_row > .iomdiv > div > div {
    padding: 30px 20px;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
font-size:15px;
line-height:25px;
}}
@media (Max-width:767px) {
.iomrow .vc_row > .iomdiv > div > div h4 {
font-size:27px;
}}


.iomdiv {
margin-bottom:0 !important;
}


.iomdiv h6:first-child {
    text-transform: uppercase;
    border-bottom: 1px solid #ededed;
    margin-bottom: 27px;
    padding-bottom: 6px;
    font-weight: 300;
}

@media (Min-width:992px) {
.iomdiv {
}}

.iombild img {
}



.cms-gallery-carousel .cms-gallery-title {
    font-family: Roboto;
    background-color: rgba(30, 32, 33, .50);
padding: 15px 30px;
}

.cms-gallery-carousel {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}


@media(min-width:768px) {
.fsbudrow {
    position: absolute;
    bottom: 194px;
    display: flex;
}}

@media(max-width:767px) {
.fsbudrow {
    position: absolute;
    bottom: 194px;
    display: flex;
}}


.fsbudrow > div {
    padding: 0 15px;
}

@media(min-width:768px) {
.fsbuddiv {
    max-width: 414px;
    margin-right: 0;
    margin-left: auto;
}}


.fsbuddiv h2 {
    font-style: italic;
    color: #fff;
    font-weight: 300;
/*letter-spacing:1.2px;*/
text-shadow: 0 0 12px rgba(0, 0, 0, .50);
}
.fsbuddiv h2 {
    font-weight: 100;
transform: skew(3deg);
}

@media(max-width:767px) {
.fsbuddiv h2 {
font-size:36px;
}}

.fsbuddiv h2 b {
/*   letter-spacing: 1.4px;*/
font-weight: 700;
    font-style: normal;
margin-left: 6px;
}
.fsbuddiv h2 b {
    font-weight: 300;
transform: skew(-3deg);
    display: block;
}


.fsnyhrow {
position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 9;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .4);
}
@media(Max-width:767px) {
.fsnyhrow {
    background: transparent;
}}

.fsnyhrow >div {
    padding: 0 15px;
}

.fsnyhdiv .grid-item{
display:flex;
align-items:stretch;
padding-top:16px !Important;
padding-bottom:14px !Important;
}
@media(max-width:767px) {
.fsnyhdiv .cms-grid-inner .grid-item {
padding-top:5px !Important;
padding-bottom:5px !Important;
}}
@media(max-width:767px) {
.fsnyhdiv .cms-grid-inner {
padding-top:10px !Important;
padding-bottom:15px !Important;
}}

.fsnyhdiv .grid-item > a {
display:flex;
width:100%;
color:#fff;
}

.fsndatum {
    margin-bottom: 4px;
    line-height: 21px;
    font-size: 15px;
    letter-spacing: -.2px;
    font-style: italic;
    margin-right: 13px;
    color: rgba(255, 255, 255,.95);
min-width:46px;
}
.ngridtit {
    margin-bottom: 0;
    text-transform: none;
margin-top:-1px;
    line-height: 23px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	max-height:26px;
}

.fsnyhtit h6 {
    margin-bottom: 0px !important;
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: -48px;
    font-size: 20px;
}
@media(max-width:767px) {
.fsnyhtit h6 {
    top: -30px;
}}
@keyframes fs {
100% { 
width:100%;
 }
}



.cms-testimonial-carousel-wrap {
    text-align: inherit;
    position: relative;
    display: block;
    touch-action: pan-y;
}




.bildgalleri .owl-dots .owl-dot {
    border: 2px solid rgba(0, 0, 0, 0.24);
    margin: 0 7px;
}

.owl-dots .owl-dot {
    background-color: transparent !important;
    height: 13px;
    width: 13px;
    margin: 0 12px;
    border: 2px solid rgba(255, 255, 255, 0.24);
}
.owl-dots .owl-dot.active {

}
.bildgalleri .owl-dots {
    text-align: center;
    margin-top: 20px;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
}

/*
.banner:after {
    display: block;
    content: "";
    position: absolute;
    right: 226px;
    bottom: 0;
    height: 33px;
    width: 250px;
    background: #f7ec31;
    transform: skew(
-20deg);
    Z-INDEX: 99;
}
.banner:before {
    display: block;
    content: "";
    position: absolute;
    right: 126px;
    bottom: 38px;
    height: 33px;
    width: 200px;
    background: #f7ec31;
    transform: skew(
-20deg);
    Z-INDEX: 9;
}*/


@media  (max-width: 991px) {
 .frow {
min-height:510px;
}}

@media  (min-width: 992px) {
 .frow {
min-height:520px;
max-height:880px;
}}

@media  (min-width: 1600px) {
 .frow {
min-height:680px;
}}
@media  (min-width: 1800px) {
 .frow {
min-height:880px;
}}

@keyframes jb {
100% { 
transform: scale(1.15); }
}
@keyframes ub {
100% { 
transform: scale(1);
 }
}




.bildgalleri .owl-dots .owl-dot {
    border: 2px solid rgba(0, 0, 0, 0.24);
    margin: 0 7px;
}

.owl-dots .owl-dot {
    background-color: transparent !important;
    height: 13px;
    width: 13px;
    margin: 0 12px;
    border: 2px solid rgba(255, 255, 255, 0.24);
}
.owl-dots .owl-dot.active {

}
.bildgalleri .owl-dots {
    text-align: center;
    margin-top: 20px;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
}













.nyhetgrid .fnyhett {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient:vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.fnyhetk, .fnyhett {
white-space: nowrap;
	text-overflow: ellipsis;
overflow: hidden;
}
}


.nyhetgrid .fnyhetc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient:vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.fnyheti {
width: 100%;
    display: flex;
}

.nyhetgrid .fnyheti {
padding: 15px;
background:#fff;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.nyhetgrid .fnyheti {
min-height: inherit;
}
}


.fnyhetd {
    display: inline-block;
    max-width: 52px;
    width: 100%;
}


.fnyhetd {
    text-align: center;
    font-family: Roboto, sans-serif;
    min-width: 60px;
}

.fdag,
.fdat {
    display: inline;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
}

.fnyhetd .far {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 2px;
    line-height: 1.2;
}




.fnyhetc {
padding-left: 20px;
    display: inline-block;
overflow: hidden;
}


.fnyhetk {
margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
display:none;
}


.fnyhett {
    margin-bottom: 3px;
    margin-top: 0px;
    line-height: 23px;
}




.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {

}

a {
color: inherit;
}

/*
.tabbild {
    margin-left: 15px;
    margin-right: 15px;
}*/
.wpb_text_column.pretjanst {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 50px;
}

li.en > a:after, li.en > span:after {
    background-image: url(/wp-content/uploads/eng-flag.jpg);
}

 li.sv > a:after, li.sv > span:after {
    background-image: url(/wp-content/uploads/swe-flag.jpg) !Important;
}

@media (min-width: 768px) {
.introrow {
padding-top: 70px !important;
padding-bottom: 50px;
}}
@media (max-width: 767px) {
.introrow {
padding-top: 65px !important;
padding-bottom: 50px;
}}


.fullcrow > .vc_col-sm-12 {
max-width: 100% !Important;
}
.fullrow > .vc_col-sm-12 {
max-width: 100% !Important;
padding: 0 !important;
}
.brow > .vc_col-sm-12 {
max-width: 1270px !Important;
}
.fullrow > .vc_col-sm-12 > .vc_column-inner {
padding: 0 !Important;
}
.fullcrow > .vc_row-fluid > .vc_col-sm-12 > .vc_column-inner {

}


section.vc_section.kortrow > .vc_row-fluid {
max-width: 1000px;
}

section.vc_section.icfullrow > .vc_row-fluid {
max-width: 1340px;
}

section.vc_section.fullrow > .vc_row-fluid {
max-width: 100% !important;
}
section.vc_section.fullcrow > .vc_row-fluid {
max-width: 100%;
}
section.vc_section.fullcrow {
padding-left: 0;
padding-right: 0;
}


.vc_section {
    margin: inherit;
}










@media (min-width: 1200px) {
.kontaktsrow .wpb_column {

}
}



.kontaktsrow {
margin: 0;
    background: #fff;
margin-bottom:30px;
	}

.kontaktsrow .wpb_text_column {
margin-bottom:0 !important;
}
.kontaktsrow .wpb_text_column.konti {
margin-bottom:30px !important;
padding:0px;
}

@media(Max-width:991px) {
.kontaktsrow .wpb_text_column.konti {
margin-bottom:0px !important;
}}

.kontaktsrow .wpcf7 {
    margin-bottom: 0px;
}

@media(Max-width:991px) {
.kontaktsrow > .wpb_column {
width:100%;
}}

.kontaktsrow > .wpb_column > .vc_column-inner  {
padding: 30px !Important;
}


.vc_section > .vc_row-fluid.persrow {
    max-width: 850px !important;
}

.vc_section > .vc_row-fluid.omradencol {
    max-width: calc(1100px - 30px);
margin-left: auto !Important;
margin-right: auto !important;
}



.vc_section > .vc_row-fluid.omradencol {
    padding-left: 10px !Important;
    padding-right: 10px !Important;
}









body .single #primary, .content-row #primary {
    padding: 0px;
}


body:not(.home) {
background:#f0f0f0;
background: #f2f2f2;
}

@media (min-width: 1200px) {
body.single-post .content-row #primary {
padding: 0 !important;
background: transparent;
}
}

body.single-post .content-row #primary {
padding-bottom:60px !important;
}




.entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12, .post-type-content-inner > .vc_row.vc_row-fluid > .vc_col-sm-12  {
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
}

.entry-content > .vc_row.wpb_row.vc_row-fluid, .post-type-content-inner > .vc_row.wpb_row.vc_row-fluid {
position: relative;
margin-left: auto;
margin-right: auto;
}


@media (min-width: 992px) {
.entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12, .post-type-content-inner > .vc_row.vc_row-fluid > .vc_col-sm-12, .entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12 {
    max-width: 1370px;
}
	 }

@media (min-width: 1800px) and (max-width: 2000px) {
.entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12, .post-type-content-inner > .vc_row.vc_row-fluid > .vc_col-sm-12, .entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12 {
    max-width: 1700px;
}
	 }

@media (min-width: 2001px) {
.entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12, .post-type-content-inner > .vc_row.vc_row-fluid > .vc_col-sm-12, .entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12 {
    max-width: 1800px;
}
	 }

@media (min-width: 2201px) {
.entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12, .post-type-content-inner > .vc_row.vc_row-fluid > .vc_col-sm-12, .entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12 {
    max-width: 2200px;
}
	 }




.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}

ol:not(.custom-ol) li {
    list-style-type: none;
    padding-left: 23px;
    position: relative;
}
ol li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    border: 1px solid #8f8b8b;
}

.br img {
box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    max-height: 400px;
    border-top: 2px solid #106589;
    background-color: #fff;
    padding: 35px;
}





@media (min-width: 992px) {
.topbar ul {
    margin-bottom: 0;
    list-style-type: none;
display:inline-block;
}}
@media (min-width: 992px) {
.topbar ul > li {

position:relative;
}}

@media (min-width: 992px) {
.topbar nav > ul > li:hover > a:before, .topbar nav > ul > li.current-menu-item > a:before, .topbar nav > ul > li.current-menu-ancestor > a:before {
content:"";
position:absolute;
right:0;
bottom:0;
height:3px;
width:100%;
transition:.2s ease;
background: #106589;
}
}

@media (min-width: 992px) {
.topbar ul.tbh > li a:hover, .topbar ul.tbh > li.current-menu-item a, .topbar ul.tbh > li.current-menu-ancestor a {
background: #106589;
color:#fff !important;
}
}


@media (min-width: 992px) {
.topbar ul > li:first-child a:hover::before, .topbar ul > li:last-child a:hover::before, .topbar ul > li.current-menu-item:first-child a:before, .topbar ul > li.current-menu-item:last-child a:before {
opacity:1;
}}



@media (max-width: 991px) {
.topbar .tbh {
display: none;
}
	}



.topbar .tbh > li, .topbar .tbv > li {
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    vertical-align: inherit;
}
.topbar .tbv li {
    display: inline-block;
font-size:11px;
}

.topbar .tbh > li a {
    background: #0b6789;
color:#fff;
    padding: 0 30px;
}

.topbar .tbh > li a, .topbar .tbv > li a {
display: inline-block;
	text-transform:uppercase;
/*	font-weight:600;
letter-spacing:.3px;*/
font-size:10px;
vertical-align:1px;
}

/*
.topbar > .container > ul > li > a { 
    color: #777070 !important;
}
.topbar ul li a strong { 
color:#fff !important;
}*/

.topbar .tbh {
    font-size: 12px;
    padding: 0 15px;
	padding-right:0;
    color: inherit;
    float: right;
    height: 28px;
    transition: .3s ease-in-out;
    transition-delay: .5s;
    position: relative;
    z-index: 9;
vertical-align:top;
}

.topbar .tbv {
    font-size: 12px;
}


	/*
@media (min-width: 992px) {
#headroom.headroom--down .topbar .tbh, #headroom.headroom--up .topbar .tbh {
    transform: translatey(-44px);
}
	}*/



/*
.tjansterrow {
padding-bottom:5px !important;
}*/
@media (min-width: 768px) and (max-width:1120px) {
.tjansterrow .vc_col-sm-3 {
    width: 50%;
}}



@media (min-width: 768px) {
.knappnyheter {
float: right;
}
	}
@media (max-width: 767px) {
.knappnyheter {
margin-bottom: 50px;
}
	}

.knappnyheter a {
color:#fff;
}
.knappnyheter i {
    margin-right: 11px;
    font-size: 22px;
    transform: translateY(3px);
}
.knappnyheter a:hover {
color:#dfdfdf;
}


.reldiv {
    display: inline-block;
    margin-bottom: 10px;
}
.reldiv h5 {
color:#fff;
}

@media (max-width: 767px) {
.reldiv {
margin-bottom: 15px;
}}

@media (max-width: 767px) {
.reldiv h4 {
    margin-bottom: 0;
}}

.relateradeinlagg .bildgalleri .owl-dots .owl-dot {
    border-color: transparent;
}


.relateradeinlagg .bildgalleri .owl-dots .owl-dot.active {
    border-color: transparent;
}

.relateradeinlagg {
    padding-top: 40px;
    padding-bottom: 70px;
    background: #0b6789;
color:#fff;
    box-shadow: 0.5px -0.5px 0 #c6c6c6;
}

.relateradeinlagg .container {
    padding-left: 30px;
    padding-right: 30px;
}

.maskin .vc_col-sm-4, .maskin .vc_col-sm-8 {
    padding: 0;
}





.vc_wp_custommenu {
    margin-bottom: 0;
}




.select-filter-wrap.nice-select:after, .select-order-wrap.nice-select:after {
    right: 15px;
    font-size: 16px;
    color: #128d4b;
}

@media (max-width: 767px) {
.select-order-wrap {
margin: 0;
}}

@media (max-width: 767px) {
.select-filter-wrap.nice-select, .select-order-wrap.nice-select {
width: 100%;
margin-bottom: 15px;
}}


.select-filter-wrap.nice-select, .select-order-wrap.nice-select {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    border: 1px solid #ededed;
}

.nice-select span.current {
    letter-spacing: .2px;
    font-family: Roboto;
    font-size: 11px;
}




.nyhetgrid .cms-grid-inner .grid-item {


}


.nyhet {
    background: #f2f2f2;
background: #f7f7f7;
background:#fff;
height: 100%;
}


.nyhetgrid .nyhet {
    background: #f5f5f5;
border: 1px solid #ededed;
}


.usnyhetbild {
position: relative;
}

.usnyhetbild img {
width: 100%;
}



.usnyhet {
padding: 30px;
}

.usnyhet .btn {
   position: absolute;
    bottom: 30px;
}



.wpb_content_element {
    margin-bottom: 30px;
}

.wpcf7 label {
    width: 100%;
    padding-bottom: 5px;
    font-family: Roboto;
    letter-spacing: -0.2px;
}






.entry-content > .uur > .vc_col-sm-4 > .vc_column-inner, .entry-content > .uur > .vc_col-sm-8 > .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
padding-top: 0px;
padding-bottom:30px;
}






@media screen and (min-width: 992px) {
.mainheader .main-navigation {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    transition: .3s ease-in-out;
    transition-delay: .6s;
    transform: translatey(0px);
    height: 82px;
    display: flex;
    align-items: center;
}
}








.fmentcont p {
padding: 0 10px;
    margin-bottom: 10px;
}


.bmkd {
    font-size: 13px;
margin-bottom:50px;
text-align:center;
}
.bmkd {
    margin-bottom: 19px;
    padding-top: 30px;
    border-top: 1px solid #f7f7f7;
}



.bmkd > .container > .row > div {
align-self: center;
}
.bmkd > .container > .row > div p {
display:inline-block;
}

@media(min-width:768px){
.bmkd .fmentcont {

}}


.bmkd > .container > .row {
position:relative;
margin:0;
}
@media (max-width: 991px) {
.bmkd > .container > .row {
margin:0;
}}



@media (min-width: 992px) {
.footerlmeny {

}}

.footerlmeny li {
    display: inline-block;
    line-height: 12px;
padding: 0 7.5px;
margin-bottom:15px;
}
.footerlmeny li:last-child {
border-right:none;
}

.footerlmeny li a {

}
@media (min-width: 768px) {
.footerlmeny li a {
}}
@media (min-width: 768px) {
.footerlmeny li {

}}

.footerlmeny li a:hover,.footerlmeny li.current-menu-item a {
color:#6a6a6a;
}

@media (max-width: 991px) {
.footerlmeny {

}}
@media (min-width: 768px) {
.footerlmeny ul {
    margin-bottom: 0;
}}

.footerlmeny ul {
margin: 0px -7.5px;
margin-bottom:0;
}



@media (min-width: 768px) {
.footercol {
display: flex;
    vertical-align: top;
    min-height: 180px;
    padding: 30px;
}
}

@media (min-width: 992px) {
.footercol {

}}
@media (min-width: 768px) {
.footercol:first-child {

}}
@media (min-width: 768px) {
.footercol:nth-child(2) {
    display: block;
    text-align: right;
}}

@media (min-width: 768px) {
.footercol:nth-child(3) {

}}

.fktext {
    max-width: 360px;
    color: #000;
    font-weight: 100;
}
.fklogo {
    height: 36px;
    margin-bottom: 6px;
    margin-top: 10px;
}


/*
@media (min-width: 992px) {
.footercol:nth-child(3) section {
    max-width: 369px;
    margin-left: 40px;
}
	} */



.footercol:nth-child(4) section img {
    height: 60px;
}

@media (min-width: 768px) {
.footercol:nth-child(4) section {

}}

@media (max-width: 767px) {
.footercol {
padding: 30px 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.footercol {

}
}



/*
@media (min-width: 992px) {
.footercol {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}
}

@media (min-width: 992px) {
.footercol:nth-child(1), .footercol:nth-child(2) {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
}
}*/



@media (min-width: 768px) {
.footercol .widget_nav_menu ul.menu {
    align-items: end;
    display: inline-flex;
}}

.footercol .widget_nav_menu ul.menu {
margin: 0 -17px;
}

.footercol .widget_nav_menu ul.menu li a {
    font-size: 18px;
    line-height: 38px;
    padding: 0 17px;
    font-weight: 100;
    letter-spacing: 0;
	font-weight:100;
color:#000;
}

.footercol .widget_nav_menu ul.menu li.current-menu-item a {
    font-size: 18px;
    line-height: 38px;
    padding: 0 17px;
    font-weight: 100;
    letter-spacing: 0;
	font-weight:100;
color:#0b6789;
}

@media (max-width: 767px) {
.footercol .widget_nav_menu ul.menu li a {
font-size: 18px;
    line-height: 38px;
}}

.footercol .widget_nav_menu ul.menu li a:hover {
    color: #106589 !Important;
}











.deladiv .fsocialt a {
color:inherit;
}
.deladiv .fsocialt a:last-child {
margin-right:0;
}

@media (min-width: 1080px) {
.deladiv h6 {
    display: inline-block;
}
	}

.deladiv h6 {
    vertical-align: -2px;
    margin-bottom: 17px;
    margin-right: 40px;
}

@media (max-width: 767px) {
.deladiv h6 {
margin-right:0;
}
	}


.widget {
    margin-bottom: 50px;
}
.widget:last-child {
    margin-bottom: 0;
}

.mfooter {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 99;
    float: left;
    font-size: 13px;
    line-height: 20px;
    color: #0b6789;
color:#000;
font-weight:100;
    background: #fff;
    padding-top: 43px;
}

@media (min-width: 768px) {
.mfooter {

}}

@media (max-width: 767px) {
.mfooter {
    font-size: 18px;
    line-height: 29px;
}}




.mfooter a {

}

.mfooter .mftop .container {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 1999px) {
.mfooter .mftop .container {


}
}

.mftop > .container > .row {
    margin: 0;
}

.mfooter .mftop .footercont {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
padding-bottom:30px;
}

@media(min-width:768px) {
.mfooter .mftop .footercont {
    display: flex;
}}







.deladiv {
    border-top: 1px solid #ededed;
padding: 0 30px;
    padding-top: 15px;
text-align: right;
}

@media(max-width:767px) {
.deladiv {
padding-bottom:14px;
}}


@media(min-width:768px) {
.fsocialt {
    transform: translateY(5px);
}}

.fsocialt {
display:inline-block;
margin-bottom:0;
}
.fsocialt p {
margin-bottom:0;
}


.fsocialt .zmdi-linkedin-box {

}
.fsocialt a {
    font-family: Roboto;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    line-height: 22px;
    margin-right: 39px;
}
@media (max-width: 767px) {
.fsocialt a {
font-size:25px;
}}
@media (max-width: 767px) {
.fsocialt a {

}}
footer .fsocialt a:last-child {
    margin-right: 0;
}

@media (min-width: 992px) {
footer .fsocialt a:last-child {

}}




.mfooter a:hover {
    color: #106589;
}




.scroll-top {
    display: none;
}

body .container {
    max-width: 1200px;
max-width:1170px;
}


@media (min-width: 1600px) {
body .container {
max-width: 1270px;
}
	}
@media (min-width: 1800px) {
body .container {
max-width: 1470px;
}
	}
@media (min-width: 2000px) {
body .container {
    max-width: 1670px;
}
	}
@media (min-width: 2200px) {
body .container {
    max-width: 2170px;
}
	}
















@media (min-width: 992px) {
#site-header-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
	}






.primary-menu > li:hover > a, .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {

}

.primary-menu .sub-menu li > a:hover, .primary-menu .sub-menu li.current_page_item > a, .primary-menu .sub-menu li.current-menu-item > a, .primary-menu .sub-menu li.current_page_ancestor > a, .primary-menu .sub-menu li.current-menu-ancestor > a {
    background: #1d1d1d;
    color: #fff;
}

@media screen and (min-width: 992px) {
.primary-menu .sub-menu li > a:hover::before, .primary-menu .sub-menu li.current_page_item > a:before, .primary-menu .sub-menu li.current-menu-item > a:before, .primary-menu .sub-menu li.current-menu-ancestor > a:before {

}
}








.bildgalleri .owl-dots .owl-dot {
    border: 2px solid rgba(0, 0, 0, 0.24);
    margin: 0 7px;
}

.owl-dots .owl-dot {
    background-color: transparent !important;
    height: 13px;
    width: 13px;
    margin: 0 12px;
    border: 2px solid rgba(255, 255, 255, 0.24);
}
.owl-dots .owl-dot.active {

}
.bildgalleri .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    display: block !important;
    margin-top: 0;
}

.bildgalleri .owl-prev i:before {
    content: "" !important;
    left: 20px;
    top: 50%;
    height: 18px;
    width: 18px;
    border-left: 1px solid currentColor;
    border-top: 1px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
    display: inline-block !important;
    position: absolute;
}

.bildgalleri .owl-next i:before {
    content: "" !important;
    right: 20px;
    top: 50%;
    height: 18px;
    width: 18px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
    display: inline-block !important;
    position: absolute;
}






.bildgalleri .owl-stage {
    display: flex;
}


.bildgalleri .owl-nav {
    display: block !Important;
}
.bildgalleri .owl-nav {
    display: none !Important;
}


.bildgalleri .owl-prev {
    left: 0;
    position: absolute;
    cursor: pointer;
    padding-left: 10px;
    height: 100% !important;
    top: 0;
}

@media (min-width: 1250px) {
.bildgalleri .owl-prev {
     left: -60px;
    padding-left: 0px;
}
	}

.bildgalleri .owl-next {
    right: 0;
    position: absolute;
    cursor: pointer;
    padding-right: 10px;
    height: 100% !important;
    top: 0;
}

@media (min-width: 1250px) {
.bildgalleri .owl-next {
     right: -60px;
    padding-right: 0px;
}
	}

.bildgalleri .owl-prev, .bildgalleri .owl-next {
    color: rgba(0, 0, 0, .37) !important;
}

@media (min-width: 1250px) {
.bildgalleri .owl-prev, .bildgalleri .owl-next {
    color: #1a1a1a !important;
}
	}

@media (min-width: 1250px) {
.relateradeinlagg .bildgalleri .owl-prev, .relateradeinlagg .bildgalleri .owl-next {

}
}

@media (min-width: 1250px) {
.bildgalleri .owl-prev:hover, .bildgalleri .owl-next:hover {
     color: rgba(0, 0, 0, .37) !important;
}
	}

.bildgalleri {
    margin-bottom: 0px;
}

@media screen and (min-width: 992px) {
.mainheader {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
position: relative;
width: 100%;
transition: .3s ease-in-out;
transition-delay: .6s;
    bottom: 0px;
padding:0 15px;
}
}

@media screen and (min-width: 992px) {
.mheader .mainheader {
padding:0;
}
}









.single-post .single-hentry {
    margin-bottom: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}


.wpcf7-list-item > label {
    line-height: 17px;
    font-size: 11px;
}

.wpcf7 p {
margin-bottom: 0;
}


.zmdi-chevron-right:before {
    content: "\f2ee";
}
.zmdi-chevron-left:before {
    content: "\f2ea";
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    background: #fff;
    color: inherit;
    opacity: 1;
    font-size: 15px;
    height: 34px;
    line-height: 34px !important;
    width: 34px;
    bottom: calc(50% + 16px);
    border-radius: 100%;
    position: absolute;
}

.owl-nav > div.disabled {
opacity:.6;
}
.owl-nav .owl-prev {
    left: inherit;
    right: 49px;
}
.owl-nav .owl-next {
right:0px;
}

.cms-portfolio-carousel .owl-nav .owl-prev {
color:#fff;
    left: 13px;
    background-color: #1d2021;
    border: 1px solid #313131;
bottom: calc(50% - 16px);
}
.cms-portfolio-carousel .owl-nav .owl-next {
opacity:.6;
color:#fff;
    right: 13px;
    background-color: #1d2021;
    border: 1px solid #313131;
bottom: calc(50% - 16px);
}



.cms-gallery-carousel .owl-nav > div {
    color: inherit !important;
line-height:35px !Important;
}
.cms-gallery-carousel .owl-nav {
    bottom: 45px;
    right: 30px;
}


.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
/*    color: #106589 !important;
    border-color: #106589 !important;*/
}






@media(min-width:768px) {
.ptrow > .vc_row.wpb_row.vc_row-fluid {
    position: relative;
    align-items: center;
    align-content: center;
    display: flex;
min-height:80px;
padding: 17px 0;
}}
@media(max-width:767px) {
.ptrow > .vc_row.wpb_row.vc_row-fluid {
padding-top:16px;
padding-bottom:20px;
}}


.ptrow > .vc_col-sm-12 {
    height: 100%;
    padding: 0 !important;
}
.ptrow > div > .vc_col-sm-12 > .vc_column-inner, .ptrow > div > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper, .ptrow {

}

.ptrow > div > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {

}


.ptrow .wpb_content_element {
margin-bottom:0 !Important;
}

.single-post .ptrow {
    height: auto;    
background: rgba(1, 80, 166, 1);
}

.ptrow {
    overflow: hidden;
    position: relative;
    background-size: cover !important;
    background-position: center center;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    align-self: center;
padding-top:0 !important;
    background: #106589;
}

.ptdiv {
    display: inline-flex;
}

@media (min-width: 768px) {
.ptdiv{


}}

@media (max-width: 767px) {
.ptdiv{

}}

.ptdiv > div {
    align-self: center;
    display: flex;
    align-items: center;
    text-align: center;
    text-align: center;
}

.ptdiv h4 {
    color: #fff;
    display: block;
    width: 100%;
    text-transform: none;
    min-height: 45px;
    display: flex;
    align-content: center;
    align-items: center;
}

@media (max-width: 767px) {
.ptdiv h4 {
font-size: 21px;
	}	}



@media (min-width: 992px) {
.ptrow > .vc_col-sm-12 .ptdiv {
    max-width: 1370px !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
}
@media (min-width: 1800px) {
.ptrow > .vc_col-sm-12 .ptdiv {
    max-width: 1600px !important;
}
}







.breaddiv ul li {
    list-style-position: inherit;
    list-style-type: none;
    display: inline-block;
    margin-right: 26px;
    position: relative;
    color: #fff;
text-transform:uppercase;
    font-size: 11px;
    letter-spacing: inherit;
}

@media (max-width: 991px) {
.breaddiv ul li span {
    vertical-align: 1px;
}
	}

.breaddiv li:first-child a.breadcrumb-forsta {

}


.breaddiv ul li:last-child {
    margin-right: 0px;
}
.breaddiv ul li {
position: relative;
}
.breaddiv ul li:after {
content: "";
    height: 8px;
    width: 1px;
background:#fff;
    transform: rotate(15deg);
    display: inline-block;
    position: absolute;
    top: 9px;
    bottom: 0;
right: -15px;
    z-index: 9;
    transition: .2s;
}
.breaddiv ul li:last-child::after {
display: none;
}
.breaddiv ul {
    margin-bottom: 0px;
position:relative;
}
.breaddiv {
    z-index: 9;
    position: relative;
}
@media(min-width:768px) {
.breaddiv {
text-align:right;
}}






.frow {
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: 60% 0;
}

@media(max-width:991px) {
.frow {
    background-position: 38% 0;
}}

@media(max-width:767px) {
.frow:before {
content:"";
position:absolute;
right:0;
top:0;
	height:100%;
	width:100%;
	background:#000;
opacity:0;
}}

@media(min-width:768px) {
.frow:before {
content:"";
position:absolute;
right:0;
top:0;
	height:100%;
	width:70%;
	background:linear-gradient(to left,#fff 0%,rgba(0, 114, 185, 0) 100%);
opacity:.23;
z-index:1;
}}
@media(min-width:768px) {
.frow:after {
content:"";
position:absolute;
right:0;
top:0;
	height:100%;
	width:70%;
	background:linear-gradient(to left,#000 0%,rgba(0, 114, 185, 0) 100%);
opacity:.4;
z-index:2;
}}


.frow.vc_section > .vc_row-fluid {
    max-width: 100% !important;
    display: flex;
z-index:9;
}

@media (min-width: 1600px) {
.frow {
	height: 700px;
	}
}








@media (max-width: 991px) {
header {
    position: relative;
}
}




.vc_wp_custommenu ul li:before {
display: none !Important;
}







.vc_row[data-vc-full-width] {
    overflow: auto !important;
}

body:not(.single-portfolio) div#content .container.content-container {
    max-width: 100%;
}





h2.kt {
font-size: 20px;
    margin-bottom: 10px;
    font-weight: 300;
}






.vc_section > .vc_row-fluid {
margin-left: auto;
margin-right: auto;
    max-width: 1140px;
	width: 100%;
}
.vc_section.smalcon > .vc_row-fluid {
    max-width: 1000px;
}



@media (min-width: 1600px) {
.vc_section > .vc_row-fluid {
max-width: 1440px !important;
}
}

@media (min-width: 1800px) {
.vc_section > .vc_row-fluid {
max-width: 1640px !important;
}
}

@media (min-width: 2000px) {
.vc_section > .vc_row-fluid {
max-width: 1640px !important;
}
}

@media (min-width: 2200px) {
.vc_section > .vc_row-fluid {
max-width: 2140px !important;
}
}








.entry-content .uur > .vc_col-sm-12, .post-type-content-inner .uur > .vc_col-sm-12 {
    margin-left: auto;
    margin-right: auto;
    float: none;
}


.wpcf7 {
margin-bottom: 30px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    letter-spacing: .2px;
    font-weight: 100;
    color: #595959;
    text-transform: none;
    font-family: 'Roboto';
    line-height: 1.24;
}


@media not all and (min-resolution:.001dpcm) { 
h1, h2, h3, h4, h5, h6 {
    letter-spacing: .3px !important;
}}

.tt {
font-weight:300;
font-weight:100;
}
.st {

}

h6, .h6 {
    font-size: 17px;
line-height:1.5;
}

h5 {
    font-size: 22px;
    line-height: 1.3;
}

h4 {

}

h1 {
    font-size: 78px;
}
h2 {
    font-size: 58px;
}

h3 {
    font-size: 40px;
}

h{

}



.vt {
    color: #fff;
}
.vd {
    color: #fff;
}

.ft {
    color: #106589;
}

.mt {
margin-bottom: 30px !Important;
}


.btn:after {
     content: '\f2fb';
    font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    vertical-align: 0px;
    transition: .3s ease;
    position: absolute;
    left: 12px;
    top: 3px;
    height: 30px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    padding-left: 1px;
    font-size: 23px;
}

.btn:before {
content:"";
position:absolute;
background: #106589;
border-radius:30px;
height:30px;
width:30px;
left:0;
top:2px;
transition: .3s ease;
}
.btn:hover::before {
background: #073a50;
}



.btn, button, .button {
    overflow: hidden;
    transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    position: relative;
    cursor: pointer;
    display: inline-block;
    border-radius: 31px;
    font-weight: 300 !Important;
    font-size: inherit;
letter-spacing:0;
    color: inherit;
 padding-left: 52px !Important;
    padding-right: 0px !important;
    line-height: 33px;
    text-transform: none;
    z-index: 1;
    text-align: center;
    font-family: Roboto;
    border: none;
    background: transparent;
}

.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus, .btn.focus, .btn:active {
    color: inherit;
background: transparent !Important;
transition-delay: .1s;
padding-left:55px !Important;
border-color: inherit;
text-decoration:underline !important;
}




@media (min-width: 992px) {
body:not(.home) #content {
    padding-top: 112px;
}
}
@media (max-width: 991px) {
#content {
	padding-top: 86px;
}
}

@media (min-width: 992px) {
.single-portfolio #content {
    padding-top: 100px;
}
}


@media screen and (max-width: 991px) {
#site-header-wrap .site-branding img {
    height: 46px;
    width: inherit;
    margin-top: 7px;
    padding: 0px;
}
	}

@media screen and (max-width: 767px) {
#site-header-wrap .site-branding img {
 
}
	}

@media screen and (max-width: 500px) {
#site-header-wrap .site-branding img {

}
	}



/*
@media screen and (max-width: 991px) {
#site-header-wrap .headroom--up .site-branding img, #site-header-wrap .headroom--down .site-branding img {
    height: 28px;
    margin-top: -35px;
}	}*/


@media screen and (max-width: 991px) {
#site-header-wrap {
background:#fff;

box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
    -ktml-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
}
}








@media screen and (max-width: 991px) {
.main-navigation {
    border-top: none;
    padding: 0px 0px !important;
    top: calc(100% + 86px) !important;
    top: -webkit-calc(100% + 86px) !important;
    top: -ms-calc(100% + 86px) !important;
    top: -o-calc(100% + 86px) !Important;
    -webkit-transition: all 200ms !important;
    -khtml-transition: all 200ms !important;
    -moz-transition: all 200ms !important;
    -ms-transition: all 200ms !important;
    -o-transition: all 200ms !important;
    transition: all 200ms !important;
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.05);
    -ktml-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.05);
    height: 1000px !important;
display: none;
}
	}

@media screen and (max-width: 991px) {
.main-navigation.navigation-open {
display: block;
}
}

@media screen and (max-width: 991px) {
#site-header-wrap .primary-menu li a {
    padding-bottom: 8px;
    padding-left: 30px;
    background-color: #fff;
    border-top: 1px solid #ededed;
    font-size: 17px;
    font-weight: 100;
    line-height: 50px;
    font-family: Roboto;
    color: #595959;
    letter-spacing: -.2px;
}
}


@media screen and (max-width: 991px) {
#site-header-wrap .primary-menu li a:after {
    content: '\f301';
    font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    margin-left: 6px;
    vertical-align: 0px;
    transition: .3s ease;
    position: absolute;
    right: 30px;
    top: 9px;
font-size: 23px;
}}

@media screen and (max-width: 991px) {
#site-header-wrap .primary-menu {

}}



@media screen and (max-width: 991px) {
.primary-menu .sub-menu {
    padding-left: 10px;
    background-color: #106589;
background-color: #106589;

}
}

@media screen and (max-width: 991px) {
.main-menu-toggle {
right: 0px;
    top: 1px;
    height: 68px;
    width: 68px;
    background: #f7f7f7;
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
}}
	@media screen and (max-width: 991px) {
.main-menu-toggle:before {
    top: 26px;
    height: 17px;
    left: 35px;
    width: 1px;
}}
@media screen and (max-width: 991px) {
.sub-menu.submenu-open .main-menu-toggle:before {
top: 19px;
height: 17px;
left: 27px;
width: 1px;
}}
@media screen and (max-width: 991px) {
.main-menu-toggle:after {
    width: 17px;
    top: 34px;
    left: 27px;
    height: 1px;
}}

@media screen and (max-width: 991px) {
.current-menu-item.menu-item-has-children .main-menu-toggle:before, .current-menu-item.menu-item-has-children .main-menu-toggle:after {
    background-color: #1a1a1a;
}
}



@media (min-width: 992px) {
.main-navigation > ul {
    padding: 0px;
    display: inline-block;
    float: right;
    margin-top: -10px;
    margin-right: -16px;
    margin-left: auto;
    position: relative;
}}

@media (min-width: 992px) {
.main-navigation > ul:before {
content:"";
position:absolute;
bottom:0;
height:1px;
width:calc(100% - 30px);
left:15px;
background:#ededed;
}}



@media (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li > a {
    padding: 0 8px;
    line-height: 40px;
    color: #1d2021;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0;
    font-family: Roboto;
    transition: all .2s ease-in-out !important;
    position: relative;
}
	}
@media (min-width: 992px)  {
#site-header-wrap #headroom .primary-menu > li > a {
    padding: 0 8px;
    line-height: 48px;
    color: #1d2021;
    font-weight: 300;
    text-transform: none;
    font-size: 18px;
    letter-spacing: 0;
    font-family: 'Roboto';
    transition: all .2s ease-in-out !important;
    position: relative;
font-weight:100;
}}

@media (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li.current_page_item > a:after, .single-post #site-header-wrap #headroom .primary-menu > li.nyheter > a:after {
content:"";
position:absolute;
	left:0;
bottom:0;
width:100%;
height:4px;
height:1px;
background:#106589;
}
	}




@media (min-width: 992px) {
#site-header-wrap #headroom.headroom--up .primary-menu > li > a, #headroom.headroom--down .primary-menu > li > a {

}
	}


@media (min-width: 992px) and (max-width:1150px) {
#site-header-wrap #headroom .primary-menu > li > a {

}
	}

@media (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li:after {
    content: '' !Important;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .02);
    transform: scaleX(0);
    transition: 400ms cubic-bezier(.23,1,.32,1);
    pointer-events: none;
    display: inline-block !important;
    width: calc(100% - 0px);
    margin-left: auto;
    margin-right: auto;
display:none !important;
}}

@media (min-width: 992px) {
#site-header-wrap #headroom .mheader .primary-menu > li:after {
    height: 91px;
}}

@media (min-width: 992px)  {
#site-header-wrap #headroom .primary-menu > li:hover::after, #site-header-wrap #headroom .primary-menu > li.current-menu-item:after, #site-header-wrap #headroom .primary-menu > li.current-page-ancestor:after,

.single-portfolio #site-header-wrap #headroom .primary-menu > li.projekt:after, .single-post #site-header-wrap #headroom .primary-menu > li.nyheter:after {
    transform: scaleX(1);
}}






@media (min-width: 992px) {
.single-post #site-header-wrap #headroom .primary-menu > li > a {

}
	}

/*
@media (min-width: 992px) {
.sheader .primary-menu > li > a {
    line-height: 52px;
    height: 54px;
    font-size: 12px !important;
}
	}*/








b, strong {
    font-weight: 300;
    font-family: "Roboto" !important;
    letter-spacing: .2px;
}
b, strong {
    font-weight: 300;
    font-family: "Roboto" !important;
    letter-spacing: .2px;
}

.next.page-numbers, .prev.page-numbers {
    padding-left: 10px !important;
    padding-right: 10px !Important;
    background-color: #fff !important;
}

.page-numbers {
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.22);
background-color:#fff !important;
}


.page-numbers:hover, .page-numbers.current {
    color: #fff !important;
    background-color: #106589 !important;
}

.page-numbers {
    border: none;
    background: #106589;
    color: inherit;
    line-height: 36px;
    height: 36px;
    width: 36px;
    text-align: center;
    display: inline-block;
}


ul.post-type-button .btn:before {
display: none !important;
}
/*
body.search .btn:hover {
    background-color: transparent !Important;
    border: none !important;
    color: #1a1a1a;
}
*/











@media screen and (min-width: 992px) {
#main-menu-mobile {
display: none;
}
	}


@media screen and (max-width: 991px) {
#main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
    background-color: #7f7e7e;
    height: 1px;
    width: 34px;
}
	}

@media screen and (max-width: 991px) {
#main-menu-mobile .btn-nav-mobile {
    user-select: none;
    font-size: 11px;
    margin-top: 24px;
    height: 21px;
    line-height: 23px;
    padding-top: 25px;
    width: 65px;
}
}


@media screen and (max-width: 991px) {
#site-header-wrap #main-menu-mobile {
    top: 0%;
    padding-top: 26px;
    right: 13px;
    width: 66px;
display: block !Important;
}
}



@media screen and (max-width: 991px) {
#site-header-wrap .site-branding {
    z-index: 9;
    overflow: visible;
    position: absolute;
    min-height: 74px !important;
    margin-left: 30px !important;
    display: inline;
    float: none;
    left: 0;
    right: 0;
    width: 176px;
text-align: center;
}
	}

@media screen and (max-width: 991px) {
#site-header-wrap .site-branding a {
    line-height: 74px !important;
left: 0;
right: 0;
}
}


#site-header-wrap .site-branding a {
    transition: 0s !important;
}




input:not([type="submit"]):focus, textarea:focus, select:focus, .nice-select:focus {
    background-color: #fff;
    border-color: #f3f4f6;
}


.nbild {
    margin-bottom: 30px;
}
.nbild img {
width:100%;
}



.fa-chevron-left:before {
    content: '\f2ea' !important;
font-family: Material-Design-Iconic-Font;
}

.fa-chevron-right:before {
    content: '\f2ee' !important;
	font-family: Material-Design-Iconic-Font;
}



.nyhetskarusell .cms-grid-inner .grid-sizer {
    display: none;
}

.grid-filter-wrap {
    margin-bottom: 30px;
}

.grid-filter-wrap span {
    white-space: nowrap;
    font-size: 17px;
    line-height: 49px;
    font-family: Roboto;
    font-weight: 500;
    padding: 0 15px;
    margin-left: 2px;
    margin-right: 2px;
    letter-spacing: .8px;
    text-transform: none;
    margin-top: 0;
    position: relative;
    border: none;
    color: #979797;
    user-select: none;
    width: 100%;
    text-align: center;
}

 #content .widget_nav_menu ul li.current-cat > a, #content .widget_nav_menu ul li.current-cat-parent > a, #content .widget_nav_menu ul li > a:hover {
    color: #106589;
}

.site-content {
    padding-top: 112px;
    padding-bottom: 0px;
}

.site {
overflow: visible;
    background: #f5f5f5;
}

#primary .widget_nav_menu ul li a {
    font-size: 15px;
    line-height: 30px;
    background: #fff;
    display: block;
    padding: 7px 0px;
    padding-top: 8px;
    font-family: Roboto;
    color: inherit;
    letter-spacing: .2px;
}
#primary .widget_nav_menu ul li.current_page_item > a, #primary .widget_nav_menu ul li > a:hover {
    color: #106589 !important;
}

#primary .widget_nav_menu ul li {
border-bottom: 1px solid #cbcbcb;
}
#primary .widget_nav_menu ul li:last-child {
border-bottom: none;
}


#primary .widget_nav_menu ul {
position: relative;
overflow: hidden;
    box-shadow: 0 0px 6px rgba(0, 0, 0, .09);
    padding: 20px;
    background: #fff;
}




footer strong {
    font-weight: 600;
    color: #5d5d5d;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #106589;
    font-size: 13px;
    font-style: normal;
}




body {
    font-family: Roboto !important;
    font-size: 16px;
    line-height: 27px;
    color: #7e7e7e;
    letter-spacing: .3px;
    font-weight: 300;
}

@media (max-width: 767px) {
body {
    font-size: 15px;
    line-height: 26px;
}}

@media (min-width: 992px) {
body {
    margin-right: 0 !important;
    margin-left: auto !important;
}
}




@media screen and (min-width: 992px) {
.primary-menu ul.sub-menu {
    -webkit-border-radius: 0px !Important;
    -khtml-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !Important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
    margin-top: 0px !Important;
    -webkit-box-shadow: 0px 0px 19px 0px rgb(0, 0, 0, .05);
    -moz-box-shadow: 0px 0px 19px 0px rgb(0, 0, 0, .05);
    box-shadow: 0px 0px 19px 0px rgb(0, 0, 0, .05);
    min-width: 273px !Important;
    -khtml-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    -ms-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
overflow: hidden;
padding: 0px 0px;
    background: #1a1a1a;
}
}


@media screen and (min-width: 992px) {
.primary-menu .sub-menu li a {
-webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    line-height: 45px;
    font-size: 15px !Important;
    padding: 0 30px !important;
    text-transform: none;
    font-family: inherit;
    letter-spacing: .8px;
    color: #979797;
    font-family: inherit;
    text-align: left;
    border-top: 1px solid rgba(88, 88, 88, .44);
    transition: 0s !Important;
}
} 


@media screen and (min-width: 992px) {
.primary-menu .sub-menu li a:hover {
    background: #1d1d1d;
    color: #fff;
}
} 




@media screen and (min-width: 992px) {
.primary-menu .sub-menu li a:after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    right: 30px;
    position: absolute;
    top: 20px;
transform: rotate(45deg);
border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
}} 


@media screen and (min-width: 992px) {
.primary-menu .sub-menu li:first-child a {
    border-top: none;
}
}





@media (min-width: 992px) {
#headroom .mheader {
    position: fixed;
    padding: 0 !Important;
    right: 0;
    width: 100%;
    transition: .6s ease-in-out !important;
    transition-delay: .6s;
    display: block !Important;
    background: #f8f8f8;
background:#fff;
}
}

@media (min-width: 992px) {
#headroom.headroom--up .mheader, #headroom.headroom--down .mheader {
background: rgba(248, 248, 248, .85);
background:#fff;
/*    box-shadow: 0 0px 20px rgba(0, 0, 0, .03);*/
}
}


@media (max-width: 991px) {
#headroom .mheader {
position: fixed;
    padding: 0 !Important;
    background: #fff;
    box-shadow: 0 0px 100px rgb(0 0 0 / 8%);
    right: 0;
    width: 100%;
    transition: .6s ease-in-out !important;
    transition-delay: .6s;
    height: 86px;
    display: block !important;
}
}


/*
@media screen and (min-width: 992px) {
#headroom.headroom--down, #headroom.headroom--up {
min-height: 69px;
    transition-delay: .6s;
    transform: translatey(-44px);
}
}*/





@media screen and (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li {
margin: 0 9px !important;
background-color: transparent;
padding: 0px;
float: left;
}
}
@media screen and (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li:last-child {

}
}

@media screen and (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li:last-child > a {

}
}

	


@media (min-width: 992px) {
.site-branding a img {
    height: 51px;
margin-left:0px;
}
}





@media screen and (min-width: 992px) {
#site-header-wrap .site-branding {
    z-index: 9;
    position: absolute;
    bottom: 0;
    top: -31px;
    display: flex;
    align-items: center;
align-content: center;
    user-select: none;
}
}

	/*
@media (min-width: 992px) {
.headroom--up .site-branding, .headroom--down .site-branding {
    bottom: 11px !important;
}
}*/



#site-header-wrap .row {
    width: 100%;
    margin: 0;
position: relative;
}


@media screen and (min-width: 992px) {
.primary-menu > li.menu-item-has-children > a:after {
    line-height: 0;
    vertical-align: -1px;
    padding-left: 6px;
display: none !Important;
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.primary-menu > li.menu-item-has-children:hover > a {
text-decoration: none !Important;
}
}
	

#wp-admin-bar-new_draft  {
display: none !Important;
}
	
@media (min-width: 992px) {
.topbar {
position:relative;
    z-index: 0;
    width: 100%;
display:block !important;
text-align:right;
}
	}


header .container {
z-index: 4;
    position: relative;
padding: 0 30px;
}

@media (max-width: 991px) {
header .container {
padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
}

ol {
    list-style: inside circle;
    padding-left: 0;
    position: relative;
}

ol li:last-child {
    padding-bottom: 0px;
}




	

div.widget.widget_nav_menu ul li:last-child a {
margin-bottom: 0 !Important;
}






@media (max-width: 991px) {
nav#site-navigation li.current-site-item > a, nav#site-navigation li.current-page-ancestor > a {
    background-color: #f5f5f5 !important;
}
	}

@media (max-width: 991px) {
#site-header-wrap .primary-menu > li:first-child > a {
border: none !Important;
}
}

/*
#cms-grid-blog .cms-grid-inner .grid-item {
padding-top: 0px !important;
padding-bottom: 0px !important;
}*/

.nice-select {
padding-right: 15px !Important;
}

.nice-select:after {
content: "\f2f9";
    font-family: "Material-Design-Iconic-Font";
    font-size: 18px;
    color: #128d4b;
    right: 15px;
    top: 53%;
    -webkit-transform: translate(0px, -53%);
    -khtml-transform: translate(0px, -53%);
    -moz-transform: translate(0px, -53%);
    -ms-transform: translate(0px, -53%);
    -o-transform: translate(0px, -53%);
    transform: translate(0px, -53%);
}

.single-post #content{
    background-color: transparent;
    padding-top: 225px !Important;
    padding-bottom: 0px !important;
}





.archive .content-container {
    max-width: calc(1240px - 60px) !important;
    width: calc(100% - 60px) !important;
    border-left: 1px solid #Ededed;
    border-right: 1px solid #ededed;
    padding: 0;
padding-top: 50px;
	padding-bottom: 50px;
}


.archive .content-container .content-row {
    margin: 0;
    padding-right: 30px;
    padding-left: 30px;
}

.single-hentry {

}

@media screen and (min-width: 992px) {
.single-post #primary {

}
	}

.single-post .row.content-row {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
padding: 0 15px;
	}



#wp-admin-bar-dashboard {
display: none !Important;
}

#wp-admin-bar-comments {
display: none !Important;
}

#wp-admin-bar-new-content {
display: none !Important;
}




.wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 0px;
    display: block;
}

.wpcf7 .vc_col-sm-6 {
z-index: 9;
}

@media (max-width: 991px) {
.wpcf7 .vc_col-sm-6 {
padding: 0 !important;
}
	}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="tel"], input[type="number"], input[type="date"], input[type="time"], input[type="color"], textarea, select, .nice-select {

}

body input:not([type="submit"]), body textarea, body select, body .nice-select {
    background: #fff !important;
    font-weight: inherit;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: inherit;
    padding: 12px 0;
    font-family: inherit;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ededed;
}

footer input:not([type="submit"]), footer textarea, footer select, footer .nice-select {
    color: #fff;
}

body input:not([type="submit"]):hover, body input:not([type="submit"]):focus, body textarea:hover, body textarea:focus {
    font-size: 15px;
}

textarea {
    height: 65px !important;
}

span.wpcf7-list-item {
    display: block;
    width: 100%;
    float: right;
    margin: 0 0 0 1em;
    margin-bottom: 10px;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    background: #ffff !important;
    color: inherit;
    border: 1px solid #ededed;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding: 0px;
    line-height: 32px;
    font-size: 13px;
    opacity: 1;
    display: inline-block;
    width: inherit;
    text-align: center;
    font-weight: 300 !important;
    text-transform: none;
    letter-spacing: .2px;
border-radius:0px;
}

input[type=button].btn-block:hover, input[type=reset].btn-block:hover, input[type=submit].btn-block:hover {
    background: #106589 !important;
    color: #fff;
border-color: #106589;
}




.nice-select .option.selected {
    font-weight: 400;
}

.nice-select.open .list {
    padding: 0px;
    margin-top: 5px;
-webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

div.wpcf7 input[type="file"] {
    border: none !important;
    padding-left: 0px;
    outline: none !important;
    line-height: 14px;
}

html{
	    overflow: auto!important;
	margin-top: 0 !Important;
}





@media (min-width: 768px) {
#primary {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (min-width: 768px) {
.single-portfolio #primary {
    padding-left: 30px;
    padding-right: 30px;
}
}

@media (max-width: 767px) {
#primary {
    padding-left: 0px;
    padding-right: 0px;
}
}

/*
@media (min-width: 992px) {
footer .col-xl-3:nth-child(3) {
    -ms-flex: 0 0 100% !Important;
    flex: 0 0 100% !Important;
    max-width: 100% !important;
}
}

@media (min-width: 992px) {
footer .col-xl-3:nth-child(1) {
    -ms-flex: 0 0 70% !Important;
    flex: 0 0 70% !Important;
    max-width: 70% !important;
}
}

@media (min-width: 992px) {
footer .col-xl-3:nth-child(2) {
    -ms-flex: 0 0 30% !Important;
    flex: 0 0 30% !Important;
    max-width: 30% !important;
}
	}
*/

a:hover, a:focus {
    color: inherit;
}
.kfrow {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
.kfrow.kprof .btn {

}
	}
html.js_active {
    margin-top: 0px !important;
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


.nice-select .option {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding-top: 7px;
    font-size: 13px;
    color: #8c8c8c;
}

 .nice-select .option.selected.focus {
    background-color: #106589 !important;
    color: #fff !important;
}

.nice-select .list:hover .option:not(:hover) {
color: #8c8c8c !important;
}

.nice-select .option:hover {
    background-color: #106589;
    color: #fff !important;
}

 .nice-select .option.focus, .nice-select .option.selected.focus {

}


html.js_active {
    overflow: inherit !important;
}

	
	
	
	
	
	
	
	
	
	
	
	
	

/* === vc_shortcodes-custom-css extracted from scraped pages === */
.vc_custom_1642625765981{background-image: url(/wp-content/uploads/Hytt-bg.webp) !important;}.vc_custom_1642615891401{margin-bottom: 0px !important;}.vc_custom_1642001134727{background-image: url(/wp-content/uploads/Seco.webp) !important;}.vc_custom_1642624698290{background-image: url(/wp-content/uploads/Investeringsfilosofi-Hyttbacken-Invest-1.webp) !important;}
.vc_custom_1642684195033{background-image: url(/wp-content/uploads/hyttbacken-slide-2.webp) !important;}.vc_custom_1642625826515{background-image: url(/wp-content/uploads/1-1.webp) !important;}.vc_custom_1642001134727{background-image: url(/wp-content/uploads/Seco.webp) !important;}
.vc_custom_1676321325170{margin-bottom: 20px !important;}.vc_custom_1642612753936{margin-bottom: 20px !important;}