*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}


.titeluppe {
font-weight: 600;
text-transform: none;
color: #222;
margin: 0;
font-size: 1.75em;
margin-top: 0.6em;
padding-left: 12px;
}

/*Länkfärg i navigation */
.desktop-nav {margin-top:0.8em;}

.desktop-nav a,
.desktop-nav a:visited {
font-family: "Oxanium", sans-serif;
font-optical-sizing: auto;
color: #222; 
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 1.1em;
padding-bottom:1em;
}

.desktop-nav a:hover,
.desktop-nav a:active {
color: #CE1F22;
}

.menutel {
padding-top: 0.575em;
padding-bottom: 0.575em;
font-size:1em;
text-transform: uppercase;
margin-bottom:0;
}

.menutel a {
color: #454545;
font-weight:300;
}

.menutel a:hover {
color: #212121;
}

footer svg 
{
width:110px;
padding:0;
margin-right:0.4em;
padding-top: 1.2em;
}
footer svg .st0 {fill:#c2c2c2;}

.site-header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 1;
    left: 0;
    transition: left 225ms ease;
box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
}

@media (max-width: 640px){

.site-header {
  
    position: initial;
  

}}

.whitehead {
    width: 100%;
    margin-bottom: .4375em;
}

.whitehead::after { 
    content: " ";
display: block;
    height: 8px;
}

/*Headerbilden/bildspel + text*/
div#header-img {max-width:100%!important;}

#home-slide-bg {min-height:600px; max-height:600px;
padding: 48px;}


#home-slide-bg h2 {
margin: auto;
 font-size: 4em;
color: #fff;
text-align: center;
font-weight: 900;
padding-bottom: 5px;
line-height: 1.2;
max-width:750px;
}

.bildtext
{
padding-top: 140px;
    max-width: 76.875em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    overflow: auto;
text-align: center;
}
.small {
font-size: 2em;
line-height: 1.2;
padding-top: 0;
color: white;
padding-bottom: 30px;
letter-spacing:1px;
}

.button {
    background-color: transparent;
    border: 5px solid white;
border-radius: 8px;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
margin-bottom: 1em;
}

.activeacc, .accordion:hover {
  background-color: #ccc;
}


.accordion:after {
  content: '+';
  color: #212121;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.activeacc:after {
  content: '-';
  color: #ffffff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.panel {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: auto;
  transition: max-height 0.2s ease-out;}


.buttons2 {
    background-color: white ;
    border: 3px solid #58b6cb;
border-radius: 6px;
    color: #58b6cb;
    padding: 8px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
font-weight: normal;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.buttons2:hover {
    background-color: #ffffff;
border-color: #58b6cb;
    color: black;
}

.buttons1 {
    background-color: #CE1F22;
    border: 0 solid white;
border-radius: 1px;
    color: #ffffff;
font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
text-transform:uppercase;
    font-weight: 600;
    padding: 14px 24px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.1em;
letter-spacing: 0;
    margin: 0;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.buttons1 a { 
    color: #ffffff;  
}

.buttons1 a:hover { 
    color: #ffffff;  
}

.buttons1:hover {
    background-color: #f04245;
border-color: #58b6cb;
color: #fff;
}

.textimgright {
    width: 48%;
    float: right;
    margin-right: 0;
}

.textimgleft {
    width: 48%;
    float: right;
    margin-right: 0;
}



blockquote {
    background-color: #fff;
    padding: 1em 1em;
    border-left: 3px solid #212121;
margin-left:1em;
}

blockquote p {
    margin-bottom: 0;
font-size:130%;
}

@media (max-width: 800px){
blockquote {
    margin-left: 0;
    margin-right: 0;
}}

@media (max-width: 60em){

.textimgright {
  display: table;
float: none;
width: initial;
margin-bottom: 0.875em;
}

.textimgleft {
  display: table;
float: none;
width: initial;
margin-bottom: 0.875em;
}

}

@media (min-width:800px)
{
#home-slide-bg-mob {
display:none;
}
}

@media (min-width:640px)
{
.telnr {
display: none;
}
}

#home-slide-bg-mob 
{
min-height: 400px;
max-height: 400px;
padding: 0;
}

#home-slide-bg-mob h2 {
margin: auto;
 font-size: 2.4em;
  font-weight: 900; 
color: #fff;
text-align: center;

padding-bottom: 10px;
line-height: 1.2;
}


