/*
Theme Name: Sotare
Theme URI:
Description: Wordpress-tema till För sotare. 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: #000;
  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 {
  font-size: 1.4rem!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 .8rem;
  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: 1.53rem;
  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: 1.7rem;
    } 
  }
  .menu-burger.active {
    margin-bottom: 15px; }
  .menu-burger .menu-burger-line {
    height: 2px;
    background-color: #000;
    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%; }  */
  }

.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; }



 .footer p {
   font-size: 1.05rem;
   margin-bottom: 1rem;
}

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


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

.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; }




      /* .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(--wp--preset--color--container-bg);
  margin-top: 2rem;
  padding-top: .1px;
}
@media screen and (max-width: 992px){
  .content-wrapper{
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
    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;
}
.grecaptcha-badge{
	visibility: hidden;
}