/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ 
scroll-behavior: smooth;}

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

/* HEADER */

.titeluppe {

text-transform: none;
padding-left: 15px;
padding-top: 0px;
color: #fff;
margin: 0;
font-size: 2.1875em;
line-height: 1.2;
}

/*Länkfärg i navigation */
.desktop-nav a,
.desktop-nav a:visited {
color: #111; 
text-transform: none;
font-size: 1.1em;
letter-spacing: 0;
padding-bottom:0;
}

.desktop-nav a:hover,
.desktop-nav a:active {
color: #7b8f7d;
border-bottom: 2px solid #7b8f7d;
padding-bottom:0;
}


@media (max-width: 640px) {
.desktop-nav {
display: none; }}

.desktop-nav {
padding-top: 0.9em;
background-color: transparent;
float: right;
padding-right: 0;
}
  
.desktop-nav ul {
    max-width: 78em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
   
.desktop-nav ul:after {
    content: "";
    display: block;
    clear: both; 
padding:0;}
  
.desktop-nav li {
    margin-right: 0;
    margin-left: 1.5em;
    display: block;
    float: left;
position: relative;
padding-bottom: 0;}
    
.desktop-nav li:after {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    content: "";
    position: absolute;
    right: -0.95em;
    top: 0px;
}
    
.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;
}


.site-header {
background-color: #eeeeee;
box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2);
position: fixed;
width: 100%;
z-index: 1;
left: 0;
transition: left 225ms ease;
box-shadow: none;
}
.active {background-color: rgba(255,255,255,1);box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2);transition: 1s;}

