*,*::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}}
#aimfoot {width:50px;margin-bottom:-1px;}
#aimfoot .st1 {fill:var(--footerColor);}

.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,
.desktop-nav a:visited {
  color: #212121; 
font-weight: 300;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 14px;
}

.desktop-nav a:hover,
.desktop-nav a:active {

color: #444444;

}

.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: 2px 2px 4px #4444;
}

@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: 10px;
line-height: 1.2;


}

.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: 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;
}}

@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: 100px;
}
.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: 'Roboto' , 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: "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1 {
  font-size: 1.425em;
font-weight: 700;
color:#212121;
font-family: "Roboto", "Arial", sans-serif;
  line-height: 1.2;
  margin: 0 0 0.5em;
}

h2 {
  font-size: 1.425em;
font-weight: 700;
color:#212121;
font-family: "Roboto", "Arial", sans-serif;
  line-height: 1.2;
  margin: 0 0 0.5em;
}

h3 {
  font-size: 1.425em;
font-weight: 700;
color:#212121;
font-family: "Roboto", "Arial", sans-serif;
  line-height: 1.2;
  margin: 0 0 0.5em;
}

h4 {
color: #212121;
  font-size: 1.425em;
text-transform: uppercase;
font-weight: 300;
  line-height: 1.2;
  margin: 0 0 0.5em;
}

h5 {
color: #212121;


}

p {
  margin: 0 0 1.1875em; }

a {
  color: #58b6cb;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #338fa4; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #cfd3d5;
  border-left: none;
  border-right: none;
  border-top: none;
  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: 1px 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;
    padding: 8px 0 8px 0;
padding-top: 10px; }



.right2 {
  display: inline;
margin-right: 0;
float: right;

    }



@media (max-width: 1240px){

.right2 {
  display: none;
float: none;
text-align: center;
     }}



header .left img {
padding: 3px 1px 3px 1px;
    max-height: 3.075em;
}

.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 {
    color: #fff;
    font-size: 1.4em!important;
}
.titeluppe {
margin-top:0;
}
}

@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: 1px solid #ececec; }
    .mobile-nav ul a {
      padding-top: 0.575em;
      padding-bottom: 0.575em;
      display: block;
      color: #333333;
font-weight:300;
text-transform: uppercase; }

@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.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 a {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    display: block;
    color: #3d3d3d; }

.jumbotron {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px; }


.jumbotron-subpage {
  background-color: #58b6cb;
  padding: 25px 0; 
padding-top: 90px;
    margin-bottom: 0;

}
  .undersidatitel {

font-weight: 300;
    font-size: 1.425em;
    margin: 0;
    color: #FFFFFF; 
line-height: initial;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;}


 
@media (max-width: 640px) {
      .jumbotron-subpage {
        padding-top:25px; } }


    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-weight: 300;
font-size: 1.425em;
text-transform: uppercase;
letter-spacing:0;
border-bottom: 1px solid #adadad;
padding-bottom:10px;
margin-bottom:10px;
 }

footer ul {
list-style-type: square;
list-style-position: inside;
    margin: 0;
    padding: 0;
}

footer ul a {
text-transform: uppercase;
letter-spacing: 1px;
font-weight:400;
}

footer {
  background-color: #3c3c3b;
  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: 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%;
}

footer .branding .left svg {width:110px;margin:0 0.1rem -1px;}
footer .branding .left {width: 50%;}
footer .branding p {display: inline-block;padding:0;}

/*# sourceMappingURL=application.css.map */

.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:Helvetica,Calibri,Arial,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}