*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,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;font-size:16px;}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}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}}

.right3 {
display: flex;
margin-right: 0;
float: right;
    margin-left: 0.5em;
    margin-top: 2em;
margin-right: 1em;
}

.flag {
max-height:0.8em;
}


.right3::before {
    content: '|';
color:#009fe3;
font-weight:700;
    margin-top: -0.4em;
    margin-right: 1.5em;
}

.titeluppe {
font-weight: 700;
text-transform: none;
color: #212121;
margin: 0;
    font-size: 1.75em;
margin-top: 0.3em;
    padding-left: 12px;
}

/*Länkfärg i navigation */
.desktop-nav a {
color: #fff; 
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 16px;
padding-top: 0.625em;
padding-bottom: 0.625em;
display: block;
font-family: "futura-pt-bold", sans-serif;
}

.desktop-nav a:hover,
.desktop-nav a:active {color: #ffed00;
}

.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;
}

.site-header {
    background-color: #000;
    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);
    height: 80px;
}


.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:800px; max-height:800px;}



.bildtext
{
padding-top: 280px;
max-width: 80em;
margin: auto;
padding-left: 1em;
padding-right: 1em;
overflow: auto;
text-align: left;
color: #fff;
padding-bottom: 10px;
position:relative;
}
.small {
font-size: 1.6em;
line-height: 1.2;
padding-top: 0;
color: white;
padding-bottom: 20px;
}

.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: #212121;
    border: 0 solid white;
border-radius: 1px;
    color: #ffffff;

    font-weight: 400;
    padding: 14px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
letter-spacing: 1px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
text-transform:uppercase;
}

.buttons1 a { 
    color: #ffffff;  
}

.buttons1 a:hover { 
    color: #ffffff;  
}

.buttons1:hover {
    background-color: #58b6cb;
border-color: #58b6cb;
    color: white;
}

.textimgright {
    width: 48%;
    float: right;
    margin-right: 0;
}

.textimgleft {
    width: 48%;
    float: right;
    margin-right: 0;
}



blockquote {
    background-color: #f0f0f0;
    padding: 1em 1em;
    border-left: 3px solid #212121;
}

blockquote p {
    margin-bottom: 0;
}

@media (max-width: 800px){

blockquote {
    margin-left: 0;
    margin-right: 0;
}

aside {
display:contents;
}

}

@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:640px)
{
.telnr {
display: none;
}
}



@media (max-width:800px)
{




.bildtext
{
    max-width: 76.875em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.25em;
    padding-right: 0.25em;
    overflow: auto;
padding-top: 100px;
 font-size: 2em;
}
.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: #a32929;
border-radius: 0;
text-align: center;
text-transform: uppercase;
width: 100%;
font-weight: 400;
padding: 12px 0;
font-size: 16px;
letter-spacing: 1px;

}


.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: 'Inter', sans-serif;
  font-style: normal; }
body {
min-height: 100vh;display: flex;flex-direction: column;
  -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: #fff;
font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.5;
background-color:#000;}


h1, h2, h3, h4, h5 {
font-weight: 700;
color:#fff;
font-family: "futura-pt", sans-serif;
line-height: 1.2;
margin: 0 0 0.3em;}

h1 {
font-size: 2em;
}

h2 {
font-size: 2em;
}

h3 {
font-size: 1.5em;
}

h4 {
font-size: 2em;
text-transform: uppercase;
margin: 0;
text-align:center;
}

.gul {
background-color:#ffed00;color:#000;padding:8px;
}

.gul hr {
background-color:#ffed00;
}

h5 {
color: #fff;
font-family: "futura-pt", sans-serif;
}

p {margin: 0 0 1em;}

a {
color: #fff;
text-decoration: none;
transition: color 0.1s linear;
font-weight:700; }

a:active, a:focus, a:hover {
color: #fff;
font-weight:700; }

a:active, a:focus {
outline: none;
font-weight:700; }

hr {
background-color: #009fe3;
height: 2px;
margin: 1.5em 0;
border:0;}

img,
picture {
  margin: 0;
  max-width: 100%; }

.center {
  text-align: center; }

.container {
  max-width: 78em;
  margin-left: auto;
  margin-right: auto;
padding-left: 1em;
padding-right: 1em;
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: 3em; }
  @media (min-width: 800px) {
section.intro {
width: 65.7%;
margin-right: 2%;
float: left;
}}



aside {
width: 32.3%;
float: right;
margin: 0;
padding: 0;
}

aside a {word-break:break-word;}
aside a:active, a:focus, a:hover {word-break:break-word;}


.text-limit p {
  max-width: 46.25em; }

.row {
max-width:78em;
margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em; }
.row:after {
content: " ";
display: block;
clear: both;}

/* Provider logo */
.row.branding .left img 
{
max-width: 110px;
}



header .left {
float: left;
padding-top: 0.3em; }
header .branding {
padding-left: 1.2em;
padding-right: 1.2em;
} 
header .left a {
  color: #333;
  display: block; }


  header .right {
    float: right;
    padding-top: 1.7em; } 



header .right a {
  display: inline;
    padding: 8px 0 8px 0;
padding-top: 10px; }



.right2 {
  display: inline;
margin-right: 0;
float: right;

    }



@media (max-width: 1254px){

.right2 {
  display: none;
float: none;
text-align: center;
     }
.right3::before {
    content: '';
}
}



header .left img {
padding: 0;
width:140px;
}

@media (max-width: 420px) {
.cta-block .paragraph {
    color: #fff;
    font-size: 1.4em!important;
}}

@media (min-width: 1254px) {
.mobile-nav-toggle {
    display: none  !important;
}}

.mobile-nav {
height: min-content;
padding: 2.5em 1.5em 1em 1em;
position: fixed;
top: 0;
bottom: 0;
right: 0;
overflow-x: auto;
width: min-content;
z-index: -1;
background-color: #000;
-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: translateX(200%);
transform: translateX(200%);
width: 100%;
text-align:left;
height: 1000px;
box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2);
}