.active .desktop-nav a {color:#222;transition: 255ms ease;}
.active .desktop-nav a:hover {color:#222;border-bottom: 1px solid #222;transition:255ms ease;padding-bottom:0;}
header svg .st0 {fill:#222;}

@media (max-width: 800px){
.site-header {
padding:0 0 0;
}
}

@media (max-width: 600px){
.site-header {padding:0 0 0;}
}

div#header-img {max-width:100%;}

header ul, ol {
margin: 0;
padding: 0;
line-height: 1.5em;
}

/* SLIDER */

#home-slide-bg {
background-image:url(https://uploads.staticjw.com/za/zanerix/z_s_1b.jpg);
height: 800px; /* You must set a specified height */
background-position: center; 
background-repeat: no-repeat; 
background-size: cover;
z-index:0;
opacity:1;

}
#herohero {
opacity:0.4;
min-height:700px;
max-height:700px;
}
#home-slide-bg-mob {
background-image:url(https://uploads.staticjw.com/za/zanerix/z_s_1b.jpg);
z-index:0;
opacity:1;
min-height:700px;
max-height:700px;
}

.bildtext
{
max-width: 78em;
margin-left: auto;
margin-right: auto;
padding-top: 160px;
padding-left: 0.95em;
padding-right: 0.95em;
overflow: auto;
}

#home-slide-bg h2 {
font-size: 4em;
line-height: 1;
color: #fff;
}

.small {
font-size: 2em;

line-height: 1;
padding-bottom: 1.2em;
color: #fff;
}

.bildtextleft {
float: left;
padding-top: 30px;
max-width:48%;
margin-bottom:4em;
}

.bildtextright {
float: right;
width: 40%;
}

@media (max-width: 1440px){.bildtext {padding-top: 160px;}}
@media (max-width: 1024px){.bildtext {padding-top: 140px;}}
@media (max-width:800px){#home-slide-bg h2 {font-size: 3em;}.small {font-size: 1.8em;}}
@media (max-width: 600px){.bildtext {padding-left: 1em;padding-right: 1em;padding-top: 6em;text-align: left;}
#home-slide-bg h2 {font-size: 2.2em;}
.small {font-size: 1.4em;padding-bottom: 1.2em;line-height: 1.2;}
.bildtextleft {max-width:100%;}
.bildtextright {display:none;}
#visitkort {display:none;}}
@media (max-width: 340px){#home-slide-bg h2 {font-size: 2.6em;}}


/* KNAPPAR */

.buttons {
background-color: #f57f1f;
border: 0;
border-radius: 4px;
color: #fff;
letter-spacing: 0;
font-size:1.2em;
padding: 14px 24px;
text-decoration: none;
transition: 0.5s;
cursor: pointer;
width: fit-content;
font-weight:700;
}

.buttons:hover {
background-color: #f7911d; border: 0; color: #fff;
cursor: pointer;
}

#btn1 {float:left;}
#btn2 {float:left;}
#btn3 {display:block;margin: 0 auto;}
#boka.buttons {border-radius: 30px;float:right;display: inline;margin:0.8em 0 0.3em 0.8em;padding: 8px 18px;}
#btn5 {display:block;margin: 2em auto 0;color: #963dc9; background-color: transparent;border: 0;padding: 14px 14px;position: relative;}
#btn5:hover {background-color: transparent;border: 0 solid #000;color: #963dc9;}
#btn5:before {
position: absolute;
top: 4px;
width: 10px;
height: 10px;
border-left: 1px solid #111;
border-bottom: 1px solid #111;
right: 0;
content: '';
left: 0;
margin: 0 auto;
transform: rotate(315deg);
transition: all 0.3s ease;
z-index:0;
padding:0;
}
input#contact-button {margin-top: 1.1em;border-radius: 0;background-color: #7b8f7d;color: #eaeaea;}
input#contact-button:hover {background-color: #5c755e;}

/*Back to top button*/

#myBtn {
display: none;
position: fixed;
bottom: 1.6em;
right: 1.1em;
z-index: 99;
border: none;
outline: none;
cursor: pointer;
font-size: 20px;
opacity: 0.8;
background-color: #f57f1f;
color: #fff;
border-radius: 1px;
width: 40px;
height: 40px;
padding: 4px 5px 10px 10px;
}
#myBtn:hover {
background-color: #f7911d;
color: #fff;
}
#myBtn .fa {
color: #fff;
font-size: 20px;
}
@media (max-width: 600px) {
#btn2 {float:none;display:block;margin: 1.5em auto 1em;}
#btn3 {float:none;display:block;margin-left:auto;margin-right:auto;}}

/* MAIN */

.container {
max-width: 78em;
margin-top: 1.5em;
margin-bottom:1.5em;
margin-left: auto;
margin-right: auto;
padding:1em 0 2em;
overflow: auto;
}
.container:after {
content: " ";
display: block;
clear: both;
}
.container_alt {
max-width: 78em;
background-color:#fee8ea;
margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
padding-top: 2em;
padding-bottom: 2em;
overflow: auto;
}
.container_alt:after {
content: " ";
display: block;
clear: both;
}

.ingress {
max-width: 50em;
background-color: transparent;
display: block;
margin: 0 auto;
padding: 3em 1em;
}
.ingress h3 {
font-size: 1.8em;
color: #555;
padding:0;
margin:0;
}
.ingress p {

font-size: 1.8em;
color: #555;
padding:0;
margin:0;
}
.form-block {
max-width: 42em;
background-color: transparent;
display: block;
margin: 0 auto;
padding: 3em 1em 2.5em;
}
.form-block h3 {
font-size: 1.45em;
color: #555;
padding:0;
padding-bottom: 0.4em;
margin:0;
}
.form-block p {

font-size: 1.4em;
color: #555;
padding:0 0 1em;
margin:0;
}
.folio-block {
max-width: 78em;
background-color: transparent;
display: block;
margin: 0 auto;
padding: 3em 1em 2.5em;
}

@media (max-width: 800px) {
.container {padding: 0;margin:0 auto;}
.ingress p {font-size: 1.2em;}
.form-block h3 {font-size: 1.3em;}
.form-block p {font-size: 1.2em;}
.form-block {font-size: 1.2em;padding: 2.5em 1em 1em;}
}
@media (max-width: 600px) {
.form-block h3 {font-size: 1.1em;}
.form-block p {font-size: 1em;}
.form-block {font-size: 1.2em;padding: 2.5em 1em 1em;}
.folio-block {padding: 0;}
}

.container_tack {
max-width: 78em;
background-color: #dcd7c1;
margin-left: auto;
margin-right: auto;
padding-left: 0.95em;
padding-right: 0.95em;
padding-top: 2em;
padding-bottom: 2em;
overflow: auto;
}
.container_tack:after {
content: " ";
display: block;
clear: both;
}

@media (max-width: 600px) {
.container_tack {
padding-top: 1em;
padding-bottom: 1.5em;
}}

.textright {
width: 49%;
float: right;
margin-right: 0;
padding: 0.8em 1em 0;
}
.textleft {
width: 49%;
float: left;
margin-right: 0;
padding: 0.8em 1em 0;
}
.imgright {
width: 49%;
float: right;
margin-right: 0;
padding: 0 1em;
}
.imgleft {
width: 49%;
float: left;
margin-right: 0;
padding: 0 1em;
}
.imgright img {padding-top: 0;max-width: 100%;border-radius: 6px;}
.imgleft img {padding-top: 0;max-width: 100%;border-radius: 6px;}



@media (max-width: 60em){

.textright {
display: block;
float: none;
width: initial;
margin-top: 1em;
margin-bottom: 1em;
}
.textleft {
display: block;
float: none;
width: initial;
margin-top: 1em;
margin-bottom: 1em;
}
.imgright {
display: block;
float: none;
width: initial;
margin: 0;

}
.imgleft {
display: block;
float: none;
width: initial;
margin: 0;
}
}
@media (max-width: 800px){
.imgright img {padding: 0;width:800px;height:400px;}
.imgleft img {padding-top: 0.6em;width:800px;height:400px;}
}

@media (max-width: 600px) {
.imgright {padding: 0;margin-top:2em;margin-bottom:0;}
.imgleft {padding: 0;margin-top:0;margin-bottom:0;}
.imgright img {height:400px; width:425px;object-fit: cover;}
.imgleft img{display:none;}
}


blockquote {
font-size: 28px;
background-color: #fff;
padding: 0;
}
blockquote p {color:#76907b;}

main {
margin-top: 0em;
margin-bottom: 0em; 
}

section.largetext {
width:100%;
display:block;
padding:0; 
}

@media (max-width: 640px){
.largetext h1{
font-size:3em; 
}}

section.pris {
width:100%;
margin-bottom: 2.5em;
}





/* CONTACT-FORMS */

form {
max-width: 80em;
display:block;
margin-left: auto;
margin-right: auto;
}

fieldset {
font-size: 0.9em;
color:#333;
background-color: transparent;
border: 0 solid #cfd3d5;
border-radius: 2px;
padding: 0;
margin-left: auto;
margin-right: auto;
width: 100%;
display: block;
text-transform:none;
}

input,
label,
select {}

input,
select {display: block;}

label {margin-bottom: 0.375em;}

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: #e9e9e9;
border: 0 solid #fff;
border-radius: 2px;
box-shadow: none;
box-sizing: border-box;
font-size: 1em;
text-transform:none;
margin-top: 0;
margin-bottom: 1em;
padding: 0.8em;
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 {
background-color: #e6e6e6;
border: 0 solid #a5a5a5; 
}

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 {
background-color: #e6e6e6;
border: 0 solid #a5a5a5;
box-shadow: none;
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;
margin-top:1em;}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

input#check {display: inline-block;margin-left: 1em;margin-top: 0;}
@media (max-width: 40em) {
input#contact-button {display:block;margin-top: 0.8em;}
input#check {display:inline-block;margin-left: 0;margin-top: 0;}}


/* FOOTER */

footer {
background-color: #0d121c;
padding-top: 4em;
padding-bottom: 5em;
}
footer p {
color: #fff;
}
footer ul {
color: #fda4ac;
}
footer a {
color: #fff;
}
footer a:active, a:focus, a:hover {
color: #9fcbea;
text-decoration: none;
}
footer em a {
color: #f7911d;
}
footer em a:hover {
color: #f7911d;
}
footer ul, ol {
margin: 0;
padding: 0;
line-height: 1.5em;
list-style-type:none;
}
footer li {
padding: 0;
}

.footerrubrik {
color: #f7911d; 
font-size: 1em;
text-transform: uppercase;
letter-spacing:2px;
padding-bottom: 1.5em;
font-weight:400;
}


.social_links img{width:40px;padding-right:0.5em;display:inline;}

svg .st0 {fill:#000;}

footer svg {
width:120px;
padding:0;
margin-right:0.4em;
padding-top;1.2em;
}

footer svg .st0 {fill:#fff;}

@media (min-width: 40em) {
   footer .col-1 {
      width: 23%;
      float: left;
      margin-right: 2.6%;}
   footer .col-2 {
      width: 23%;
      float: left;
      margin-right: 2.6%;}
   footer .col-3 {
      width: 23%;
      float: left;
      margin-right: 2.6%;}
   footer .col-4 {
      width: 23%;
      float: right;
      margin-right: 0;}}

@media (max-width: 40em) {
footer .col-1 {width:100%;padding:0 0.5em;display:block;}
footer .col-2 {width:100%;padding:0 0.5em;display:block;}
footer .col-3 {width:100%;padding:0 0.5em;display:block;top:0;}
footer .col-4 {width:100%;padding:4em 0.5em;display:block;}}

.subfooter svg{
width:85px;
}
.subfooter p{
font-size:14px;
color: #cecece;
display: inline-block;}

.subfooter {
max-width: 78em;
margin-left: auto;
margin-right: auto;
padding-left: 0.95em;
padding-right: 0.95em;
color: #fff;
margin-top: 5em;
}

.subfooter:after {
content: " ";
display: block;
clear: both; }

@media (max-width: 40em) {
.subfooter {text-align: center;margin-top: 2em;}
footer {padding-top: 3em;padding-bottom: 2em;}
}


/* BASICS */

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: #111;
}
body {min-height: 100vh;display: flex;flex-direction: column;}
footer {margin-top: auto;}

a {
color: #f57f1f;
text-decoration: none;
font-weight: 700;
transition: color 0.1s linear;
}

a:active, a:focus, a:hover {
color: #f7911d;
}

a:active, a:focus {
outline: none;
color: #f7911d;
}

hr {
border: 0 solid #cccccc;
margin: 0.5em 0;
height:3px;
background:#76907b;
}

img,
picture {
margin: 0;
max-width: 100%;
}

ul, ol {
margin: 0;
padding: 0.2em 0 0.95em 1.2em;
line-height: 1.4em;
list-style-type: square;
}

li {
padding-bottom: 0.95em;
}
section.intro li {
padding-bottom: 0.95em;
}

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 #cccccc;
padding: 0.75em 0;
text-align: left;
}

td {
border-bottom: 1px solid #cccccc;
padding: 0.75em 0;
}

tr,
td,
th {
vertical-align: middle;
}

/* TYPOGRAFI */

body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.4;
}

@media (max-width:800px){
body {font-size: 1.2em;line-height: 1.5;}
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
font-size: 1.75em;
text-transform: none;
color: #111;
line-height: 1.3;
margin: 0 0 0.25em;
}

h2 {
padding-top: 0;
font-size: 1.8em;
}

h3 {
padding-top: 0;
font-size: 1.5em;
margin-bottom:0.38em;
}

h4 {
font-size: 1.2em;
text-transform: uppercase;
padding-top: 0;
font-weight:400;
color: #f57f1f;
}

h5 {
font-size: 1.4em;
text-transform: uppercase;
}

p {
margin: 0 0 1.3em;
}

.center {
text-align: center;
}
@media (max-width:600px){
h1 {font-size:1.4em;margin-bottom: 0.5em;line-height:1.2;}
h2 {font-size:1.4em;margin-bottom: 0.5em;line-height:1.2;}
h3 {font-size:1.4em;margin-bottom: 0.5em;line-height:1.2;}
}

/* WIDGETS */

.container_cubes {
max-width: 78em;
margin-left: auto;
margin-right: auto;
padding-left: 0;
padding-right: 0;
padding-top: 3em;
padding-bottom: 1.5em;
overflow: auto;
}
.container_cubes:after {
content: " ";
display: block;
clear: both;
}




.text-limit p {
  max-width: 46.25em; }

.row {
  max-width: 78em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.95em;
  padding-right: 0.95em;}

.row:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 40em) {
header {
padding-top: 2.5em;}
}

header .branding {
  max-width: 78em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.95em;
  padding-right: 0.95em;
  min-height: 0.25em;
}
  
header .branding:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 40em) {
  header .branding {
  padding-top: 0.25em;
  padding-bottom: 0.2em; }
}

