h1 { font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif; font-size: 42px; color: #223347; line-height: 44px; font-weight: 700; }
h2 { font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif; font-size: 28px; color: #223347; line-height: 32px; font-weight: 600; }
h3 { font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif; font-size: 20px; color: #223347; line-height: 24px; font-weight: 500; }
p { font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif; font-size: 16px; color: #4f5966; line-height: 24px; font-weight: 400; }
li { font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif; font-size: 16px; color: #4f5966; line-height: 24px; font-weight: 400;  }body { background: #ffffff; font-size: 10px; font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif; color: #4f5966; line-height: 24px; font-weight: 400; }
a:link { text-decoration: underline; color: #2c60a3; font-weight: 400; }
a:visited { text-decoration: underline; color: #2c60a3; font-weight: 400; }
a:active { text-decoration: underline; color: #253952; font-weight: 400; }
a:hover { text-decoration: none; color: #253952; font-weight: 400; }
a:focus { text-decoration: none; color: #253952; font-weight: 400; }
.navbar-default li { font-family:-apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif; font-size: 16px; text-transform:none; }
.navbar-default .navbar-toggle .glyphicon {color: #455161;}
.navbar-default .navbar-toggle .icon-bar {background-color: #455161;}.navbar-default .navbar-nav>li a { color:#455161; text-decoration:underline; font-weight:600; }
.navbar-default .navbar-nav>li a:hover { color:#2b558c; text-decoration:none; font-weight:600; }
.navbar-default .navbar-nav>li.active a:hover { color:#2b558c; text-decoration:none; font-weight:600; }
.navbar-default .dropdown-menu>li a:hover { color:#2b558c; text-decoration:none; font-weight:600; }
.navbar-default .navbar-nav>li a:focus { color:#2b558c; text-decoration:none; font-weight:600; }
.navbar-default .navbar-nav>li.active a:focus { color:#2b558c; text-decoration:none; font-weight:600; }
.navbar-default .dropdown-menu>li a:focus { color:#2b558c; text-decoration:none; font-weight:600; }
.navbar-default .navbar-nav>.active>a { color:#455161; text-decoration:none; font-weight:600; }
.navbar-default .dropdown-menu>li.active a { color:#455161; text-decoration:none; font-weight:600; }
.navbar { margin-bottom:0px; }
header { margin-bottom:0px; position:relative; }
/******************* theme color ******************************/
:root {
  --primary-color: #08509c;                          /*button, submit, menu active link, a:hover i footer, a*/
  --secondary-color:#ff705f;                         /*a:hover*/
  --text_color:#042136;                              /*all text*/
  --primary-font:Source Sans Pro, sans-serif;            /*all text, p, html button etc.*/
  --secondary-font:Source Sans Pro, sans-serif;          /*Headings h1, h2, h3, h4*/
  --button-radius:2em;
  --header-bkg: #fff;                                /*header, dropdown-menu, mobile slide*/
  --page-width:1320px;                                /*max page width*/

}
/****************** general ***********************************/

#page {overflow-x:hidden;}
#content ul {list-style-position: outside;}
body #CybotCookiebotDialogBodyButtonAccept {background-color: #000;   border: 0px solid #006633;}
html {scroll-behavior:smooth;}
/******************* text ************************************/

h1 {font-size:52px; line-height:52px; 
font-family:var(--secondary-font); color:var(--text_color);          font-weight: 900;   }


h2 {font-size:34px; line-height:42px; 
font-family:var(--secondary-font); color:var(--text_color);  font-weight: 900;  }

h3 {padding-bottom:10px; font-size:28px; line-height:33px; font-weight:700;
font-family:var(--primary-font); color:var(--text_color); }

h4 {font-size:20px; line-height:25px;  font-weight:700;
font-family:var(--secondary-font); color:var(--text_color);}

a, i {transition: all 0.3s ease;  }
a:link, a:visited {color:var(--primary-color);}
main a:link:hover {text-decoration:underline;     color:var(--secondary-color);}

body p, body, li {font-size:20px; line-height:30px;
color:var(--text_color); font-family:var(--primary-font);}

 label, form.wpcf7-form textarea, form.wpcf7-form input{font-size:16px; line-height:24px;
color:var(--text_color); font-family:var(--primary-font);}

.white *, .white a {color:#fff;}

.intro {display: flex;   justify-content: center;}
.intro p, .intro a { color:#fff;}
.intro p {padding:6px 16px; background:#1cd578;}
/**************** header ***************************/

#header {position:fixed; width:100%; transition: all 0.3s ease; background: var(--header-bkg); box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
#header .container-fluid { padding:6px 0;     display: flex;   align-items: center; justify-content: space-between;}
#header .navbar-default { background-color:transparent!important;}
.menu-main-container { transition: all 0.3s ease; float: right;}

.logoholder {max-width:240px;}
.logoholder a img { transition:all 0.3s ease; width:100%; }

/********** header scrolled ************/
#header.menu-scroll {}
#header.menu-scroll .logoholder a img {width:160px; }

/*************************** header menu text *************************/

#header .navbar-default .navbar-nav>li a {text-decoration:none; font-size:16px; 
font-family:var(--primary-font);  color:var(--text_color);     padding: 13px 17px!important; position:relative; }
#header .navbar-default .navbar-nav>.active>a, #header .navbar-default .navbar-nav>li a:hover, #header .navbar-default .navbar-nav>li.active a:hover, #header .navbar-default .dropdown-menu>li.active a, #header .navbar-default > .navbar-nav>li.active a {color:var(--primary-color);}

/************** arrow in menu desktop ***************************/

.arrow-menu button {    position: absolute;    top: 50%;right: -8px;    transform: translateY(-50%);     background: transparent;   border: 0;     width: 24px;}
.current_page_item.arrow-menu i, .arrow-menu a:hover + i  {color:var(--primary-color);}
.arrow-menu  {margin-right: 15px;   padding-right: 5px; }



.cta-knapp {background:var(--primary-color); border-radius:var(--button-radius); transition:all 0.3s ease;}
.cta-knapp:hover {    box-shadow: 0 20px 38px rgba(0,0,0,0.16)!important;    -ms-transform: translateY(-3px);    transform: translateY(-3px);    -webkit-transform: translateY(-3px);}
.cta-knapp a {color:#fff!important;} 

/*border grow*/
#header .menu ul li a::after {   content: "";   display: block;   border-bottom: 2px solid var(--primary-color);   width: 0;   position: absolute;   right: 50%;   left: 50%;   -webkit-transition: .75s ease;   transition: .75s ease;   bottom: 2px;}


.navbar-default .navbar-nav>.active>a::after, .navbar-default .dropdown-menu>li.active a::after {    content: "";   display: block;   border-bottom: 2px solid var(--primary-color);     position: absolute;    -webkit-transition: .75s ease;   transition: .75s ease;   bottom: 2px; width: calc(100% - 24px)!important;    right: 12px!important;    left: 12px!important;}

/**************** fix from theme ********************/
.dropdown-menu>li>a {padding:10px 20px;}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {background-color: transparent;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {background-color: transparent;}
#header .navbar-default .navbar-toggle {border-color: transparent;}
#header .navbar-default .navbar-toggle:focus, #header .navbar-default .navbar-toggle:hover {  background-color: transparent;}
.dropdown-menu>.active>a {background:transparent;}
#header .container-fluid:after, #header .container-fluid:before, #header .container-fluid .nav:before, #header .container-fluid .nav:after { content: none; }

@media all and (min-width: 1390px){
/*default*/
.wpb_row:not([data-vc-full-width]):not([data-vc-stretch-content]) , 
.vc_section:not([data-vc-full-width]):not([data-vc-stretch-content]) {  
  margin-left: calc((100% - var(--page-width)) / 2)!important;
  margin-right: calc((100% - var(--page-width)) / 2)!important;  
}

/*stretch row*/
.wpb_row[data-vc-full-width], 
.vc_section[data-vc-full-width] {
  padding-left: calc((100% - var(--page-width)) / 2)!important;
  padding-right: calc((100% - var(--page-width)) / 2)!important;    
}


/*stretch row and content and innerrow*/
.wpb_row[data-vc-stretch-content],
.vc_section[data-vc-stretch-content],
.vc_section[data-vc-stretch-content] .wpb_row, 

.wpb_row[data-vc-stretch-content] .vc_inner, 
.wpb_row[data-vc-full-width] .vc_inner, 
.wpb_row:not([data-vc-full-width]) .vc_inner, 
.wpb_row:not([data-vc-stretch-content]) .vc_inner, 

.vc_section[data-vc-stretch-content] .vc_inner, 
.vc_section[data-vc-full-width] .wpb_row, 
.vc_section:not([data-vc-full-width]) .wpb_row, 
vc_section:not([data-vc-stretch-content]) .vc_inner {

 padding-left: 0!important;
  padding-right: 0!important;
 margin-left: 0!important;
  margin-right: 0!important;
}

#footer .container-fluid {max-width: var(--page-width);    width: var(--page-width);   margin: auto!important;}
#header .container-fluid {max-width: var(--page-width);    width: var(--page-width);   margin: auto!important;}

}

div.container-fluid {    padding-left: 15px;    padding-right: 15px;}


/************hamburger menu icon***************/
.navbar-default .navbar-toggle .icon-bar {  background-color: var(--text_color);}



/*********** content ***************/
body #contentholder {    min-height: calc(100vh - 153px);} /*100vh -  footer*/
.wpb_gmaps_widget {margin-bottom:0!important;}
.wpb_gmaps_widget .wpb_wrapper {padding:0!important;}
#start i {font-size:24px;}
#start .wpb_raw_code {margin-bottom:15px!important;}
#start_inside {background-color:#03224ab3;  background-blend-mode:soft-light; padding:140px 0 40px 0;      background-image: url(/files/top_kontorskane.jpg.png);   background-position: center !important;
    background-repeat: no-repeat !important;    background-size: cover !important;}
#start_inside *  {color:#fff;}
#start_inside .vc_btn3-container {margin-bottom:0;}
#start_inside .vc_btn3, #hero-ny .vc_btn3 {background:#ffb424!important;}


#start-text {position:absolute;    top: 50%; transform:translateY(-50%);   z-index: 998;     width: 100%;}
.start-icons .wpb_raw_code {margin-bottom:15px!important;}
#hero {position:relative;}
#hero-ny {height:80vh; background:#3e3f413d;  background-blend-mode:soft-light;}
#hero-ny *{text-align:center;}
video {    object-fit: cover; height:80vh!important;     filter: brightness(0.7);}

.nio-blog .vc_grid-item-mini {box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.lista-blogg .vc_gitem-post-data, .lista-blogg p {    margin-bottom: 0!important;}

#specialitet * {text-align:center;}
#specialitet .wpb_raw_code {margin-bottom:15px!important;}
#specialitet {font-size:24px;}
#tjanster img {    aspect-ratio: 1 / 1; object-fit:cover; transition:all 0.3s ease; filter:brightness(0.7);}
#tjanster .wpb_text_column {    position: absolute;    top:50%;    left: 50%;    transform: translate(-50%, -50%);    width: 85%;    text-align: center;    pointer-events: none; margin-bottom:0!important;}
#tjanster .wpb_single_image {overflow:hidden;  margin-bottom:15px!important; margin-top:15px!important;}

#tjanster img:hover {transform:scale(1.1); }

#tjanster p {  text-align:center; font-weight:700; color:#fff;}

#tjanster2 img {    aspect-ratio: 1 / 1; object-fit:cover; transition:all 0.3s ease; filter:brightness(0.7);}
#tjanster2 .wpb_text_column {    position: absolute;    top:50%;    left: 50%;    transform: translate(-50%, -50%);    width: 85%;    text-align: center;    pointer-events: none; margin-bottom:0!important;}
#tjanster2 .wpb_single_image {overflow:hidden;  margin-bottom:15px!important; margin-top:15px!important;}

#tjanster2 img:hover {transform:scale(1.1); }

#tjanster2 p {  text-align:center; font-weight:700; color:#fff;}
#lastcolumn {padding-bottom:35px;}
/*******if arrow*******/
#tjanster2 .wpb_raw_code {position: absolute;    bottom:20px;    right: 50px;    transform: translate(-50%, -50%); margin-bottom:0!important;  font-size:24px;}

#tjanster2  .four-columns {width:25%!important;     float: left;     margin: auto;}
#tjanster2 .five-columns {width:25%!important;     float: left;     margin: auto;}

.empty-75 {height:35px!important;}
/*******if arrow*******/
#tjanster .wpb_raw_code {position: absolute;    bottom:20px;    right: 50px;    transform: translate(-50%, -50%); margin-bottom:0!important;  font-size:24px;}

#katlista {column-count:3;}

#teamrow .wpb_single_image {margin-bottom:0!important;}
#teamrow .wpb_text_column {background:#03224a;     padding: 20px;}
#teamrow p {color:#fff;}


/*recensioner*/
#start_inside .stars *{text-align:center;}
.stars {margin-bottom:10px!important;}
.stars i {color:#ffb424!important;     padding: 1px;}
#recensioner * {text-align:center;}

/*offert*/
#offert * {text-align:center;}
#offert p {margin-bottom:35px!important;}

.wdpu-641 .wdpu-close:before, .wdpu-913 .wdpu-close:before {font-size:50px!important;}
.wdpu-913.no-img .wdpu-text {width:100%;}
/**********tables*************/

table {width:100%;}
td {padding:10px;}
tr {border-bottom:1px solid #ccc;}

 #innehall {position:fixed;     position: fixed;    border-right: 2px solid var(--primary-color);    padding-right: 30px;      width: calc(20% - 30px);    padding-left: 30px; left:0; background:#fff; top:150px; opacity:1; transition:all 0.3s ease;  opacity:0;   }
.single #top {height:150px;}
 #innehall li {font-size:14px; line-height:24px; margin-bottom:10px; list-style:none;}
 #innehall ul {margin-left:0;}


/**************** Archive, tags and single posts **********/

.bloggheader.dn {display: block !important;}
.entry-meta, .clt, #nav-below, .lb-number {display: none !important;}
.cat-links {font-size: 16px; display: block; margin: 0 0 5px; text-align: center; display:none;}
.tag-links {font-size: 16px; display: block; margin: 0 0 50px; text-align: center; display:none;}

/*single*/
.single .entry-footer {display:none;}
.single .entry-footer::before {content: ""; position: absolute; width: 100px; height: 2px; background: #222; top: -58px; left: 50%; margin-left: -50px;}
.single h1.entry-title { margin: auto!important; padding: 0  20%; }
.single h1.entry-title a {color:var(--text_color); text-decoration:none; font-weight:800;}
/*archive*/
.archive h1 {margin-top: 30px; padding: 15px 15px 0;}
.archive .archive-meta {padding: 0 15px;}
.archive.tag .entry-title + p {padding: 0 15px;}
.archive-meta p {font-size: 20px; line-height: 1.5; max-width: 1000px;}
.archive h2 {font-size: 24px; margin: 0;}
.archive h2 a {font-weight: 700;}
.archive .cat-links, .archive .tag-links {display: none;}
.archive .post {background: #eceae8; padding: 20px; float: left; width: 48%; margin: 2% 2% 0 0; border-bottom: 2px solid #e3e0dd;}
.archive .post .entry-summary {display: none;}
.single .attachment-post-thumbnail {display:none;}

 .single h2 {padding-top:70px;}
.single .entry-content {margin-top:35px;}


body blockquote:before {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 5px solid var(--primary-color);
    border-top: 5px solid var(--primary-color);
    z-index: -1;
   border-radius: 18px 0px 0px 0px;
}

body blockquote:after {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 5px solid var(--primary-color);
    border-bottom: 5px solid var(--primary-color);
    z-index: -1;
    border-radius: 0px 0px 18px 0px;
}

body blockquote {
    position: relative;
    padding: 30px;
    margin: 1rem 0;
}

body blockquote ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 14px;
    height: 14px;
    background: var(--primary-color);
}

body blockquote ul li {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    padding-left: 35px;
    position: relative;
}

#katlista h2 {text-transform:uppercase;}

.postid-383  h1.entry-title {display:none;}
.postid-383 #top {    height: 0;}
/*********** btn ***************/

.vc_btn3 {background-image:none!important; text-transform:uppercase; letter-spacing:1px; font-weight:700!important; background:var(--primary-color)!important; color:#fff!important; border-radius:var(--button-radius)!important; padding:20px 35px!important; font-size:18px!important;}
.vc_btn3:hover {
    box-shadow: 0 20px 38px rgba(0,0,0,0.16)!important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {    padding-right: 48px!important;}

/*********** GDPR
body #CybotCookiebotDialog {top: auto; width: 100%; height: auto; box-shadow: none; box-shadow: 0 -2px 5px #ccc; bottom: 0; padding: 10px 0 0;}
body #CybotCookiebotDialogBody {max-width: 1200px; width: 100%;}
body #CybotCookiebotDialogDetailBody {max-width: 1190px; width: 100%;}
body .CookieDeclarationTableCell {padding: 9px 5px;}
body #CybotCookiebotDialogPoweredbyLink {display: none;}
body #CybotCookiebotDialogBodyContent {float: left; padding: 5px 0 18px 5px;}
body .CookieDeclarationTypeDescription {font-size: 13px !important;}
body #CybotCookiebotDialogBodyButtons {float: right; padding-left: 20px; padding-top: 6px;}
body #CybotCookiebotDialogBodyButtonAccept {background-color: #var(--primary-color); border: 1px solid #var(--primary-color); font-weight: bold; border-radius: 20px; line-height: 1 !important; padding: 4px 10px 6px !important; float: right; font-size: 14px;}
body form.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {width: auto !important; margin: 5px 10px 10px 0 !important;} ***************/
#page {overflow-x: hidden;}

#content ul {
   list-style: outside;
   margin-left: 2em;
   margin-bottom: 15px;
}


/************ forms ************/
form {
 --form-padding: 10px;
 --form-text-indent: 30px;  
 --form-border-radius: 3px;
}

 form.wpcf7-form label { width: 100%;  margin: 0 0 10px; font-weight:700;}
 form.wpcf7-form label i {position: absolute; z-index: 1; margin-top: 45px; margin-left: 15px; opacity: .7;}
form.wpcf7-form input {padding: var(--form-padding); font-weight: normal;  border-radius: var(--form-border-radius); text-indent: var(--form-text-indent);}
 form.wpcf7-form textarea {padding: var(--form-padding); font-weight: normal; height:80px; border-radius: var(--form-border-radius); text-indent: var(--form-text-indent);}
form.wpcf7-form .wpcf7-list-item {margin: 0 20px 0 0;}
# form.wpcf7-form .wpcf7-radio .wpcf7-list-item label input[type="radio"],  #content form.wpcf7-form input[type="checkbox"] { width: auto; margin: 5px 10px 0 0;}

/***** form submit *****/
form.wpcf7-form input[type="submit"] {width: auto; text-indent: 0; color: #fff; background:var(--primary-color); border-radius:var(--button-radius)!important;  
transition: all 0.3s ease; text-transform: uppercase;    font-weight: 700;    letter-spacing: 1px; padding:15px 30px;    }
form.wpcf7-form input[type="submit"]:hover  {
    box-shadow: 0 20px 38px rgba(0,0,0,0.16)!important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
  } 

/********* Contact form response ************/
.wpcf7 form .wpcf7-response-output {margin: 0 0 35px; padding: 1em; text-align: center; }

form.wpcf7-form select {padding:10px; font-weight: 400; border:1px solid #ccc; border-radius: var(--form-border-radius);} 

/*404 page*/
.error404  #contentholder, .archive #contentholder{    display: flex;    justify-content: center;    align-items: center; padding:15px;}

/*popup*/
.wdpu-641, .wdpu-913 {background:#fff!important;}
.wdpu-641 .wdpu-msg, .wdpu-913 .wdpu-msg {box-shadow:none!important;}
.wdpu-641 .wdpu-inner {    overflow: hidden!important;}
.wdpu-913 .wdpu-content {min-height:200px;}
.wdpu-913 * {text-align:center;}
/*********** footer ***************/
#footer .fa-mobile-alt {display:none;}
#footer {padding:70px 0 50px; background: #03224a;}
#footer * {color:#fff;}
#footer a:hover, #footer i:hover {color:var(--primary-color);}
#footer p {font-size:16px; line-height:24px;}

.footer-1 {width:50%;}
.footer-4 {display:none;}
#footer .footer-4 .widget_media_image  { float:left;}
#footer .footer-4 .widget_media_image img {height:100px!important; object-fit: contain;} 

#media_image-4 {width: 50%;    margin: auto;}
/*************** footer text ****************/
#footer .col-sm-3 i, .social i {font-size:24px; margin-right:10px;}
#footer img { margin-bottom:30px;}
#footer .footer-1 img {filter:brightness(25);     width: 250px;}
/********footer cms icons ******/
#footer .cms-icons * {color:#78828f;}
.small, small {  font-size: 12px;}
.cms-icons {font-size: 16px; }
.cms-icons .fas {font-size:12px;}
.cms-icons .fa-bolt {display: none;}
.cms-icons .cms-PB a:hover {text-decoration: underline;}
.cms-icons .cms-PB a {font-weight: 600; text-decoration: none;}
.cms-icons .fa-mobile-alt {display: none !important;}
.cms-icons .cms-SP {float: left; margin: 0;}

.cms-icons div:last-child {float:left;}
/***************media querys***************/


@media (min-width: 1101px) {
#header .navbar-default .dropdown-menu {   background: var(--header-bkg); }
#header .menu ul li a:hover::after {    width: calc(100% - 24px);    right: 12px;    left: 12px;}
form.wpcf7-form label {width:80%;}
form.wpcf7-form .wpcf7-list-item label {width:100%;}

.wdpu-913 .vc_col-sm-6 {width:46%;}

}
/*************** change breaking point for mobile menu *****************/
@media  (max-width: 1100px) {
#header .container-fluid {width:100%; max-width:100%; padding:5px;}

/***********header text*********/
#header .navbar-default .navbar-nav>li a {text-decoration:none; font-size:16px; line-height:34px;     padding: 6px 17px!important; }
#header .navbar-nav {margin: 3rem 10px; float: none;}
#header .navbar-nav li { width: 100%; }

#header .navbar-collapse.collapse {        display: none !important;}
#header .navbar-collapse.collapse.in {        display:block !important; }
#header .navbar-header .collapse, #header .navbar-toggle {display:block !important;}
#header .navbar-header {float:none;}
#header .navbar-default {float: none; margin: .5rem 0 0 0;}

.menu-main-container {   float: none; height: 100%;   display: flex;   align-items: center;     justify-content: center;}

.dropdown-menu {    position: static; display:block; min-width: 100%; }
.dropdown-menu.level-0 a{font-weight:400!important; text-align:center;}
ul.level-0, ul.level-1, ul.level-2 {    margin-bottom: 0;}

body .navbar-default .navbar-collapse {
    border-color: transparent;
    background: var(--header-bkg);
    position: fixed; 
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.in {
    box-shadow: 60px 0 0 rgba(0,0,0, .5) !important;
     transition: all 1s !important;
}

.navbar-collapse[aria-expanded="true"] {
    left: 0 !important;
     transition: all .5s;
     top: 0;
     height: 100dvh !important;
}

.navbar-collapse[aria-expanded="false"] {
    left: -300px !important;
    transition: all .2s;
    top: 0;
    height: 100dvh !important;
}
body .collapsing {
    position: fixed;
    height: 100dvh !important;
    left: -300px; top: 0;
}
.active .icon-bar:nth-child(2) {
    display: block;
    position: relative;
    transform: rotate(-45deg);
    top: 6px; left: 0;
    transition: all 300ms;
}
.active .icon-bar:nth-child(3) {
   position: relative;
    transform: rotate(45deg);
    transition: all 300ms;
}
.active .icon-bar:nth-child(4) {
   display: none;
}
#header .navbar-default .navbar-toggle {
    border-color: transparent;
    margin-right: 0;
    position: relative;
    z-index: 10;
}
#header .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

body  .bottommenuwidget {display: block;}
body  .bottommenuwidget p {font-size: 12px; color: #fff; line-height: 1.25;}


/*******on arrow click, show submenu**********/
.arrow-menu button {display:block;}
.arrow-menu{    display: inline-block!important;}
ul.nav li.dropdown > ul.dropdown-menu {max-height:0; overflow:hidden; transition:all .5s ease; padding: 0!important;}
ul.nav li.dropdown > ul.dropdown-menu.openme {max-height:500px;}

.openme + .dropdown-menu {max-height:800px!important;}
.openme i {transform:rotate(180deg);}
.arrow-menu button {      right: 20px; top:25px;}

}

@media all and (max-width: 1068px)  {
 #innehall {position:static; width:100%;     padding-left: 0;}
.single h1.entry-title {padding:0;}
}

@media all and (max-width: 992px)  {

#tjanster2  .four-columns {width:50%!important;     float: left;     margin: auto;}
#tjanster2 .five-columns {width:50%!important;     float: left;     margin: auto;}
}

@media all and (min-width: 768px)  {
.single h1.entry-title {        text-align: center;}
.onlymobile {display:none!important;}
}

@media all and (max-width: 767px)  {

#header .navbar-default {border-color:transparent!important;}
#header .navbar-default .navbar-collapse, #header .navbar-default .navbar-form {    border-color: transparent;}

#header .navbar-default .navbar-nav>li a {text-align:center;}
.logoholder {    max-width: 200px;}
.logoholder a img {width:100%;}

/***************** content *****************/
#hero-ny {height:60vh;}

#start_inside {    padding: 125px 0 20px 0;}
.empty-75 {height:10px!important;}
.vc_section-has-fill .empty-75 {height:40px!important;}

.empty-300 {height:100px!important;}
#katlista {    column-count: 1;}
td {    padding: 0px;   font-size: 16px;}

#custom_html-3 {margin-top:20px;}
#custom_html-3 p {text-align:center;}
#innehall {opacity:1!important;}
 .single h2 {padding-top:20px;}
.single #top {    height: 100px;}
.single .entry-content {    margin-top: 10px;}
video {    height:100dvh!important;     }
.start-icons .wpb_text_column {margin-bottom:5px!important;}
.start-icons .wpb_raw_code {    margin-bottom: 5px!important;}

.margin-mobile {margin-bottom:10px!important;}

#offert *  {text-align:center;}

#tjanster2 p {    width: 90%;    margin: auto;}
#start-text * {text-align:center;} 

form {    --form-padding: 6px;}
form.wpcf7-form select {    padding: 6px;}
form.wpcf7-form label i {   margin-top: 41px; }
body form.wpcf7-form .wpcf7-acceptance * {font-size:14px; line-height:20px;}

/*************text***********/
h1 {font-size:32px; line-height:40px;}
h2 {font-size:28px; line-height:38px;}
h3 {font-size:24px; line-height:34px;}
body p, body, li {font-size:17px; line-height:27px; }

/*************cookiebot
body #CybotCookiebotDialogBodyButtons {max-width: 35%;}
body #CybotCookiebotDialogBodyContent {max-width: 60%;}
***********/

/*****************footer************/
#footer * {text-align:center;}
#footer .col-sm-3 {margin-bottom:0px;}
#footer {    padding: 40px 0 0px;}
#footer img {    margin-bottom: 10px;}
#footer h4 {margin-bottom:0;}

/****footer cms-icons ***/
.footer-1, .footer-2, .footer-3 {width:100%;} 
.cms-icons { margin-left: 0px; margin-right: 0px;     padding: 15px;}
.cms-icons div:last-child {float: none!important; clear: left; margin-top: -5px;}
.footer-4 {     margin-top: 0;}
#footer .footer-4 .widget_media_image {    float: none;}
.error404 #contentholder, .archive #contentholder {   padding: 100px 15px 15px 15px;}

} 



html {
  /* Load system fonts */
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI,
    Roboto, Helvetica Neue, sans-serif;

  /* Make type rendering look crisper */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Deactivate auto-enlargement of small text in Safari */
  text-size-adjust: 100%;

  /* Enable kerning and optional ligatures */
  text-rendering: optimizeLegibility;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
}




/*********** Popup Fix *********/
.pp_top, .pp_bottom {display: none !important;}
body div.pp_default .pp_content_container .pp_left {background: transparent; padding: 0;}
body div.pp_default .pp_content_container .pp_right {background: transparent; padding: 0;}
body div.pp_default .pp_nav {display: none !important;}
body div.pp_default .pp_content {background: transparent;}
body div.pp_default .pp_description {font-size: 13px; color: #fff; line-height: 14px;}
body div.pp_default .pp_description {margin: 0;}
div.pp_default .pp_content_container .pp_details {margin: 0; position: absolute; top: -50px; background: transparent;}
div.pp_default .pp_content_container .pp_details .pp_description {display: none !important;}
div.pp_default .pp_content_container .pp_details a.pp_close {right: 0px !important; top: 18px !important;}
div.pp_default .pp_loaderIcon {display: none !important;}
.pp_gallery {display: none !important;}
body div.pp_default .pp_close  {background: url(/files/sprite.png) 2px 1px no-repeat;}
body div.pp_default .pp_next:hover {background: url(/files/sprite_next.png) center right no-repeat; filter: invert(100%);}
body div.pp_default .pp_previous:hover {background: url(/files/sprite_prev.png) center left no-repeat; filter: invert(100%);}

/* Mobile CSS */
@media all and (max-width: 767px)  {



/* Archive, tags and single posts */
.section-head.sp {padding-bottom: 1.5vh; padding-top: 1vh;}
.single #content .ikl {margin: -5px 0 35px 0 !important; float: left;}
.archive h2 a {font-weight: 700; font-size: 14px;}
.archive .post {width: 98%; margin: 1%;}
/* Popup Fix Mobile */
div.pp_default .pp_content_container .pp_details a.pp_close {right: 0px !important; top: 32px !important;}
.pp_pic_holder.pp_default { width: 96%!important; margin-top:-100px !important; left: 2%!important; overflow: hidden; }
div.pp_default .pp_content_container .pp_left {padding-left: 0!important;}
div.pp_default .pp_content_container .pp_right {padding-right: 0!important;}
.pp_content {width: 100%!important; height: auto!important;}
.pp_fade {width: 100%!important; height: 100%!important;}
a.pp_expand, a.pp_contract, .pp_gallery, .pp_top, .pp_bottom { display: none !important;}
#pp_full_res img {width: 100%!important; height: auto!important; padding: 15px;}
.pp_details {box-sizing: border-box; width: 100%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important;}
a.pp_close {right: -10px!important; top: -10px!important;}
body .pp_hoverContainer {width: 100% !important; height: 100% !important;}

}

