/*
Theme Name: Hissingen
Theme URI:
Description: Wordpress-tema till Uffesotare skapat av Inspot.
Version: 1.0
Author: Stefan Persson, Martin Håkansson
Author URI: https://inspot.se/
*/


html {
  font-family: var(--text-font);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; 
  line-height: 1.4;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

*, *:after, *:before {
  box-sizing: border-box; }

html {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased; }

body {
  background: #fbfbfb;
  color: var(--body-color);
  font-family: var(--text-font)!important;
  line-height: 1.6; }

a {
  color: #f68a3c;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #000; }

img,
canvas,
iframe,
video,
svg,
select,
textarea {
  max-width: 100%; }

img {
  height: auto;
  vertical-align: middle; }

video {
  width: 100%    !important;
  height: auto   !important;
  vertical-align: middle; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: var(--heading-font);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem; }

h1 {
  font-size: 2rem; 
}

h2 {
  font-size: 1.5rem; 
}

h3:not(.titel-med-bg) {
  font-size: 1.5rem!important; 
}

h4 {
  font-size: 1.25rem; 
}

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 0.75rem; }

ul, p {
  margin: 0 0 1.5rem; }

.ingress {
  font-weight: 700; }
  @media screen and (min-width: 1023px) {
    .ingress {
      font-size: 1.125rem; } }

ul.unstyled {
  margin: 0 0 1.5rem;
  padding: 0; }
  ul.unstyled li {
    list-style: none;
    margin-bottom: 0.375rem; }
    ul.unstyled li i {
      margin-right: 0.375rem; }

.italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

.heading-padding-bottom {
  padding-bottom: 1.5rem; }

.txt-center {
  text-align: center; }

.clearright {
  clear: right; }

img.alignright {
  display: block;
  margin: 0 0 1.3rem; }

@media screen and (min-width: 767px) {
  img.alignright {
    float: right;
    margin: 0 0 1.3rem 1.3rem; } }

.button, .button:active, .button:focus {
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  font-family: inherit;
  font-size: .95rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  color: #222;
  background: #6C7D8A;
  border: 0 solid transparent;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  line-height: 1.2; }

.button:hover {
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
  text-decoration: none;
  color: #000;
  background-color: #6C7D8A; }

.button.is-secondary {
  font-size: .95rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  color: #6C7D8A;
  background: none;
  border: 2px solid #6C7D8A;
  padding: 0.5rem 1.5rem; }
  .button.is-secondary:hover {
    color: #222;
    background: transparent;
    border-color: #6C7D8A; }

.button.is-tertiary {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  color: #324BBA;
  background: none;
  border-radius: 4px;
  border: 0 solid transparent;
  padding: 0.75rem 0; }
  .button.is-tertiary:hover {
    color: #324BBA;
    text-decoration: underline; }

.wpcf7-form p {
  font-size: .9rem;
  margin-bottom: .5rem; }

.wpcf7-form .last {
  margin-bottom: 0; }

.wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
  width: 100%;
  background: #fff;
  color: #444;
  border: 1px solid #eee;
  padding: .5rem;
  transition: all .35s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.wpcf7-form textarea {
  width: 100%;
  color: #444; }

  .wpcf7-form select {
    width: 100%;
    }

.wpcf7-form input[type="submit"] {
  width: 100%;
  background: #f68a3c;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  padding: .75rem 2rem;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.wpcf7-form input:hover[type="submit"] {
  background: #000; }

.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="tel"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form textarea:focus {
  background: #fff;
  border-color: #42738d;
  outline: none; }

::-webkit-input-placeholder {
  color: #787878; }

:-ms-input-placeholder {
  color: #787878; }

::-moz-placeholder {
  color: #787878;
  opacity: 1; }

:-moz-placeholder {
  color: #787878;
  opacity: 1; }

.bg-color-black {
  background: #111113; }

.bg-color-white {
  background: #fff; }

.bg-color-lightbrown {
  background: #fee0be; }

.bg-color-lightblue {
  background: #e3edff; }

.bg-color-lightgrey {
    background: #E9EBEF; }

.bg-gradient-lightgrey-to-white {
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); }

.wrapper {
  width: 92%;
  max-width: 1240px;
  position: relative;
  margin: 0 auto; }

.padding-top-bottom {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media screen and (min-width: 1023px) {
    .padding-top-bottom {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  @media screen and (min-width: 1279px) {
    .padding-top-bottom {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }

.padding-top {
  padding-top: 1.5rem; }
  @media screen and (min-width: 1023px) {
    .padding-top {
      padding-top: 2.5rem; } }
  @media screen and (min-width: 1279px) {
    .padding-top {
      padding-top: 3.75rem; } }

.padding-bottom {
  padding-bottom: 1.5rem; }
  @media screen and (min-width: 1023px) {
    .padding-bottom {
      padding-bottom: 2.5rem; } }
  @media screen and (min-width: 1279px) {
    .padding-bottom {
      padding-bottom: 3.75rem; } }

.top-bar {
  background: rgb(51,51,51);
  padding: .25rem 0;
}
@media screen and (min-width: 767px) {
  .top-bar {
    padding: .65rem 0;
  }
}
@media screen and (min-width: 767px) {
.top-bar .top-open, .top-bar .top-contact{
  width: 50%;
  float: left;
}
}

.top-bar .top-open span{
  color: #fff;
  font-size: .85rem;
  font-weight: 600;
  display: none;
}
@media screen and (min-width: 767px) {
  .top-bar .top-open span{
    display: inline-block;
  }
}
.top-bar .top-open ul{
  margin: 0;
  padding: 0;
  display: inline-block;
}
.top-bar .top-open ul li{
  color: #fff;
  font-size: .8rem;
  display: inline-block;
  margin-left: .15rem;
  list-style: none;
}
@media screen and (min-width: 767px) {
  .top-bar .top-open ul li{
    font-size: .85rem;
    margin-left: .5rem;
  }
}
@media screen and (max-width: 766px) {
  .top-bar .top-open ul li{
    margin-left: 0;
  }
}

@media screen and (min-width: 767px) {
.top-bar .top-contact {
  text-align: right;
}
}

.top-bar .top-contact ul{
  margin: 0;
  padding: 0;
  display: inline-block;
}
.top-bar .top-contact ul li{
  color: #fff;
  font-size: .8rem;
  display: inline-block;
  margin-left: .5rem;
  list-style: none;
}
@media screen and (min-width: 767px) {
.top-bar .top-contact ul li{
  font-size: .85rem;
    margin-left: 2rem;
  }
}
.top-bar .top-contact ul li:first-child{
  margin-left: 0;
}

.top-bar .top-contact ul li a{
  color: #fff;
}

.top-bar .top-contact ul li i{
  margin-right: .25rem;
}


.header-bg {
  /* margin-top: 3px; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }

.site-header {
  background: #fff;
  padding: .6rem 0 .5rem;
  position: relative;
  z-index: 99;
}

  @media screen and (min-width: 1140px) {
    .site-header {
      background: transparent;
      padding: 2.5rem 0 0; } }
  .site-header .site-wrapper {
    width: 87%;
    max-width: 2000px;
    margin: 0 auto; }
    @media screen and (min-width: 1140px) {
      .site-header .site-wrapper {
        position: relative;
        } }
.menu-burger {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 0.83rem;
  right: 4%;
  padding: 0.9375rem;
  display: none; }
  @media screen and (max-width: 1139px) {
    .menu-burger {
      display: block; } }
  @media screen and (max-width: 400px) {
    .menu-burger {
      top: 0.6rem;
    } 
  }
  .menu-burger.active {
    margin-bottom: 15px; }
  .menu-burger .menu-burger-line {
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: transform,opacity,left;
    -webkit-transition-property: opacity,left,-webkit-transform;
    transition-property: opacity,left,-webkit-transform;
    -o-transition-property: transform,opacity,left;
    transition-property: transform,opacity,left;
    transition-property: transform,opacity,left,-webkit-transform;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s; }
  .menu-burger .menu-burger-line-top {
    top: 6px;
    left: 0; }
  .menu-burger.active .menu-burger-line-top {
    -webkit-transform: rotate(45deg) translate3d(6px, 5px, 0);
    transform: rotate(45deg) translate3d(6px, 5px, 0); }
  .menu-burger .menu-burger-line-middle {
    top: 50%;
    left: 0;
    margin-top: -1px; }
  .menu-burger.active .menu-burger-line-middle {
    display: none; }
  .menu-burger .menu-burger-line-bottom {
    bottom: 6px;
    left: 0; }
  .menu-burger.active .menu-burger-line-bottom {
    left: 0;
    -webkit-transform: rotate(-45deg) translate3d(6px, -5px, 0);
    transform: rotate(-45deg) translate3d(6px, -5px, 0); }

.menu {
  text-align: left;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 1139px) {
    .menu {
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 0 0; }
      .menu.active {
        min-height: 100vh;
        background: #222;
        position: relative;
        z-index: 99;
        margin: 0; } }

.menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
   }

.menu > li > ul.sub-menu {
  min-width: 10em;
  padding: 4px 0;
  background-color: #f7f7f7; }

.menu ul li {
  text-align: left;
  padding: 0; }

.menu > ul > li {
  display: inline-block;
  padding: 1.125rem 0; }

.menu ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
  position: relative; }
  .menu ul li a:hover {
    color: rgba(255,255,255,.7);
    }
.menu ul.sub-menu li a {
  color: #333; }
.menu ul li > a {
  margin-right: 2rem;
  padding: 0.625rem 0;
}
@media all and (min-width: 1140px) {
.menu ul li > a {
    border-bottom: 2px solid transparent;
  }
.menu ul li.current-menu-item > a {
  border-bottom: 2px solid #fff;
}
}

.menu li.has-sub > a {
  margin-right: 1.75rem;
  padding-right: 2rem; }
  .menu li.has-sub > a:after {
    width: 12px;
    height: 12px;
    background: url(images/arrow-down.svg) no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: 1.15rem;
    right: 0.8125rem; }

.menu ul ul {
  min-width: 200px;
  background-color: #f7f7f7;
  display: none;
  position: absolute;
  top: 100%;
  z-index: 100;
  box-shadow: -1px 5px 10px 5px rgba(0, 0, 0, 0.1); }
  .menu ul ul > li {
    position: relative; }
    .menu ul ul > li a {
      padding: 0.625rem 3.125rem 0.625rem 0.625rem;
      height: auto;
      background-color: #f7f7f7;
      position: relative;
      margin-right: 0; }
      .menu ul ul > li a:hover {
        background-color: #f9f9f9;
        color: #000; }

.menu ul li:hover > ul {
  display: block; }

.menu ul ul ul {
  position: absolute;
  top: 0;
  left: 100%; }

@media all and (min-width: 1140px) {
  .menu ul li.has-sub ul li.has-sub > a {
    padding-right: 2rem;
    margin-right: 0;
    position: relative; }
  .menu ul li ul li.has-sub > a:after {
    width: 12px;
    height: 12px;
    background: url(images/arrow-right.svg) no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 0.9375rem;
    right: 0.625rem; } }

@media all and (min-width: 1140px) {
  .menu > ul > li:last-child a {
    margin-right: 0;
     } }

.menu .display-on-smallscreen {
  display: none; }

@media all and (max-width: 1139px) {
  .menu.active {
    padding-top: 15px; }
  .menu, .menu > ul ul {
    overflow: hidden;
    max-height: 0;
    background-color: #fff;
    box-shadow: -1px 5px 10px 5px rgba(0, 0, 0, 0);
   }
  .menu > li > ul.sub-menu {
    padding: 0px;
    border: none; }
  .menu.active,
  .menu > ul ul.active {
    max-height: 500em;margin-left: -7.5%;
    width: 115%! important;
    max-width: 115%!important; }
    .menu > ul ul.active{
      margin-left: 0;
    width: 100%! important;
    max-width: 100%!important; 
    }
  .menu ul {
    display: inline; }
  .menu li,
  .menu > ul > li {
    display: block;
    position: relative;
    padding: 0.125rem 0; }
  .menu li a {
    color: #000;
    display: block;
    padding: 0.75rem 4% !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    position: relative; }
  .menu ul li > a {
    margin: 0; }
  .menu ul li:first-child a {
    border-top: 1px solid rgba(0, 0, 0, 0.075); }
  .menu li.has-sub > a {
    padding-right: 0;
    margin-right: 0; }
  .menu li.has-sub > a:after {
    display: none; }
  .menu ul ul > li a {
    background-color: #f9f9f9;
    padding: 0.8125rem 4% 0.8125rem 30px !important; }
  .menu ul ul, .menu ul ul ul {
    display: inherit;
    position: relative;
    left: auto;
    top: auto;
    border: none; }
  .menu ul ul ul > li a {
    background-color: #f9f9f9;
    padding: 0.8125rem 4% 0.8125rem 60px !important; }
  .menu2 > ul > li:last-child {
    display: none; }
  .menu .toggle-link {
    width: 60px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    height: 100%;
    background: url(images/arrow-down.svg) no-repeat;
    background-size: 12px 12px;
    background-position: 50%;
    text-indent: -9999px;
    padding: 0.75rem 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1); }
  .menu .toggle-link.active {
    background: url(images/arrow-up.svg) no-repeat;
    background-size: 12px 12px;
    background-position: 50%; }
  .menu .display-on-smallscreen {
    text-align: left;
    display: block;
    padding: 24% 4% 0; }
  .menu .display-on-smallscreen .heading {
    color: #ccc;
    font-size: 1rem;
    font-weight: 600;
    display: block; }
  .menu .display-on-smallscreen .txt {
    color: #bbb;
    font-size: .975rem;
    display: block; }
  .menu .display-on-smallscreen .txt.last {
    margin-bottom: 18%; }
  .menu .display-on-smallscreen .button {
    display: block; }
  .menu .display-on-smallscreen .button.is-secondary {
    color: #bbb;
    border-color: #bbb;
    margin-bottom: 8%; } }

.sovent-group {
  width: 144px;
  height: 48px;
  background: url(images/sovent-group.svg) no-repeat;
  display: none;
}

@media screen and (min-width: 1140px) {
  .sovent-group {
    display: block;
    position: absolute;
    top: -2rem;
    right: 0;
  }
  .sovent-group a{
    width: 144px;
    height: 48px;
    text-indent: -9999px;
    display: block;
  }
}

.hero {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative; }
  .hero .hero-wrapper {
    width: 87%;
    max-width: 2000px;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    height: 380px; }
    @media screen and (min-width: 1023px) {
      .hero .hero-wrapper {
        max-height: 640px; 
        height: 27.5vw;
      } }
        @media screen and (min-width: 1281px) {
          .hero .hero-wrapper {
            max-height: 690px; 
            height: 27.5vw;
          
          } }
    .hero .hero-wrapper .hero-txt {
      text-align: center;
      position: relative;
      z-index: 1; }
      @media screen and (min-width: 1023px) {
        .hero .hero-wrapper .hero-txt {
          width: 60%; } }
      .hero .hero-wrapper .hero-txt h1, .hero .hero-wrapper .hero-txt p {
        color: #fff; }
      .hero .hero-wrapper .hero-txt h1 {
        font-size: 1.75rem; }
        @media screen and (min-width: 1023px) {
          .hero .hero-wrapper .hero-txt h1 {
            font-size: 2.75rem;
            margin-bottom: 1.5rem; } }
      @media screen and (min-width: 1023px) {
        .hero .hero-wrapper .hero-txt h1 + p {
          font-size: 1.3125rem; } }
      .hero .hero-wrapper .hero-txt p:last-child {
        margin: 0; }


.hero .hero-wrapper .hero-txt.hero-subpages h1 {
  display: inline-block;
  border: 4px solid #fff;
  padding: 1rem 2rem;
  text-transform: uppercase;
}

.hero .hero-wrapper .hero-txt .button.is-secondary {
  color: #fff;
  border-color: #fff;
}

.hero .hero-wrapper .hero-txt .button.is-secondary:hover {
  color: #222;
  background: #fff;
  }

.footer {
  background: #fff;
  padding: 1.5rem 0 .5rem; }
  @media screen and (min-width: 992px) {
    .footer {
      padding: 2.5rem 0 2rem; } }
  .footer a {
    color: #6C7D8A;
    text-decoration: underline;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .footer a:hover {
      color: #000; }
    .footer a.rm-button {
      border: 1px solid #6C7D8A;
      text-decoration: none;
      display: inline-block;
      padding: .375rem 1.25rem .25rem;
      text-transform: uppercase;
      font-size: .85rem;
      font-weight: 500;
    }
      @media screen and (max-width: 766px) {
        .footer a.rm-button {
          padding-left: 1rem;
          padding-right: 1rem; } }
  .footer ul {
    margin: 0 0 .75rem;
    padding: 0; }
    @media screen and (min-width: 1023px) {
      .footer ul {
        margin: 0; } }
  .footer li {
    font-size: 1rem;
    list-style: none;
    margin-bottom: .1rem; }
    .footer li i {
      margin-right: .5rem; }

.row-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media screen and (max-width: 766px) {
    .row-footer {
      flex-direction: column;
      flex-wrap: nowrap; } }
  .row-footer .columns-group {
    display: flex;
    flex-direction: row;
    flex: 1; }
    @media screen and (max-width: 766px) {
      .row-footer .columns-group {
        flex: 0 0 100%;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 0.9375rem; }
        .row-footer .columns-group:nth-of-type(2) {
          margin-bottom: 0;
          padding-bottom: 90px; } }
    .row-footer .columns-group .columns {
      display: flex;
      flex-direction: column;
      flex: 0 0 50%; }

      .row-footer .columns-group .columns i{
        display: inline-block;
 }

 .footer p {
   /* font-size: .9rem; */
   margin-bottom: 1rem;
}

.footer p:last-of-type {
  margin-bottom: 0;
}


#kartan {
  height: 300px;
}
@media screen and (min-width: 768px) {
#kartan {
  height: 400px;
}
}

.wp-prev-next {
  margin: .5rem 0 1.25rem; }

@media screen and (min-width: 1023px) {
  .wp-prev-next {
    margin: 1rem 0 0; } }

.wp-prev-next ul {
  margin: 0;
  padding: 0; }

.wp-prev-next ul li {
  list-style: none; }

@media screen and (min-width: 767px) {
  .wp-prev-next ul li {
    margin-bottom: 0; } }

.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

.wp-prev-next ul li a {
  background: #e97c03;
  color: #fff;
  position: relative;
  font-size: .85rem;
  font-weight: 700;
  padding: .5rem 1rem;
  border: 1px solid #e97c03;
  transition: all .25s ease-in-out;
  display: inline-block; }

@media screen and (min-width: 767px) {
  .wp-prev-next ul li a {
    padding: .5rem 2.5rem; } }

.wp-prev-next ul li a:hover {
  background: #d57103;
  color: #fff;
  border-color: #d57103; }

blockquote {
  background: rgba(254, 193, 26, 0.6);
  display: block;
  padding: 1.5rem 1rem 1.5rem 4.5rem;
  margin: 1.3rem 0;
  position: relative; }

blockquote.tips p:last-of-type {
  margin-bottom: 0; }

blockquote.tips i {
  background: #fff;
  color: #333;
  font-size: 1.5rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: .5rem .75rem;
  border-radius: 50%; }

.hero-pages {
  background: #eeeeee; }

.hero-pages-wrapper {
  width: 92%;
  max-width: 1240px;
  position: relative;
  margin: 0 auto;
  display: flex;
  padding: 1.5rem 0; }
  @media screen and (min-width: 1023px) {
    .hero-pages-wrapper {
      padding: 2.5rem 0; } }
  @media screen and (min-width: 1279px) {
    .hero-pages-wrapper {
      padding: 8rem 0 6rem; } }

.hero-pages-txt {
  position: relative; }
  @media screen and (min-width: 1023px) {
    .hero-pages-txt {
      width: 60%;
      margin: 0 auto;
      text-align: center; } }
  .hero-pages-txt h1, .hero-pages-txt p {
    color: #34373a; }
  .hero-pages-txt h1 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0; }
    @media screen and (min-width: 1023px) {
      .hero-pages-txt h1 {
        font-size: 2.25rem; } }
  @media screen and (min-width: 1023px) {
    .hero-pages-txt h1 + p {
      font-size: 1.3125rem; } }

.page-intro {
  background-color: #222;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative; }
  .page-intro:before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block; }

.page-intro-wrapper {
  width: 92%;
  max-width: 1240px;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  height: 200px; }
  @media screen and (min-width: 1023px) {
    .page-intro-wrapper {
      height: 380px; } }

.page-intro-txt {
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 1023px) {
    .page-intro-txt {
      width: 60%; } }
  .page-intro-txt h1, .page-intro-txt p {
    color: #fff; }
  .page-intro-txt h1 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 1023px) {
      .page-intro-txt h1 {
        font-size: 2.75rem;
        margin-bottom: 2.5rem; } }
  @media screen and (min-width: 1023px) {
    .page-intro-txt h1 + p {
      font-size: 1.3125rem; } }
  .page-intro-txt p:last-child {
    margin: 0; }
    @media screen and (min-width: 1023px) {
      .page-intro-txt p:last-child {
        margin: 2.5rem 0 0; } }
  .page-intro-txt p i {
    margin-right: 0.5rem; }

/* .row-page {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start; }

.row-page .columns {
  display: flex;
  flex-direction: column;
  flex: 1; }
  @media screen and (max-width: 1022px) {
    .row-page .columns {
      flex: 0 0 100%;
      width: 100% !important;
      max-width: 100% !important; } }

@media screen and (min-width: 1023px) {
  .row-page .columns:nth-of-type(1) {

    margin-right: 3%; } }

.row-page .columns h2, .row-page .columns h3 {
  text-align: center;
  margin-bottom: .75rem; }

@media screen and (min-width: 1023px) {
  .row-page .columns.sidebar p:last-child {
    margin-bottom: 0; } }


.row-page .columns .box {
  background: #fff;
  padding: 1.25rem; }
  @media screen and (min-width: 1023px) {
    .row-page .columns .box {
      border: 20px solid #fff; } }
  .row-page .columns .box.bookingform {
    background: #fee0be; }
  .row-page .columns .box.info-lightblue {
    background: #e3edff; }

.row-page .columns.sidebar input {
  width: 100%;
  border: 0;
  padding: 8px; }

.row-tips {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .row-tips {
      flex-direction: column;
      flex-wrap: nowrap; } }
  @media screen and (min-width: 1023px) {
    .row-tips {
      margin-top: 2.5rem; } }

.row-tips .columns {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 3%;
  position: relative; }
  @media screen and (max-width: 768px) {
    .row-tips .columns {
      flex: 0 0 100%;
      width: 100% !important;
      max-width: 100% !important;
      margin-right: 0;
      margin-bottom: 1rem; }
      .row-tips .columns:nth-of-type(3) {
        margin-bottom: 0; } }
  .row-tips .columns:nth-of-type(3) {
    margin-right: 0; }

@media screen and (min-width: 769px) {
.row-tips .columns p:last-of-type{
  margin-bottom: 0;
}
}


@media screen and (min-width: 1023px) {
  .article-heading, .article-body {
    width: 58%;
    margin: 0 auto; } }

.article-heading {
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 1023px) {
    .article-heading {
      margin: .5rem auto 2.5rem; } }
  .article-heading h1 {
    margin-bottom: 0; }

.article-img {
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 1023px) {
    .article-img {
      width: 82%;
      margin-left: auto;
      margin-right: auto; } }

.publish-date {
  color: #777;
  font-size: 0.75rem;
  display: block;
  margin-top: 0.3125rem; }

.row-article h2, .row-article h3 {
  margin-top: 2.5rem;
  margin-bottom: .75rem; }

.row-article-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.row-article-items .article-item {
  display: flex;
  flex-direction: column;
  width: calc(1/2*100% - (1 - 1/2)*20px);
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  padding: 0.625rem; }
  @media screen and (max-width: 1022px) {
    .row-article-items .article-item {
      flex: 0 0 100%;
      width: 100% !important;
      max-width: 100% !important; } }

.row-article-items .article-item h2 {
  font-size: 1.15rem;
  margin: .75rem 0 .25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.row-article-items .article-item span {
  color: #888;
  font-size: 0.75rem; }

.row-article-items .article-item a {
  color: #282828; }

.row-4-ingangar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .row-4-ingangar {
      flex-direction: column;
      flex-wrap: nowrap; } }

.row-4-ingangar .columns {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  margin-right: 3%;
  position: relative; }
  @media screen and (max-width: 768px) {
    .row-4-ingangar .columns {
      flex: 0 0 100%;
      width: 100% !important;
      max-width: 100% !important;
      margin-right: 0; } }

.row-4-ingangar .columns:nth-of-type(4) {
  margin-right: 0; }

.row-3-ingangar .columns:nth-of-type(1), .row-3-ingangar .columns:nth-of-type(3) {
  align-self: center; }

.row-4-ingangar .column-txt {
  padding: 1.5625rem 0 0; }

.row-4-ingangar .column-txt h2 {
  font-size: 1.425rem;
  font-weight: 400; }

.row-4-ingangar .column-txt p:last-of-type {
  margin-bottom: 0; }

.row-4-ingangar .column-txt p i, .row-4-ingangar .column-txt ul li i {
  margin-right: 0.5rem; }

.row-4-ingangar .column-txt ul {
  margin: -.5rem 0 1.5rem;
  padding: 0; }

.row-4-ingangar .column-txt ul li {
  font-size: 1rem;
  list-style: none;
  margin-bottom: .3875rem; }

.row-4-ingangar .columns img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative; }


.tjanster-start {
 margin: 0;
 padding: 3rem 0;
}

.tjanster-start li {
 list-style: none;
 position: relative;
 margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) and (max-width: 1022px) {
.tjanster-start li {
	width: 48.5%;
	float: left;
	margin-bottom: 1rem;
	margin-right: 3%;
	}
.tjanster-start li:nth-of-type(2n) {
	margin-right: 0;}
}
@media screen and (min-width: 1023px) {
.tjanster-start li {
	width: 31.333333333333333%;
	float: left;
	margin-right: 3%;
  margin-bottom: 1.75rem;
	}

.tjanster-start li:nth-of-type(1),.tjanster-start li:nth-of-type(2) {
  	width: 48.5%;
  }
.tjanster-start li:nth-of-type(2) {
    margin-right: 0;
    }
.tjanster-start li:nth-of-type(5){
	margin-right: 0;
}
.tjanster-start li:nth-of-type(n+3) {
	margin-bottom: 0;
}
}

.tjanster-start li img {
    border-radius: 4px;
}

.tjanster-start li a {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tjanster-start li a:hover {
    background: rgba(0, 0, 0, 0.1);
}
.tjanster-start li a h2 {
    color: #fff;
    font-size: 1.2875rem;
    font-weight: 400;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    margin-bottom: 0;
}

.tjanster-start li a h2 i {
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.tjanster-start li a:hover h2 i {
  padding-left: 1rem; }

@media screen and (min-width: 200px) {
  .eq-h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

    ul.pros,ul.cons,ul.thumbs-up,ul.checked {
      margin: 0 0 1.5rem 20px;
      padding: 0; }

    ul.pros li,ul.cons li,ul.thumbs-up li,ul.checked li {
      font-size: 0.975rem !important;
      list-style: none !important;
      margin-bottom: .375rem;
      position: relative; }

    ul.pros li:last-of-type,ul.cons li:last-of-type,ul.thumbs-up li:last-of-type,ul.checked li:last-of-type{
      margin-bottom: 0; }

    ul.pros li:before {
      color: #008000;
      font-family: "Font Awesome 5 Free";
      font-size: .925rem;
      font-weight: 900;
      content: "\f055";
      display: block;
      position: absolute;
      top: 1px;
      left: -1.2875rem; }

    ul.cons li:before {
      color: #FF3823;
      font-family: "Font Awesome 5 Free";
      font-size: .925rem;
      font-weight: 900;
      content: "\f056";
      display: block;
      position: absolute;
      top: 1px;
      left: -1.2875rem;
    }

    ul.thumbs-up li:before {
      color: #008000;
      font-family: "Font Awesome 5 Free";
      font-size: .925rem;
      font-weight: 900;
      content: "\f164";
      display: block;
      position: absolute;
      top: 1px;
      left: -1.2875rem; }

      ul.checked li:before {
        color: #008000;
        font-family: "Font Awesome 5 Free";
        font-size: .925rem;
        font-weight: 400;
        content: "\f058";
        display: block;
        position: absolute;
        top: 1px;
        left: -1.2875rem; }

.row-contact-page {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: flex-start; }

          .row-contact-page .columns {
            display: flex;
            flex-direction: column;
            flex: 1; }
            @media screen and (max-width: 1022px) {
              .row-contact-page .columns {
                flex: 0 0 100%;
                width: 100% !important;
                max-width: 100% !important; } }

          @media screen and (min-width: 1023px) {
            .row-contact-page .columns:nth-of-type(1) {
              flex: none;
              width: 60%;
              margin-right: 4%; } }



.row-intro {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
.row-intro {
flex-direction: column;
flex-wrap: nowrap;
}
}
.row-intro .columns {
display: flex;
flex-direction: column;
flex: 1;
}
@media screen and (max-width: 1023px) {
.row-intro .columns {
flex: 0 0 100%;
width: 100% !important;
max-width: 100% !important;
}
}
@media screen and (min-width: 1024px) {
.row-intro .columns:nth-of-type(1) h2{
  font-size: 1.875rem;
  text-align: center;
  position: relative;
}
.row-intro .columns:nth-of-type(1) h2:after{
  width: 40%;
  display: block;
  content: '';
  margin: .75rem auto 0;
  border-bottom: 3px solid #000;
}
}
.row-intro .columns:nth-of-type(2) {

margin-left: 3%;
}
@media screen and (max-width: 1023px) {
.row-intro .columns:nth-of-type(2) {
flex: 0 0 100%;
width: 100% !important;
max-width: 100% !important;
margin-left: 0;
}
}


.row-booking {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
.row-booking {
flex-direction: column;
flex-wrap: nowrap;
}
}
.row-booking .columns {
display: flex;
flex-direction: column;
flex: 1;
}
@media screen and (max-width: 1023px) {
.row-booking .columns {
flex: 0 0 100%;
width: 100% !important;
max-width: 100% !important;
}
}
.row-booking .columns:nth-of-type(2) {
  background: #E5F5FC;
  margin-left: 3%;
  padding: 1.5rem 3rem;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
.row-booking .columns:nth-of-type(2) {
margin-left: 0;
padding: 1.25rem;
}
}
@media screen and (min-width: 1024px) {
  .row-booking .columns:nth-of-type(2) p:first-of-type{
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
}
.row-booking .columns:nth-of-type(2) p:last-of-type{
  margin-bottom: 0;
}
.row-booking .columns img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative; }


  .row-extra-field {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  }
  @media screen and (max-width: 1023px) {
  .row-extra-field {
  flex-direction: column;
  flex-wrap: nowrap;
  }
  }
  .row-extra-field .columns {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-self: center;
  }
  @media screen and (max-width: 1023px) {
  .row-extra-field .columns {
  flex: 0 0 100%;
  width: 100% !important;
  max-width: 100% !important;
  }
  }

  .row-extra-field .columns:nth-of-type(2) {

    margin-left: 3%;
    padding: 3rem;
  }
  @media screen and (max-width: 1023px) {
  .row-extra-field .columns:nth-of-type(2) {
  margin-left: 0;
  padding: 0;
  }
  }
  .row-extra-field .columns:nth-of-type(2) p{
    margin: 0;
  }

@media screen and (min-width: 1023px) {
.row-extra-field .columns:nth-of-type(2) {
    position: relative;
    z-index: 30;
}
.row-extra-field .columns:nth-of-type(2):after {
  content: "";
  width: 80%;
  height: 80%;
  background: rgba(108, 125, 138, .2);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
.row-extra-field .columns:nth-of-type(2):before {
  content: "";
  width: 80%;
  height: 80%;
  background: rgba(108, 125, 138, .2);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.row-extra-field .columns:nth-of-type(2) img{
    position: relative;
    z-index: 40;
}
}

  .alert-info {
      background-color: #d9edf7;
      border-color: #bce8f1;
      color: #31708f;
      padding: 1.25rem;
      margin-bottom: 1rem;
  }

table.pricelist {
  width: 100%;
      margin: 0 0 2rem;
      padding: 0;
  }
table.pricelist tr td {
  border-right: 3px solid #fff;
  padding: .5rem;
  }
table.pricelist2 tr td:first-of-type {
    width: 60%;
    }
table.pricelist tr td:nth-of-type(3) {
    border-right: 0;
}

table.pricelist tr:first-of-type td {
          font-weight: 500;
      }
table.pricelist tr:nth-child(even) td {
        background: #E9EBEF;
    }

    .accordion-container {
      margin: 1.3rem 0 1.5rem; }

    .ac {
      margin-bottom: .75rem;
      border: 1px solid #dadada;
      background-color: #fff; }

    .ac.active, .ac:hover {
      background-color: #fafafa; }

    .ac > p:first-child {
      margin-bottom: 0; }

    .ac > .ac-q {
      color: #6C7D8A;
      font-size: .915rem;
      font-weight: 400;
      text-transform: none;
      text-decoration: none;
      outline: 0;
      padding-top: 15px;
      padding-right: 30px;
      padding-bottom: 0;
      padding-left: 14px;
      display: block;
      cursor: pointer;
      position: relative;
      border-bottom: 0;
      margin-bottom: 15px; }

    .ac > .ac-q::after {
      content: "\f107";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      text-align: center;
      width: 15px;
      right: 10px;
      top: 67%;
      transform: translate(0, -50%);
      position: absolute; }

    .ac > .ac-a {
      overflow: hidden;
      -webkit-transition-property: all;
      -webkit-transition-timing-function: ease;
      transition-property: all;
      transition-timing-function: ease; }

    .ac > .ac-a p {
      font-size: .9rem;
      line-height: 1.5;
      margin: 0;
      padding: 0 14px 14px; }

    .ac.active > .ac-q::after {
      content: "\f106";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      width: 15px; }


      .row-boka {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      }
      @media screen and (max-width: 1023px) {
      .row-boka {
      flex-direction: column;
      flex-wrap: nowrap;
      }
      }
      .row-boka .columns {
      display: flex;
      flex-direction: column;
      flex: 1;
      }
      @media screen and (max-width: 1023px) {
      .row-boka .columns {
      flex: 0 0 100%;
      width: 100% !important;
      max-width: 100% !important;
      }
      }
      @media screen and (min-width: 1024px) {
      .row-boka .columns h2{
        font-size: 1.5rem;
      }
      }
      .row-boka .columns:nth-of-type(2) {
      margin-left: 8%;
      }
      @media screen and (max-width: 1023px) {
      .row-boka .columns:nth-of-type(2) {
      flex: 0 0 100%;
      width: 100% !important;
      max-width: 100% !important;
      margin-left: 0;
      }
      }


      .personal-list
      {
      	margin: 0;
      	padding: 0;
      }

      .personal-list li
      {
      	list-style: none;
      	text-align: center;
      	padding:.75rem;
      	float: left;
      	margin-bottom: .5rem;
      	border: 1px solid #ddd;
      }
      @media screen and (max-width:767px){
      .personal-list li
      {
      	width: 49%;
      	margin-right: 2%;
      }
      .personal-list li:nth-child(2n)
      {
      	margin-right: 0;
      }
      }


      @media screen and (min-width:768px) and (max-width:1100px)
      {
      .personal-list li
      {
      	width: 32%;
      	margin-right: 2%;
      }
      .personal-list li:nth-child(3n)
      {
      	margin-right: 0;
      }
      }

      @media screen and (min-width:1101px)
      {
      .personal-list li
      {
      	width: 15.833333333%;
      	margin-right: 1%;
      }
      .personal-list li:nth-child(6n)
      {
      	margin-right: 0;
      }
      }

      .personal-list li h3
      {
      	font-size: .95rem;
      	font-weight: 700;
      	margin: 1rem 0 .25rem;
      }

      .personal-list li p
      {
      	font-size: .9rem;
      	margin: 0;
      }

      .row-front-cols {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-bottom: 1.25rem;
      }
      @media screen and (max-width: 1023px) {
      .row-front-cols {
      flex-direction: column;
      flex-wrap: nowrap;
      }
      }
      @media screen and (min-width: 1023px) {
      .row-front-cols {
      margin-bottom: 5rem;
      }
      }
      .row-front .row-front-cols:last-child {
      margin-bottom: 0;
      }
      @media screen and (min-width: 1023px) {
        .row-front .row-front-cols:last-child {
        margin-bottom: 3rem;
        }
      }
      .row-front-cols .columns {
      display: flex;
      flex-direction: column;
      flex: 1;
      align-self: center;
      position: relative;
      }
      @media screen and (max-width: 1023px) {
      .row-front-cols .columns {
      flex: 0 0 100%;
      width: 100% !important;
      max-width: 100% !important;
      }
      }

      .row-front-cols .columns:nth-of-type(1) {
        background: #F5F7F9;
        z-index: 20;
        border-radius: 6px;
      }

      .row-front-cols:nth-of-type(odd) .columns:nth-of-type(1) {
        order: 2;
        margin-left: -5%;
        padding: 6rem 3rem;
      }

      .row-front-cols:nth-of-type(even) .columns:nth-of-type(1) {
        order: 1;
        margin-right: -5%;
        padding: 6rem 3rem;
      }

      @media screen and (max-width: 1023px) {
        .row-front-cols:nth-of-type(odd) .columns:nth-of-type(1),.row-front-cols:nth-of-type(even) .columns:nth-of-type(1) {
          order: 2;
          margin-left: 0;
          margin-right: 0;
          padding: 1.5rem;
        }
      }

      .row-front-cols:nth-of-type(odd) .columns:nth-of-type(2) {
        order: 1;
        flex: none;
        width: 56%;
        z-index: 10;
      }

      .row-front-cols:nth-of-type(even) .columns:nth-of-type(2) {
        order: 2;
        flex: none;
        width: 56%;
        z-index: 10;
      }

      @media screen and (max-width: 1023px) {
        .row-front-cols:nth-of-type(odd) .columns:nth-of-type(2),.row-front-cols:nth-of-type(even) .columns:nth-of-type(2) {
          order: 1;
        }
      }

      .row-front-cols .columns img{
        border-radius: 6px;
      }

      .row-front-cols h2 {
        font-size: 1.75rem;
        margin-bottom: 1.25rem;
      }

      .rm-box {
      background: #000;
      color: #fff;
      position: absolute;
      bottom:40px;
      right: 0;
      padding: 10px 18px;
      }

      @media screen and (max-width: 1023px) {
        .rm-box {
        bottom:10px;
        padding: 6px 11px;
        }
      }

      .row-front-cols .columns a {
      position: absolute;
      top:0;
      bottom:0;
      right:0;
      left:0;
      } */

      .orter-lista
      {
        margin: 0;
        padding: 0;
      }

      .orter-lista li
      {
      width:100%;
      background: #F5F7F9;
        list-style: none;

        padding:1.25rem;
        margin-bottom: 1rem;
      }
      @media screen and (min-width:768px){
      .orter-lista li
      {
        float: left;
      }
      }


      @media screen and (min-width:768px) and (max-width:1100px)
      {
      .orter-lista li
      {
        width: 32%;
        margin-right: 2%;
      }
      .orter-lista li:nth-child(3n)
      {
        margin-right: 0;
      }
      }

      @media screen and (min-width:1101px)
      {
      .orter-lista li
      {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 1.5rem;
        padding:2.5rem 1.5rem;
      }
      .orter-lista li:nth-child(4n)
      {
        margin-right: 0;
      }
      .orter-lista li:nth-child(n+5)
      {
        margin-bottom: 0;
      }
      }

      .orter-lista li h3
      {
        font-size: 1.1875rem;
        font-weight: 700;
        margin: 0 0 1.25rem;
      }

      .orter-lista li p
      {
        font-size: .9rem;
        margin: 0;
      }
      .orter-lista li i
      {
        margin-right: 5px;
      }
      .orter-lista li a
      {
        color: #222;
      }

      .bokningsportaler
      {
        margin: 0;
        padding: 0;
      }

      .bokningsportaler li
      {
      width:100%;
      background: #F5F7F9;
        list-style: none;

        padding:1.25rem;
        margin-bottom: 1rem;
        position: relative;
      }
      @media screen and (min-width:768px){
      .bokningsportaler li
      {
        float: left;
      }
      }


      @media screen and (min-width:768px) and (max-width:1100px)
      {
      .bokningsportaler li
      {
        width: 49%;
        margin-right: 2%;
      }
      .bokningsportaler li:nth-child(2n)
      {
        margin-right: 0;
      }
      }

      @media screen and (min-width:1101px)
      {
      .bokningsportaler li
      {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 0;
        padding:2.5rem 1.5rem 4.5rem;
      }
      .bokningsportaler li:nth-child(4n)
      {
        margin-right: 0;
      }
      }

      .bokningsportaler li h3
      {
        font-size: 1.1875rem;
        font-weight: 700;
        margin: 0 0 1rem;
      }

      .bokningsportaler li p
      {
        color: #222;
        font-size: .9rem;
      }
      .bokningsportaler li p:last-of-type
      {
        position: absolute;
        bottom: 2rem;
        margin-bottom: 0;
      }
      .bokningsportaler li i
      {
        margin-right: 8px;
      }

      .bokningsportaler li .button, .bokningsportaler li .button:active, .bokningsportaler li .button:focus {
        color: #fff;
        background: #f68a3c;
        }

      .bokningsportaler li .button:hover {
        background-color: #000; }





        /* Martin kod som ligger lite off */

body h2{
  font-size: 2rem;
}
@media screen and (max-width: 991px){
  body h2{
    font-size: 2rem;
  }
  .header-bg{
    /* margin-top: 56px; */
  }
  .site-header{
    /* position: absolute;
    top: -56px; */
    left: 0;
    right: 0;
  }
  .hero .hero-wrapper{
    height: 52.3vw;
  }
}


@media screen and (min-width: 992px){
  section.variable-side:nth-of-type(2n) .site-variation-target{
    order: 1;
  }
}
.short-hr{
  width: 20px;
  border-width: 3px;
  border-color: rgba(0,0,0,.5);
  margin-left: 0;
}
.cpy-4{
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
}
.floaty-lapp{
  position: absolute;
  right: 70px;
  top: -40px;
  z-index: 9;
}
@media screen and (max-width: 992px){
  .floaty-lapp{
    left: 0;
  }
}
.floaty-lapp img, img.floaty-lapp {
  width: 150px;
  height: auto;
}
.aligned-row .normal-lapp{
  margin-right: 1rem;
}
.aligned-row .normal-lapp:last-child{
  margin-right: 0;
}
.normal-lapp img{
  width: 200px;
  height: auto;
}
.text-vertically-centered{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.row-image{
  border: 1px solid #696b6f;
  padding: .7rem;
  background-color: white;
}
@media screen and (max-width: 992px){
  .row-image{
    border: 3px solid #b4b4b4;
  }
}
.var-cols{
  display: flex;
  flex-wrap: wrap;
}
.cols{
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: .75rem;
}
.full-width-bild{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.images-right{
  display: flex;
}
.aligned-column{
  flex-direction: column;
}
.aligned-row{
  flex-direction: row;
}
.colored-text-line{
  padding: 1rem 0;
  background-color: #ff863d;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.colored-text-line p{
  margin-bottom: 0;
}
.text-section p, .row-section p, .footer-row-section p{
  font-size: 1.0rem;
  /* font-size: 0.95rem; */
  font-weight: 400;
}

@media screen and (max-width: 992px){
  .row-section p:last-child{
    margin-bottom: 0;
  }
}

.container.container{
  width: 100%;
  max-width: 1100px;
  margin-top: 2rem;
}
.content-wrapper{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  background-color: var(--container-bg);
  /* border-left: 1px solid black;
  border-right: 1px solid black; */
  margin-top: 2rem;
  padding-top: .1px;
}
@media screen and (max-width: 992px){
  .content-wrapper{
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #fff;
  }
}
.page-template-om-oss .header-bg, .page-id-104 .header-bg{
  background-position: center bottom;
}
.page-template-om-oss .text-section .container{
  max-width: 1000px;
}
.page-template-om-oss .hero .hero-wrapper{
  justify-content: center;
}
.big-quote{
  font-size: 4.5em;
  line-height: .5;
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  font-weight: 800;
  font-family: "Oswald";
}
.hero-quote{
  color: white;
  text-align: center;
  font-size: 2.9rem;
  margin-top: 10rem;
  font-family: "Anton";
}
.hero-quote.no-quote{
  font-size: 4.5rem;
  margin-top: 8rem;
}
@media screen and (max-width: 992px){
  .images-right{
    flex-direction: row;
    position: absolute;
    bottom: -200px;
  }
  .colored-text-line{
    background-color: transparent;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .hero-wrapper.hero-wrapper.has-lappar{
    /* margin-bottom: 220px; */
  }
  .outline-link{
    max-width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .has-lapp{
    padding-top: 2.5rem!important;
  }
  .hero .hero-wrapper {
    justify-content: center;
  }
  .big-quote{
    font-size: 3.5em;
    top: 4.5rem;
  }
  .hero-quote{
    font-size: 1.2rem;
    margin-top: 6rem;
  }
  .hero-quote.no-quote{
    font-size: 1.8rem;
    margin-top: 4rem;
  }
}
.rounded-card-img{
  border-radius: 1rem;
}
.card-section .colored-card{
  border-radius: 1rem;
  padding: 1.5rem 1.5rem .5rem;
  text-align: left;
}
.card-section .outline-link{
  font-size: 1.1rem;
}
.card-section{
  text-align: center;
}
@media screen and (max-width: 992px){
  .card-section .col-12:not(:last-child){
    margin-bottom: 1.5rem;
  }
}

.page-template-kontakt-ort a{
  color: #2c2e35;
}
.page-template-kontakt-ort h2{
  font-size: 2.3rem;
}
.larger-text{
  font-size: 1.1rem;
}

/* Forms */
.kontakt-formular label{
  width: 100%;
  margin-bottom: .8rem;
}
.kontakt-formular textarea{
  height: 150px;
}
.kontakt-formular input.wpcf7-form-control{
  border-radius: .5rem;
  height: calc(1.5em + .75rem + 2px);
  padding-right: 1.75rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}
.kontakt-formular textarea.wpcf7-form-control{
  border-radius: .5rem;
  padding-right: 1.75rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}
.wpcf7 select{
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding-right: 1.75rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  background-color: white;
  border-radius: .5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-row.form-row > .col, .form-row.form-row > [class*="col-"]{
  padding-right: 8px;
  padding-left: 8px;
}
.form-row.form-row{
  margin-right: -8px;
  margin-left: -8px;
}
.kontakt-formular .wpcf7-form input[type="submit"]{
  display: inline;
  width: auto;
  margin-top: 1rem;
  padding-right: .5rem;
  padding-left: .5rem;
  padding-bottom: .3rem;
  padding-top: .3rem;
  font-weight: 600;
  transition: all .3s ease-in-out;
}
.border-rad{
  border-radius: 0 0 .25rem .25rem;
}
.right-logo-link{
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 49%;
}

/* Modal */
#bookingmodal{
  text-align: center;
}
#bookingmodal .modal-body{
  padding: 2rem;
}
#bookingmodal h2{
  color: #f68a3c;
  padding-bottom: 1rem;
}
#bookingmodal .modal-text{
  color: #fff;
  padding: 0 6rem;
  font-size: 1.1rem;
}
#bookingmodal .modal-text > p{
  margin-bottom: 1.5rem;
} 
.modal-booking-card{
  text-align: center;
  position: relative;
  padding: .5em .5em 34px .5em;
}
.modal-booking-card h3{
  color: #f68a3c;
  text-transform: uppercase;
  font-size: 1.55rem;
}
.modal-booking-card a{
  display: block;
  background-color: #595b61;
  color: white;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding-top: 5px;
  height: 34px;
}
.modal-booking-card a:hover{
  display: block;
  background-color: #f68a3c;
  color: white;
  text-decoration: none;
}
#bookingmodal .close{
  opacity: .8;
  color: #fff;
  font-size: 2.5rem;
  line-height: 0.5;
}
#bookingmodal .close-text{
  font-size: 1rem;
  margin-right: .5rem;
  font-weight: 300;
  vertical-align: top;
  line-height: 1.5;
}
#bookingmodal .close:hover{
  opacity: 1;
  color: #fff;
}
@media screen and (max-width: 992px){
  #bookingmodal .modal-text{
    padding: 0 2rem;
  }
  #bookingmodal .modal-body{
    padding: 1rem;
  }
  .modal-booking-card h3{
    color: #f68a3c;
    text-transform: uppercase;
    font-size: 1.4rem;
  }
}

/* Knapper och färger */
.text-section a:not(.outline-link), .card-section a:not(.outline-link){
  color: #000;
}
.text-section a:not(.outline-link):hover, .card-section a:not(.outline-link):hover{
  color: #616060;
}

.color-grayish{
  color: #000;
}
.color-darkish{
  color: #2c2e35;
}
.text-normal{
  color: #4e5053;
}
.content-with-border{
  border: 5px solid #ff863d;
  padding: 3rem;
}
.contact-orange-normal{
  background-color: #ffc196;
}
.contact-orange-light{
  background-color: #fff2e9;
}
.orange-contact-box{
  background-color: #ffe8d8;
}
.orange-contact-box h3{
  color: #ff863d;
}
.orange-contact-box a{
  color: #484a53;
}
.custom-orange-button.custom-orange-button{
  border-color: #f68a3c;
  color: #f68a3c;
  transition: all .2s ease-in-out;
}
.custom-orange-button.custom-orange-button:hover{
  border-color: #f68a3c;
  color: #fff;
  background-color: #f68a3c;
}
.bg-custom-dark{
  background-color: #2c2e35;
}
.color-quite-dark{
  color: #2c2e35;
}

.outline-link{
  display: inline-block;
  padding: .2rem .6rem;
  border: 1px solid #000;
  color: #000;
  font-weight: 600;
  margin-right: 1rem;
  transition: all .2s ease;
  /* max-width: calc(33% - 0.9rem); */
  font-size: 1.1rem;
}
.outline-link:last-child{
  margin-right: 0;
}
.outline-link:hover, .outline-link:focus{
  border: 1px solid #000;
  background-color: #000;
  color: white;
  text-decoration: none;
}

/* other */
.page-template-boka-direkt .pre-footer, .page-template-kontakt .pre-footer{
  display: none;
}

.header-cta{
  background-color: #ff8530;
  padding: .5rem;
  text-align: center;
  display: none;
}
@media screen and (max-width: 992px){
  .stickers img{
    display: none;
  }
  .transparent-white > img{
    display: none;
  }
  .header-cta{
    display: block;
  }
}

.header-cta p{
  font-size: 1.1rem;
  color: #fff;
  font-weight: 400;
  font-family: 'Block Berthold', sans-serif;
  margin-bottom: 0;
}

.special-formating{
  display: inline-block;
}
@media (max-width: 992px){
  .special-formating{
    display: inline;
  }
}