@media (max-width:800px)
{
#home-slide-bg {display:none;}



.bildtext
{
    max-width: 76.875em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.25em;
    padding-right: 0.25em;
    overflow: auto;
padding-top: 140px;
max-width:500px;
}
.small {
 font-size: 1.2em;
line-height: 1.2;
    padding-top: 0;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}






/* Knappfärger */
button, input[type="button"], input[type="reset"], input[type="submit"], button {
 background-color: transparent ;
color: #ffffff;

font-size: 14px;

}

/* Knappfärger vid hover */
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus {
  background-color: transparent;
color: #ffffff;

}
}

input#contact-button {
    
border: 0;
margin-top: 19px;
color: #fff;
background-color: #CE1F22;
border-radius: 0;
text-align: center;
text-transform: uppercase;
font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
font-size:18px;
text-transform:uppercase;
    font-weight: 600;
    padding: 14px 24px 12px;
letter-spacing: 0;
width:fit-content;
}
input#contact-button:hover {background-color:#f04245;}


.span-1 {
  width: 5.71429%;
  float: left;
  margin-right: 2.85714%; }

.span-2 {
  width: 14.28571%;
  float: left;
  margin-right: 2.85714%; }

.span-3 {
  width: 22.85714%;
  float: left;
  margin-right: 2.85714%; }

.span-4 {
  width: 31.42857%;
  float: left;
  margin-right: 2.85714%; }

.span-5 {
  width: 40%;
  float: left;
  margin-right: 2.85714%; }

.span-6 {
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%; }

.span-7 {
  width: 57.14286%;
  float: left;
  margin-right: 2.85714%; }

.span-8 {
  width: 65.71429%;
  float: left;
  margin-right: 2.85714%; }

.span-9 {
  width: 74.28571%;
  float: left;
  margin-right: 2.85714%; }

.span-10 {
  width: 82.85714%;
  float: left;
  margin-right: 2.85714%; }

.span-11 {
  width: 91.42857%;
  float: left;
  margin-right: 2.85714%; }

.span-12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.last {
  margin-right: 0; }



form {
  max-width: 29.85em; }

fieldset {

font-weight: 300;    
font-size: 14px;
color:#454545;
background-color: #fff;
border: 0px solid #cfd3d5;
border-radius: 0;
margin: 0 0 0.75em;
padding: 1.5em 0 1.5em 0;
margin: auto;
width: 100%;
float: right;
}

fieldset button {
text-align: center;
margin: auto;
width:100%;
}


input,
label,
select {

  font-size: 1em; }

input,
select {
  display: block; }

label {
  font-weight: 300;
  margin-bottom: 0.375em;
font-size: 14px;
text-transform: uppercase; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple],
textarea {
  background-color: #eaeaea;
border: 0 solid #cfd3d5;
border-radius: 0;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.0);
color: #000;
  box-sizing: border-box;

  font-size: 1em;
  margin-top: 4px;
  margin-bottom: -10px;
  padding: 0.5em;
  transition: border-color;
  width: 100%; 
max-height: 120px;}
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #b4babd; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #58b6cb;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(69, 174, 197, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  margin: 0;
  padding: 0 0 0 1.875em; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6aeb1;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 0 solid #cfd3d5;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

@font-face {
  font-family: "Sarabun", sans-serif;
  font-style: normal; }
body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Sarabun", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
text-transform:uppercase;
}

h1 {
  font-size: 1.425em;
font-weight: 700;
color:#212121;

  line-height: 1.2;
  margin: 0 0 0.5em;
}