@media (max-width: 40em) {
header .right {margin-bottom: 0;}
}

@media (min-width: 40em) {
header .right {
float: right;
padding-top: 0.8em;
padding-right:1.5em;}
}

header .right a {
display: inline;
padding: 0;
}

@media (max-width: 600px) {
header .right img {display: none;}
header .right a {display: none;}
}

.right2 {
display: inline;
margin-right: 0;
float: right;
}
.right3 {
display: inline-block;
margin-right: 0;
float: right;
}

@media (max-width: 800px){
.right2 {display: none;float: none;}}

@media (min-width: 800px){
.right {display: none;}}

header .left img {
max-height: 3.8em; 
z-index: 3;
padding: 4px 0;
margin-top: 0.2em;

}

@media (max-width: 800px){
header .left img {
margin-left: 0em;
margin-right:auto;
max-height: 3em;
padding-top: 0.4em;
}}


@media (min-width: 40em) {
header .left {
float: left;
padding-top: 0.2em;
}
}

@media (min-width:640px){
header .left2 {
display: none;
}}

header .fa {
padding: 0;
color:#132341;
display:none;
}
@media (max-width: 640px) {
header .left a {
display: inline;
}

.titeluppe {
padding-left: 0;
}
section.portfolio {
width: 100%; 
}}