.mobile-nav ul {
padding-top: 3em;
    padding-left: 0.4em;
}
.mobile-nav ul li {
display: block;
padding-bottom: 0;

}
    
.mobile-nav ul a {
display: block;
color: #fff;
letter-spacing: 0.5px;
font-size: 1em;
padding-bottom:0.5em;
font-family: "futura-pt-bold", sans-serif;
font-weight:700;
text-transform:uppercase;
}

.mobile-nav.active {
-webkit-transform: translateX(0);
transform: translateX(0);
box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2);}
  


/* Hamburger */
.st1 {fill:#ffed00;}
.st2 {fill:#ffed00;}
.st3 {fill:#ffed00;}

.mobile-nav-toggle {
z-index: 9998;
position: relative;
cursor: pointer;
top: 0;
right: 0;
display: block;
  margin-right: 0;
  width: 100%;
cursor: pointer;
}

.mobile-nav-toggle .toggle-button {
position: relative;
}



.mobile-nav-toggle .st1 {
transform-origin: -25px;
transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width,
0.3s ease right;
}

.mobile-nav-toggle .st2 {
right: 0;
width: 80px;
transform-origin: 60px;
transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width,
0.3s ease right;}

.mobile-nav-toggle .st3 {
margin-bottom: 0;
transform-origin: 60px;
transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width,
0.3s ease right;
}

.mobile-nav-toggle.active .st1 {top: -6px;width: 68px;transform: rotateZ(45deg);}
.mobile-nav-toggle.active .st2 {width: 90px;top: 0;right: 0;transform: rotateZ(-45deg);}
.mobile-nav-toggle.active .st3 {top: 6px;transform: rotateZ(45deg);}

.mobile-nav-toggle.active {background-color: transparent;box-shadow: none;}

@media (max-width: 40em) {
  .desktop-nav {
    display: none; } }
.desktop-nav {
  padding-top: 1.1em;

  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.3em;
    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; }

.desktop-nav ul ul
{
display:none;
position: absolute;
top:100%;
left:0;
background:#ffed00;
z-index:99;
box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
}

.desktop-nav  ul ul li,
.desktop-nav  ul ul li a
{
float:none;
width:340px;

}

.desktop-nav  ul ul a
{
line-height:100%;
color:#009fe3;
}
.desktop-nav  ul ul a:hover {color:#e30613;}

.desktop-nav  ul ul ul
{
top:0;
left:100%
}

.desktop-nav ul li:hover > ul {
display:block;
text-align: left;
width:250px;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
padding-top:0.2em;
padding-bottom: 0.2em;
}



.desktop-nav li:after {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    content: "";
    position: absolute;
    right: -0.9375em;
    top: 0px;

}


.jumbotron {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px; }


.jumbotron-subpage {
  background-color: #000000;
  padding: 25px 0; 
padding-top: 60px;
    margin-bottom: 0;

}
  .undersidatitel {
font-weight: 700;
font-size: 1.7em;
margin: 0;
color: #e30613; 
text-align: center;
text-transform: uppercase;
letter-spacing: 0;}


/* FOOTER */

footer {
background-color: #000;
padding-top: 1em;
padding-bottom: 2em;
position:relative;
bottom:0;left:0;right:0;
}

footer p {
color: #fff;
}
footer ul {
color: #fff;
}
footer a {
color: #fff;
word-break:break-all;
}
footer a:active, a:focus, a:hover {
color: #ccc;
text-decoration: none;
}
footer a:hover {color: #fff;}
footer ul#nav a {font-weight: 700;font-size:1em; letter-spacing:0;color: #fff;}
footer ul#nav a:hover {color: #009fe3;}

footer ul, ol {
margin: 0;
padding: 0;
line-height: 1.5em;
list-style-type:none;
}
footer li {
padding: 0;
}
footer li a:hover {
color: #009fe3;
}

.footerrubrik {
color: #b2b2b2; 
font-size: 1.5em;
text-transform: uppercase;
font-weight: 700;
border-bottom:2px solid #009fe3;
width:fit-content;
margin-bottom:0.5em;
}

footer svg .st0 {fill:#fff;}
#footer_cert {max-width:120px;}
footer svg {
width:120px;
padding:0;
margin-right:0.4em;
padding-top;1.2em;
}

svg .st0 {fill:#ffed00;}

@media (min-width: 40em) {
   footer .col-1 {
      width: 32.5%;
      float: left;
      margin-right: 1.25%;
padding:0;
}
   footer .col-2 {
      width: 32.5%;
      float: left;
      margin-right: 1.25%;
padding:0;
}
   footer .col-3 {
      width: 32.5%;
      float: left;
      margin-right: 0;
padding:0;
}
}

@media (max-width: 40em) {
footer .col-1 {width:100%;padding:0;display:block;}
footer .col-2 {width:100%;padding:0;display:block;}
footer .col-3 {width:100%;padding:0;display:block;}
}

.subfooter svg{
width:85px;
}
.subfooter p{
font-size:14px;
color: #fff;
display: inline-block;}

.subfooter {
max-width: 78em;
margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
color: #fff;
margin-top: 1.5em;
}

.subfooter:after {
content: " ";
display: block;
clear: both; }

@media (max-width: 40em) {
.subfooter {text-align: center;margin-top: 1em;}
footer {padding-top: 1.5em;padding-bottom: 1em;}
}


.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: #fff;
    font-size: 1.8125em;
font-weight: normal;
    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%;
}

/* Dropdown Button */
.dropbtn {
  background-color: #000;
  color: #fff;
  padding: 16px;
border: none;
  cursor: pointer;
}

.dropbtn::after { 
      content: "›";
    font-size: 1.2em;
    position: absolute;
    margin-left: 0.8em;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
color: #ffed00;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
color: #fff;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: relative;
background-color: #000;
min-width: 100%;
z-index: 1;
text-align: left;
overflow: auto;
margin-left: 1.5em;
}

/* Links inside the dropdown */
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block!important;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {color: #fff;}

.mobile-nav li a:hover {color: #fff;}



/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/*# sourceMappingURL=application.css.map */

.p-t {background-color:rgba(0,159,227,1);width:fit-content;padding: 18px 22px;font-family: 'futura-pt';text-transform: uppercase;}
.p-t {margin:0;font-size:2.6em;}
.blue-block {background-color:#009fe3;margin:0 0 0;padding:1em;}
.blue-block p {padding:0;margin:0;}
.blue-block h4 {padding:0.2em;}
.yellow-block {background-color:#ffed00;margin:0 0 1em;padding:1em;}
.yellow-block p {color:#000;padding:0;margin:0;}
.yellow-block h4 {padding:0.4em;color:#000;}
.red-block {background-color:#e30613;margin-bottom:1em;padding:1em;}
.red-block p {padding:0;margin:0;}
.red-block h4 {padding:0.4em;}
.green-block {background-color:#61cc41;margin-bottom:1em;padding:1em;}
.green-block p {padding:0;margin:0;}
.green-block h4 {padding:0.4em;}
.time {text-align:center;font-size:150%;font-weight:700;}

.foot-ico {display:inline-block;width:18px;vertical-align:middle;margin-top:-5px;margin-right:3px;}
.social {}
.social-icon {width:50px;padding-right:1em;display:inline-block;}
@media (max-width: 800px) {.footerrubrik {font-size: 1.35em;}.p-t {font-size:1.2em;padding: 12px 18px;margin:4em auto 0;}#home-slide-bg {min-height:600px; max-height:600px;}}
@media (max-width: 600px) {.p-t {font-size:1em;padding: 12px 18px;margin:7em auto 0;}
#home-slide-bg {min-height:500px; max-height:500px;margin-top:3em;}}

.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}

.mySlides {
display: none;
}

img {
vertical-align: middle;
}

/* För att visa bilden */
.slideshow-container .mySlides:nth-child(1) {
display: block;
}


.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family: 'Inter', sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}