h2 {
  font-size: 1.425em;
font-weight: 600;
color:#222;

  line-height: 1.2;
  margin: 0 0 0.5em;
}

h3 {
  font-size: 1.425em;
font-weight: 600;
color:#222;

  line-height: 1.2;
  margin: 0 0 0.5em;
}

h4 {
color: #222;
  font-size: 1.425em;
text-transform: uppercase;
font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.5em;
}

h5 {color: #222;}

.cta-block .paragraph {
font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
    color: #fff;}

p {
  margin: 0 0 1.1875em; }

ul {
  margin: 0 0 1.1875em; }

a {
color: #CE1F22;
text-decoration: none;
transition: color 0.1s linear;font-weight:600;}

a:active, a:focus, a:hover {
color: #f04245;}

a:active, a:focus {outline: none;}

hr {
  border: 0;
height:3px;
background:#CE1F22;
margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

.center {
  text-align: center; }

.container {
  max-width: 76.875em;
  margin-left: auto;
  margin-right: auto;
padding-left: 1.2em;
padding-right: 1.2em;
padding-top: 1.8em;
  overflow: auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.container2 {
  max-width: 55em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
padding-top: 2em;
  overflow: auto; }
  .container2:after {
    content: " ";
    display: block;
    clear: both; }

main {
  margin-top: 0;
  margin-bottom: 0; }

section.intro {
  margin-bottom: 3.4375em; }
  @media (min-width: 800px) {
    section.intro {
      width: 62%;
    margin-right: 2.5%;
      float: left;
}}



aside {
width: 34%;
float: right;
margin-right: 0;
background-color: transparent ;
border-radius: 0 0 0 0;
color: inherit;
border-width: 0;
border-color: #cfd3d5;
padding: 0;
padding-left: 30px;
padding-right: 30px;
margin-top: 0;
margin-bottom: 35px;

border-left: 0 solid #cfd3d5; 

}
  @media (max-width: 800px) {
    aside {
      display: none; } }
  aside a {
  
    text-decoration: none;
word-break:break-word; }



aside a:active, a:focus, a:hover {

text-decoration: none;
word-break:break-word;

}


.text-limit p {
  max-width: 46.25em; }

.row {
  max-width: 76.875em;
  margin-left: auto;
  margin-right: auto;
padding-left: 1.2em;
padding-right: 1.2em; }
  .row:after {
    content: " ";
    display: block;
    clear: both; }

/* Provider logo */
.row.branding .left img 
{
max-width: 110px;
}

@media (max-width: 40em) {
  header {
    padding-top: 2.5em; } }
header .branding {
  max-width: 109em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  min-height: 0.25em; }
  header .branding:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 40em) {
    header .branding {
      padding-top: 0.25em;
      padding-bottom: 1.25em; } }

@media (max-width: 40em) {
  header .left {
    text-align: center; } 

}
@media (min-width: 40em) {
  header .left {
    float: left;
    padding-top: 0.5em; }
header .branding {
padding-left: 1.2em;
padding-right: 1.2em;
} }
header .left a {
  color: #333;
  display: block; }
@media (max-width: 40em) {
  header .right {
    text-align: center;
    margin-bottom: 0.8125em; } 
}
@media (min-width: 40em) {
  header .right {
    float: right;
    padding-top: 1.375em; } 

}

header .right a {
  display: inline;
}



.right2 {
  display: inline;
margin-right: 0;
float: right;

    }



@media (max-width: 1240px){

.right2 {
  display: none;
float: none;
text-align: center;
     }}



header .left img {
padding: 0;

max-height:4em;
}

.mobile-nav-toggle {
  
  z-index: 9999;
  position: relative;
  margin-right: 45px;
  width: 100%;
cursor: pointer;
top: -8px; }

@media (max-width: 641px) {
.mobile-nav-toggle {
    background-color: #f7f7f7;
    z-index: 9999;
    position: fixed;
    margin-right: 25px;
    width: 100%;
    top: 0;
display: block !important;
margin-left:-15px;
}
.mobile-nav-toggle .toggle-button {
    left: 51% !important;
}
.mobile-nav {
    height: 100%;
    padding: 3.75em 2.5em 0.5em 2.5em;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
left:0 !important;
    width: 100%!important;
    z-index: 9998;
    background: #fff;

}

header .left a {
   
    display: inline;
}

.titeluppe {
padding-left: 0;
padding-top:0;
margin-top:0;
margin-bottom: 5px;
}

}

@media (max-width: 420px) {
.cta-block .paragraph {

    font-size: 1.4em!important;
}}

@media (min-width: 1240px) {
.mobile-nav-toggle {
    display: none  !important;
}}

 
  .mobile-nav-toggle .toggle-button {
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
    left: 25%;
    margin-left: -50px; }
    .mobile-nav-toggle .toggle-button:after {
      content: "Meny";
      position: absolute;
      right: -37px;
      top: 9px; }
  .mobile-nav-toggle .top-line-wrapper {
    display: block;
    position: absolute;
    top: 0;
    height: 40px;
    width: 40px;
    -webkit-transition: transform 0.25s 0.2s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0, 1, 1); }
    .mobile-nav-toggle .top-line-wrapper .line {
      display: block;
      width: 18px;
      height: 2px;
      background: #444444;
      top: 20px;
      position: absolute;
      left: 10px;
      z-index: 1;
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
      -webkit-transition: transform 0.25s 0.2s cubic-bezier(0.4, 0, 1, 1);
      transition: transform 0.25s 0.2s cubic-bezier(0.4, 0, 1, 1); }
  .mobile-nav-toggle .bottom-line-wrapper {
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0, 1, 1);
    display: block;
    position: absolute;
    top: 0;
    height: 40px;
    width: 40px; }
    .mobile-nav-toggle .bottom-line-wrapper .line {
      display: block;
      width: 18px;
      height: 2px;
      top: 20px;
      background: #444444;
      position: absolute;
      left: 10px;
      z-index: 1;
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px);
      -webkit-transition: transform 0.25s 0.2s cubic-bezier(0.4, 0, 1, 1);
      transition: transform 0.25s 0.2s cubic-bezier(0.4, 0, 1, 1); }

.mobile-nav-toggle.active .top-line-wrapper {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
  .mobile-nav-toggle.active .top-line-wrapper .line {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
.mobile-nav-toggle.active .bottom-line-wrapper {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .mobile-nav-toggle.active .bottom-line-wrapper .line {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px); }

.mobile-nav {
  height: min-content;
  padding: 3.75em 2.5em 0.5em 2.5em;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
overflow-y: auto;
  text-align:center;
  width: 100%;
  z-index: 9998;
  background: #fff;
  -webkit-transition: background 0.35s linear, height 0.35s ease-in, min-height 0.35s ease-in;
  transition: background 0.35s linear, height 0.35s ease-in, min-height 0.35s ease-in, transform 0.25s 0.2s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
  .mobile-nav.active {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .mobile-nav ul {
    padding: 0;
margin: 0; }

.mobile-nav ul li {
      display: block;
      border-bottom: 0 solid #ececec;}

.mobile-nav ul a {
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      display: block;
}

@media (max-width: 40em) {
  .desktop-nav {
    display: none; } }
.desktop-nav {
  padding-top: 0.9em;

  background-color: transparent; }
.desktop-nav ul, ol {margin-bottom: 0;}

.desktop-nav ul {
    max-width: 76.875em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375em;
    padding-right: 0.9375em; }

.desktop-nav ul:after {
      content: " ";
      display: block;
      clear: both; }

.desktop-nav li {
margin-right: 0;
margin-left: 1.5em;
display: block;
float: left;
position: relative;
}

.desktop-nav li:after {
      padding-top: 0.625em;
      padding-bottom: 0.625em;
      content: "";
      position: absolute;
      right: -0.9375em;
      top: 0;}

.desktop-nav li:first-child {
      margin-left: 0; }

.desktop-nav li:last-child:after {
      display: none; }

.jumbotron {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px; }


.jumbotron-subpage {
  background-color: #f1f1f1;
  padding: 25px 0; 
padding-top: 102px;
    margin-bottom: 0;

}
.undersidatitel {
font-weight: 600;
font-size: 1.425em;
margin: 0;
color: #000; 
line-height: initial;
text-align: center;
text-transform: uppercase;
letter-spacing: 0;
}


 
@media (max-width: 640px) {
      .jumbotron-subpage {padding-top:25px; }
.bildtext {padding-top: 100px;}
#home-slide-bg-mob h2 { font-size: 2.2em;}}

@media (max-width: 380px) {

#home-slide-bg-mob h2 { font-size: 2em;}}

@media (max-width: 340px) {

#home-slide-bg-mob h2 { font-size: 1.8em;}}


    footer .col-2 {
margin-bottom:20px;  }

footer .col-1 {
margin-bottom:20px;  }

footer .map {
margin-bottom:20px;  }

footer a {
word-break: break-word; }

.footerrubrik {
color: #fff;
font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
font-weight: 600;
font-size: 1em;
text-transform: uppercase;
letter-spacing:0;
border-bottom: 0 solid #adadad;
padding-bottom:0;
margin-bottom:10px;
 }

footer ul {
list-style-type: square;
list-style-position: inside;
margin: 0;
padding: 0;
}

footer ul a {
font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
font-weight: 600;
font-size: 1em;
text-transform: uppercase;
letter-spacing: 0;
color:#f04245;
}

footer {
  background-color: #0a0a0a;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  color: #FFFFFF; }
  @media (min-width: 40em) {
    footer .col-1 {
      width: 32%;
      float: left;
      margin-right: 2%; 
margin-bottom:20px; }
    footer .col-2 {
      width: 32%;
      float: left;
      margin-right: 2%;
margin-bottom:20px;  }
    footer .col-3 {
      width: 32%;
      float: right;
      margin-right: 0; } }
  footer .map {
    height: 200px;
margin-bottom:20px; }
  footer .branding {
    border-top: 0 solid #FFFFFF;
    margin-top: 1.25em;
    padding-top: 1.25em;
    color: #c2c2c2; }
    @media (max-width: 40em) {
      footer .branding .left {
        margin-bottom: 0.9375em; } }
    @media (min-width: 40em) {
      footer .branding .left {
        float: left; } }
    @media (min-width: 40em) {
      footer .branding .right {
        float: right;
        text-align: right; } }
    footer .branding .right span {
      display: block; }

footer .branding .left img {
    width: 100px;
}

.text-block {
  margin-top: 3.4375em;
  margin-bottom: 3.4375em; }
  .text-block .two-cols::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 40em) {
    .text-block .two-cols .first {
      width: 48.57143%;
      float: left;
      margin-right: 2.85714%; } }
  @media (min-width: 40em) {
    .text-block .two-cols .last {
      width: 48.57143%;
      float: right;
      margin-right: 0; } }

.cta-block {
  background-color: #333333;


  padding: 2.8125em 0.9375em;
  text-align: center;
  margin-bottom: 0; }



  @media (min-width: 53.75em) {
    .cta-block {
      text-align: center; } }
  .cta-block .inner {
    max-width: 76.875em;
    margin-left: auto;
    margin-right: auto; }
    .cta-block .inner:after {
      content: " ";
      display: block;
      clear: both; }
  .cta-block .paragraph {
    color: #FFFFFF;
    font-size:2em;
font-weight: 600;
    margin-top: 0.625em;
    margin-bottom: 0.625em;
    line-height: 1.5em; }
    @media (min-width: 53.75em) {
      .cta-block .paragraph {
        text-align: center;
        margin-bottom: 0.625em; 
margin-top:initial;
float: initial;} }
  .cta-block .button button {
    padding-top: 1.25em;
    padding-bottom: 1.25em; }
    @media (max-width: 40em) {
      .cta-block .button button {
        padding-left: 2.1875em;
        padding-right: 2.1875em; } }
  @media (min-width: 53.75em) {
    .cta-block .button {
      float: right; } }

.fa-icon-big {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 36px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: left;
    padding-right: 0.3em;
}

.fa-icon-small {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#social-buttons {
   margin: auto!important;
    max-width: 76.85em!important;
    margin-top: 1.5em!important;
margin-bottom: 1em!important;
padding-left: 12px;
}

#comment {
display: none;
}

#facebook {
display: none;
}

.fb-comments, .fb-comments span, .fb-comments span iframe[style] {

    display: none!important;
}


#other-posts-header
{
max-width: 76.875em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
font-size:1em;
margin-bottom: 1em;
    }

#blog-list
{
    margin: auto;
    max-width: 76.85em!important;
    padding-left: 2em;
margin-bottom: 1.5em;
    }

.blog-post h3 {
    margin: 0.15em 0 0.5em!important;
    font-size: 1.425em!important;
    line-height: 1.2;
}

/* Prislista */
.table {
  display: table;
background-color: #e6f7f9;
border: 1px solid #fff;
font-size: 20px;
text-align: left;
margin: auto;
}
.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
  padding: 16px;
  border-bottom: 2px solid #fff;
}

.table-cell-pris {
  display: table-cell;
  padding: 16px;
  border-bottom: 2px solid #fff;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.desktop-nav ul ul {
display: none;
position: absolute;
top: 2.2em;
left: 0;
background-color: rgba(255,255,255,1);
z-index: 10;
padding-top: 0.8em;
transition: .5s ease-in-out;
transition-timing-function: ease-in-out;
width:230px;
padding-bottom:0.5em;
box-shadow: 0 2px 16px 0 rgba(0,0,0,0.2);}

.desktop-nav ul ul a
{
padding: 0 0.3em 0.3em;
display: block;
}


.ddlink a {color:#b98958;font-size:0.9em;word-break:keep-all;}

.desktop-nav ul li:hover ul {
display:block;
text-align: left;
padding-left:0.8em;
padding-right:0.8em;
line-height:1.2;
}

.desktop-nav li:nth-child(2):after {
content: url(https://uploads.staticjw.com/sn/snab/arrow-up-red.svg);
color: #000;
position: absolute;
right: -0.8em;
top: -3px;
transition: .3s;
transition-timing-function: ease-in-out;
width: 10px;
padding:0;}

.desktop-nav li:hover:nth-child(2):after {
content: url(https://uploads.staticjw.com/sn/snab/arrow-down-red.svg);
position: absolute;
right: -0.8em;
top: -3px;
color: #000;
}

/* Dropdown Button (lilla pilen i menyn) */


.dropbtn {
position:relative;
background-color: transparent;
color: #fff;
padding: 16px;
border: none;
cursor: pointer;
}

.dropbtn::after { 
content: url(https://uploads.staticjw.com/sn/snab/arrow-down-red.svg);
position: absolute;
margin-left: 0.5em;
width: 10px;
top: -5px;
}

.dropbtn::after:hover { 
content: url(https://uploads.staticjw.com/sn/snab/arrow-up-red.svg);
margin-top: 0;
margin-left: 1em;
position: absolute;
transform : rotate(180deg);
}

.dropbtn:hover, .dropbtn:focus {text-decoration:none;}
 

.dropdown {position: relative;display: inline-block;-webkit-transition: background 0.3s ease, height 0.3s ease-in, min-height 0.3s ease-in;
transition: background 0.3s ease, height 0.3s ease-in, min-height 0.3s ease-in, transform 0.5s 0.2s cubic-bezier(0.4, 0, 0.3, 0.3);}
.dropdown-content a:hover {color: #a6a6a6;-webkit-transition: background 0.3s ease, height 0.3s ease-in, min-height 0.3s ease-in;
transition: background 0.3s ease, height 0.3s ease-in, min-height 0.3s ease-in, transform 0.5s 0.2s cubic-bezier(0.4, 0, 0.3, 0.3);}

.dropdown-content {
display: none;
position: relative;
background-color: transparent;
min-width: 100%;
z-index: 1;

overflow: auto;
line-height:1.2;
font-family: "Oxanium", sans-serif;
font-optical-sizing: auto;
color: #222; 
font-weight: 600;
font-size:1em;
margin-top:0;
text-align:center;
-webkit-transition: background 0.3s ease, height 0.3s ease-in, min-height 0.3s ease-in;
transition: background 0.3s ease, height 0.3s ease-in, min-height 0.3s ease-in, transform 0.5s 0.2s cubic-bezier(0.4, 0, 0.3, 0.3);
}

.dropdown-content a {
color: #d2d2d2;
padding: 0;
text-decoration: none;
display: block!important;
font-size:0.8em;
line-height:1.8;
font-weight:300;
text-align:center;
-webkit-transition: background 0.3s ease, height 0.3s ease-in, min-height 0.3s ease-in;
transition: background 0.3s ease, height 0.3s ease-in, min-height 0.3s ease-in, transform 0.5s 0.2s cubic-bezier(0.4, 0, 0.3, 0.3);
}

.dropdown-content a:hover {color: #a6a6a6;}
.mobile-nav li a:hover {color: #a6a6a6;}
.show {display:block;-webkit-transition: background 0.3s ease, height 0.3s ease-in, min-height 0.3s ease-in;
transition: background 0.3s ease, height 0.3s ease-in, min-height 0.3s ease-in, transform 0.5s 0.2s cubic-bezier(0.4, 0, 0.3, 0.3);}

.ddlink a {color:blue;font-size:0.9em;word-break:keep-all;}

.mobile-nav {
height: min-content;
padding: 1em;
position: fixed;
top: 0;
bottom: 0;
right: 0;
overflow-x: auto;
width: min-content;
z-index: 30;
background-color: rgba(0,0,0,1);
-webkit-transition: background 0.3s ease, height 0.3s ease-in, min-height 0.3s ease-in;
transition: background 0.3s ease, height 0.3s ease-in, min-height 0.3s ease-in, transform 0.5s 0.2s cubic-bezier(0.4, 0, 0.3, 0.3);
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
width: 100%;
text-align:center;
height: 1000px;
box-shadow: none;
}

.mobile-nav ul {
padding-top: 4em;
padding-right: 0;
font-family: "Oxanium", sans-serif;
font-optical-sizing: auto;
color: #222; 
font-weight: 600;
-webkit-transition: background 0.3s ease, height 0.3s ease-in, min-height 0.3s ease-in;
transition: background 0.3s ease, height 0.3s ease-in, min-height 0.3s ease-in, transform 0.5s 0.2s cubic-bezier(0.4, 0, 0.3, 0.3);}

.mobile-nav ul li {
display: block;
}
    
.mobile-nav ul a {
display: block;
color: #fff;
font-size: 1.2em;
font-weight: 600;
padding-bottom:0.5em;
text-transform:uppercase;
letter-spacing:0;

}

.mobile-nav.active {
-webkit-transform: translateX(0);
transform: translateX(0);
box-shadow: none;}

.hero-overlay {
background:rgba(0,0,0,0.3);
position:absolute;
top: 0;
right: 0;
left: 0;
bottom:0;
z-index:-1;
}


.mobile-nav-toggle .top-line-wrapper .line {background:#222;}
.mobile-nav-toggle .bottom-line-wrapper .line {background:#222;}
.mobile-nav-toggle {color: #222;background-color: #fff;}
.mobile-nav {background-color: #fff;}
.mobile-nav ul li {border-bottom: 0 solid #fff;}
.mobile-nav ul a {color: #222;}
.menutel a {color: #222;}
.menutel {color: #222;}
.mobile-nav ul a {padding:0;font-size:1.4em;}
#myDropdown a {font-size:1.2em;color:#CE1F22;}
#myDropdown {padding-bottom:0.8em;}