.mobile-nav {
height: min-content;
padding: 1em 1.5em 1em 1em;
position: fixed;
top: 0;
bottom: 0;
right: 0;
overflow-x: auto;
width: min-content;
z-index: 9997;
background-color: rgba(255,255,255,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: translateX(200%);
transform: translateX(200%);
width: 50%;
text-align:right;
height: 1000px;
box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2);
}

.mobile-nav ul {
padding-top: 3em;
}
.mobile-nav ul li {
display: block;
padding-bottom: 0;
padding-top: 1em;
}
    
.mobile-nav ul a {
display: block;
color: #222;
letter-spacing: 0.5px;
font-size: 1.1em;
padding-bottom:0.5em;
}

.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:#f57f1f;}
.st2 {fill:#f57f1f;}
.st3 {fill:#f57f1f;}

.mobile-nav-toggle {
z-index: 9998;
position: absolute;
cursor: pointer;
top: 1.6em;
right: 1.2em;
}

.mobile-nav-toggle .toggle-button {
position: relative;
}

@media (min-width: 1040px) {.mobile-nav-toggle {display: none;}}
@media (min-width: 800px;) {.mobile-nav-toggle {display: block;}}


.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;}


/* JUMBOTRON */

.jumbotron {
background-size: cover;
background-repeat: no-repeat;
min-height: 400px; }
  
.jumbotron-subpage {
background-color: #76907b;
padding: 90px 0 10px 0; 
margin: 0;
}

.undersidatitel {
font-size: 1.8em;
color:#fff;
text-align: center;
margin-left: auto;
margin-right: auto;
padding-top: 0;
padding-bottom:0px;
}

@media (min-width: 40em) {
.undersidatitel {
}}

@media (max-width: 640px) {
.undersidatitel {padding-top: 10px;
}}


.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%;}
.text-block .two-cols .last {
      width: 48.57143%;
      float: right;
      margin-right: 0;}}

.cta-block {
background-color: #76907b;
padding: 5em 0.95em 6em 0.95em;
margin: 0;
min-height:200px;
margin-top: -0.5em;
}
.cta-block .inner {
max-width: 78em;
margin-left: auto;
margin-right: auto;
}
.cta-block .inner:after {
content: " ";
display: block;
}
.cta-block .paragraph {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
color: #fff;
font-size: 2em;
font-weight:700;
}

@media (min-width: 53.75em) {.cta-block .paragraph {}}
@media (max-width: 800px) {.cta-block .paragraph {}}
@media (max-width: 600px) {.cta-block {padding: 1.5em 0.5em;text-align:center;float:initial;}}

@media (max-width: 600px) {
.contact-block {
padding: 2.5em 0.5em 5em 0.5em;}
}

.color-block {
background-color: #eeeeee;
}
.color-block h2 {font-size:1.5em;color:#76907b;}


.quote-block {
background-color: #80b7d3;
padding: 6em 0.95em 6em 0.95em;
text-align: left;
}

.quote-block .inner .quote {
color: #fff;}

.inner .quote {color: #fff;font-size:2em;}

.inner {
max-width: 78em;
margin-left: auto;
margin-right: auto;
padding-left: 0.95em;
padding-right: 0.95em; 
}

.inner:after {
content: " ";
display: block;
clear: both; 
}

.inner .paragraph {
color: #fff;
font-size: 2.2em;
margin-top: 0;
margin-bottom: 0;
line-height: 1.2em;
padding-bottom:1em;
}

.inner .quote {
color: #06222f;
font-size: 3em;

margin-top: 0;
margin-bottom: 0;
line-height: 1.2em;
padding-bottom:1em;
}

@media (max-width: 600px) {
.inner .paragraph {font-size: 1.8em;padding-bottom:0.5em;}
.inner .quote {color: #06222f;font-size: 1.5em;}
}
.contact-block {
background-color: #d7e4ea;
padding: 6em 0.95em 16em 0.95em;
text-align: left;
margin-top: 0;
margin-bottom: 0;
}
.contact-block .inner {
max-width: 78em;
margin-left: auto;
margin-right: auto;
padding-left: 0.95em;
padding-right: 0.95em; 
}

.contact-block .inner:after {
content: " ";
display: block;
clear: both; 
}
.contact-block p {
color: #fff;
font-size: 3.5em;

margin-top: 0;
margin-bottom: 0;
line-height: 1em;
padding-bottom:1.3em;
}
input#checkbox {border: 3px solid #000;width:100px;}

fieldset#contact-form_slim {background-color: transparent;margin-left:auto; margin-right:auto;}
input#slim {width:22%;float:left;margin-right:1%;margin-bottom:0.5em;background-color:#fff;box-shadow:none;transition: 1s;}
input#slim:hover {box-shadow:-5px -5px 30px rgba(237,231,217,0.5) inset,5px 5px 30px rgba(237,231,217,0.5) inset;transition: 500ms;}
input#slim.placeholder {color: black;}
p#ok {margin: 0;display: inline;font-size: 13px;color: #222;}

.contact-block-slim {
background-color: #eaeaea;
padding: 1.4em 0.95em 1em 0.95em;
text-align: left;
margin-top: 0;
margin-bottom: 0;
}
.contact-block-slim .inner {
max-width: 78em;
margin-left: auto;
margin-right: auto;
padding-left: 0.95em;
padding-right: 0.95em; 
}
.contact-block-slim .inner:after {
content: " ";
display: block;
clear: both; 
}
@media (max-width: 600px) {
.contact-block-slim {padding: 2.5em 1em 2em 1em;}
input#slim {width:100%;float:left;margin-right:0;margin-bottom:1em;background-color:#fff;box-shadow:none;}
.contact-block-slim .inner {padding-left: 0;padding-right: 0;}
}



@media (min-width: 53.75em) {
.quote-block {text-align: left;}
.quote-block .paragraph {
margin-bottom: 0; 
float: initial;} 
}

@media (max-width: 800px) {
.quote-block .paragraph {
font-size: 2.5em;
}
}

@media (max-width: 600px) {
.quote-block {
padding: 2.5em 0.5em 2.5em 0.5em;
}
.contact-block {
padding: 2.5em 0.5em 5em 0.5em;
}
.quote-block .paragraph {
font-size: 2em;
}
}

@media (max-width: 420px) {
.quote-block .paragraph {
font-size: 1.4em;
}
}


.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;
color:#132341;
}

.fa-icon-small {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
color:#132341;
}


.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%;
}





@media (min-width:640px){
.telnr {display: none;}
}





* {
  box-sizing: border-box;
}

/*# sourceMappingURL=application.css.map */

.fa {
color:#222;
font-size: 2em;
padding-bottom: 0.25em;
}

.cubes {
display: flex;
flex-direction: row;
flex-wrap: wrap;
max-width:100%;
margin:0;
align-items: stretch;
}

.cubeshell {flex-direction: column;flex:1 1 auto;width:23%;display:inline-block;background-color: #eeeeee;box-shadow: none;box-sizing: border-box;background-size:cover;background-position:center center;background-repeat:no-repeat;padding:1em;margin:0.5em 1em;text-align:center;border-radius:4px;}
.cubebox {width:100%;display:inline-block;padding: 1em;box-sizing: border-box;}
.cubebox img {max-height:70px;padding-bottom:0.6em;}
.cubetxt p {margin-bottom:0.5em;color: #111;}
.cubetxt h3 {color: #76907b;font-size:1.75em;margin-bottom: 0.5em;}
.cubetxt a {color:#06222f;}

@media (max-width:600px){
.cubebox {width:98%;margin:0.5em 0;}
.cubeshell {width:98%;margin:0.5em 0;}
.container_cubes {padding: 2em 0.95em 0;}}

.colorimg img{
border-radius: 0;
}

.mainrub{font-size: 2.2em;}


@media (max-width:800px){
.mainrub{font-size: 1.8em;}

}
@media (max-width:600px){
.mainrub{font-size: 1.5em;}
}

.left h1 {color:#fff;font-size:3em;}



/* WIDGETS */

/* Enkel prislista - varor & tjänster */
.table {
display: table;
background-color: #fff;
border: 0 solid #eaeaea;
width: 100%;
}
.table-row {
display: table-row;
}

.table-cell {
display: table-cell;
padding: 10px;
background-color: transparent;

border-top: 3px solid #fff;
border-bottom: 0 solid #fff;
}
.table-cell h4{
color:#222;
margin-bottom:0;
text-transform: none;
}
.table-cell-vara {
display: table-cell;
padding: 10px;
background-color: #eaeaea;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
border-bottom: 0 solid #fff;
}
.table-cell-info {
display: table-cell;
width: 25%;  
padding: 10px;
font-size: 14px;
background-color: #d7e4ea;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
border-bottom: 0 solid #fff;
}

.table-cell-pris {
display: table-cell;
background-color: #dcd7c1;
color:#222;
width: 25%;  
float: inherit;
padding: 10px;
border-top: 3px solid #fff;
border-bottom: 0 solid #fff;
}

@media (max-width: 800px) {.table {
margin-top: 2em;
margin-bottom: 3em;
}}

/* Vertikal prislista - paketpris */
.columns {
float: left;
width: 33.3%;
padding: 8px 0;
}
.price {
list-style-type: none;
border: 1px solid #eee;
margin: 0;
padding: 0;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.price:hover {
box-shadow: 0 4px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
background-color: #111;
color: #fff;
font-size: 1.4em;
}

.price li {
border-bottom: 1px solid #eee;
padding: 20px;
text-align: center;
}

.price .grey {
background-color: #eaeaea;
font-size: 20px;
}

/* Köp-knapp */
.button {
background-color: #444;
border: none;
color: #fff;
padding: 10px 25px;
text-align: center;
text-decoration: none;
font-size: 18px;
}
.button:hover {
background-color: #000;
color: #fff;
}
.button a{color: #fff;}

@media only screen and (max-width: 600px) {
.columns {width: 100%;}
}

/* Persongalleri */

section.staff .col {
padding: 0;
color: #222;
box-shadow: none;
box-sizing: border-box;
}

section.staff {
max-width: 78em;
margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
padding-top: 1em;
overflow: auto;
text-align: left;
}

section.staff .portrait img {
max-width: 100%;
border-radius: 0;
object-fit: cover;
width:350px;
height:350px;
}

.portrait {
position: relative;
}

.portrait:hover .overlay {
width: 100%; left: 0;
opacity:0.9;
}


.overlay {
position: absolute;
top: 0;  
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0,0,0,0.5);
overflow: hidden;
width: 100%;
height: 100%;
transition: .5s ease;
opacity:0;
}
.overlaytext {
  color: white;
  font-size: 20px;
text-align:center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

section.staff .kontaktinfo {
color: #111;
padding-top:12px;
margin-bottom:0.5em;
}
section.staff .kontaktinfo h4 {
font-size: 1.1em;
color:#111;
margin-bottom:0.2em;
text-transform: none;
}
section.staff .kontaktinfo h5 {
font-size: 0.9em;
color:#f57f1f;
margin-bottom:0.6em;
display:inline-block;
}


section.staff .kontaktinfo p {
font-size: 0.9em;
margin-bottom:0.6em;
}
section.staff .kontaktinfo em {
font-size: 1.3em;
color: #f57f1f;
}

section.staff .inner {
max-width: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 0.95em;
padding-right: 0.95em;
}

section.staff .inner:after {
content: " ";
display: block;
clear: both;
}

@media (max-width: 40em) {
section.staff .col {
padding-bottom: 1.25em;
}
}

@media (min-width: 50em) {
section.staff .col {
width: 23.5%;
float: left;
margin-right: 2%;
box-sizing: border-box;}
section.staff .col:nth-child(4n + 1) {
}
section.staff .col:nth-child(4n + 2) {
}
section.staff .col:nth-child(4n + 3) {
} 
section.staff .col:nth-child(4n + 4) {
width: 23.5%;
float: right;
margin-right: 0;} 
}

@media (max-width: 800px) {
section.staff .kontaktinfo p {max-width: 60%;}
section.staff .col {
width: 49%;
float: left;
margin-right: 2%;}
section.staff .col:nth-child(4n + 1) {
}
section.staff .col:nth-child(4n + 2) {
float: right;
margin-right: 0;
}
section.staff .col:nth-child(4n + 4) {
float: right;
margin-right: 0;}
section.staff .portrait img {
width:400px;
height:400px;
}}

@media (max-width: 641px) {
section.staff .col {
width: 100%;
float: left;
margin-left: auto;
margin-right: auto;}
section.staff img {float: none;}
section.staff .kontaktinfo p{max-width: 100%;}}


.fa-icon-big {
float: none!important; 
}




/* KONTAKTFORMULÄR */

fieldset#contact-form2 {
background-color: transparent;
border-radius:0;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
}

textarea#cf2 {
background-color: #fff;
padding:0.8em;
border-bottom:2px solid #0097A2;
}

textarea#cf2:hover {
background-color: #e9f2f3;
border-bottom:2px solid #cbe880;}

input#cf2 {
background-color: #fff;
padding:0.8em;
border-bottom:2px solid #0097A2;}

input#cf2:hover {
background-color: #e9f2f3;
border-bottom:2px solid #cbe880;}

input#contact-button2 {
margin-top: 0.8em;
background-color: #0097A2;
border: 0 solid #0097A2;
border-radius: 0;
color: #fff;

letter-spacing: 1px;
padding: 12px 24px;
text-transform: none;
}
input#contact-button2:hover {
background-color: #fff;
border: 0 solid #cbe880;
color: #0097A2;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #5f5f5f;
opacity: 1; /* Firefox */
font-size: 1em;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #5f5f5f;
}

::-ms-input-placeholder { /* Microsoft Edge */
color: #5f5f5f;
}

.icon-box { 
 list-style: none;
color:#000;

}

.icon-box i::before{
  content: "";
  font-size: 24px;
color:#000;
}

.icon-box:hover i::before{
  content: "";
}

.cc-btn {
background-color: #111!important;
border-radius: 0!important;
padding: 8px 8px!important;
color:#fff;
text-transform: none;
font-size:1em;
}
.cc-theme-classic {
border-radius: 0!important;
background: #fff!important;
font-size:1em;
color: #222!important;
box-shadow: 4px 0 12px 0 rgba(0,0,0,0.2);
}
.cc-window a {
color: #fff!important;
}

.scroll-to-top:before {
    position: absolute;
    top: 16px;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 0;
    content: '';
    left: 0;
    margin: 0 auto;
    transform: rotate(135deg);
    transition: all 0.3s ease;
}

#sigill {width:130px;}
p.fotepost {margin-bottom:0.5em;}
.fotepost img {width:20px;margin-right:0.5em;margin-bottom:-0.25em;}
.contactname {margin-bottom:0.5em;margin-top:0.2em;}

.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%;
}
.pdfs {background-color:#000;margin:0.5em 0;padding:0.5em;}
.pdfs:hover {background-color:#222;}

.produkter {display:flex;justify-content: space-between;flex-wrap: wrap;}
.produkt {width:49%;padding:1.5rem;margin-bottom:1.5rem;background-color: #f5f5f5;}
.produkt h5 {display:inline-block;font-size:1.4rem;text-transform:none;}

.centertx h3 {color:#f57f1f;text-align:center;margin:2rem auto 0;}