@import url("https://use.typekit.net/rrk8eof.css");
/*
 Theme Name: Hamrén Media Theme
 Description: Hamrén Media Theme
 Author: Hamrén Media
 Version: 2.0
 */
body {
  -webkit-font-smoothing: antialiased;
}
body a {
  text-decoration: none;
}
.screen-reader-text {
  display: none;
}
.post-content h1 {
  font-family: acumin-pro, sans-serif;
  font-size: 35px;
  line-height: 1.2em;
  color: #000;
}
@media (min-width: 500px) {
  .post-content h1 {
    font-size: 65px;
  }
}
.post-content h2 {
  font-family: acumin-pro, sans-serif;
  font-size: 20px;
  margin-top: 40px;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #000;
}
@media (min-width: 500px) {
  .post-content h2 {
    font-size: 25px;
  }
}
@media (min-width: 1054px) {
  .post-content h2 {
    font-size: 35px;
    line-height: 1.2em;
  }
}
.post-content h3 {
  font-family: acumin-pro, sans-serif;
  font-size: 20px;
  line-height: 1.1em;
  margin-bottom: 20px;
  font-weight: normal;
}
@media (min-width: 500px) {
  .post-content h3 {
    font-size: 23px;
  }
}
@media (min-width: 1054px) {
  .post-content h3 {
    font-size: 26px;
  }
}
.post-content h3.post-title {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 500px) {
  .post-content h3.post-title {
    font-size: 23px;
  }
}
@media (min-width: 1054px) {
  .post-content h3.post-title {
    font-size: 30px;
  }
}
.post-content h4 {
  font-family: acumin-pro, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 500px) {
  .post-content h4 {
    font-size: 16px;
  }
}
.post-content p, .post-content li {
  font-family: acumin-pro, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}
@media (min-width: 1054px) {
  .post-content p, .post-content li {
    font-size: 17px;
  }
}
.post-content p:first-of-type {
  margin-top: 0;
}
.post-content p a:not(.button), .post-content li a:not(.button) {
  text-decoration: underline;
}
.post-content pre {
  font-family: acumin-pro, sans-serif;
  white-space: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4em;
  margin-top: 0;
}
@media (min-width: 1054px) {
  .post-content pre {
    font-size: 20px;
  }
}
footer h4 {
  font-family: acumin-pro, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 500px) {
  footer h4 {
    font-size: 16px;
  }
}
footer p, footer .post-content li, .post-content footer li {
  font-family: acumin-pro, sans-serif;
  font-size: 17px;
  line-height: 1.5em;
}
footer p:first-of-type {
  margin-top: 0;
}
@media (min-width: 500px) {
  .grid-item-wrapper:not(.boards-post-type) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.col-1.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-1.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-1.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-1.grid-item-wrapper .grid-item {
    width: calc((100% / 1 ) - ( (20px * ( 1 - 1) ) / 1 ));
    margin-right: 20px;
  }
  .col-1.grid-item-wrapper .grid-item:nth-child(1n + 1) {
    margin-right: 0;
  }
}
.col-2.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-2.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-2.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-2.grid-item-wrapper .grid-item {
    width: calc((100% / 2 ) - ( (20px * ( 2 - 1) ) / 2 ));
    margin-right: 20px;
  }
  .col-2.grid-item-wrapper .grid-item:nth-child(2n + 2) {
    margin-right: 0;
  }
}
.col-3.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-3.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-3.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-3.grid-item-wrapper .grid-item {
    width: calc((100% / 3 ) - ( (20px * ( 3 - 1) ) / 3 ));
    margin-right: 20px;
  }
  .col-3.grid-item-wrapper .grid-item:nth-child(3n + 3) {
    margin-right: 0;
  }
}
.col-4.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-4.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-4.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-4.grid-item-wrapper .grid-item {
    width: calc((100% / 4 ) - ( (20px * ( 4 - 1) ) / 4 ));
    margin-right: 20px;
  }
  .col-4.grid-item-wrapper .grid-item:nth-child(4n + 4) {
    margin-right: 0;
  }
}
.col-5.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-5.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-5.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-5.grid-item-wrapper .grid-item {
    width: calc((100% / 5 ) - ( (20px * ( 5 - 1) ) / 5 ));
    margin-right: 20px;
  }
  .col-5.grid-item-wrapper .grid-item:nth-child(5n + 5) {
    margin-right: 0;
  }
}
.col-6.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-6.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-6.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-6.grid-item-wrapper .grid-item {
    width: calc((100% / 6 ) - ( (20px * ( 6 - 1) ) / 6 ));
    margin-right: 20px;
  }
  .col-6.grid-item-wrapper .grid-item:nth-child(6n + 6) {
    margin-right: 0;
  }
}
.col-7.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-7.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-7.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-7.grid-item-wrapper .grid-item {
    width: calc((100% / 7 ) - ( (20px * ( 7 - 1) ) / 7 ));
    margin-right: 20px;
  }
  .col-7.grid-item-wrapper .grid-item:nth-child(7n + 7) {
    margin-right: 0;
  }
}
.col-8.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-8.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-8.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-8.grid-item-wrapper .grid-item {
    width: calc((100% / 8 ) - ( (20px * ( 8 - 1) ) / 8 ));
    margin-right: 20px;
  }
  .col-8.grid-item-wrapper .grid-item:nth-child(8n + 8) {
    margin-right: 0;
  }
}
.col-9.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-9.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-9.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-9.grid-item-wrapper .grid-item {
    width: calc((100% / 9 ) - ( (20px * ( 9 - 1) ) / 9 ));
    margin-right: 20px;
  }
  .col-9.grid-item-wrapper .grid-item:nth-child(9n + 9) {
    margin-right: 0;
  }
}
.hwcc_cookie_bar {
  background: #fff;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
.hwcc_cookie_bar .cookie-bar-inner {
  display: flex;
  font-family: sans-serif;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .cookie-bar-inner {
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
  }
}
.hwcc_cookie_bar .cookie-bar-inner .sr-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
.hwcc_cookie_bar .cookie-bar-inner .cookie-head {
  margin-right: 15px;
}
.hwcc_cookie_bar .cookie-bar-inner a {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}
.hwcc_cookie_bar .cookie-bar-inner button {
  border: 0;
  background: transparent;
  font-size: 20px;
  font-family: sans-serif;
  align-self: flex-start;
  padding: 0;
  margin-top: -5px;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .cookie-bar-inner button {
    cursor: pointer;
  }
}
.cookie-consent label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: sans-serif;
}
.cookie-consent label input[type="checkbox"] {
  display: inline-block;
  -webkit-appearance: none;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  background: gray;
  cursor: pointer;
}
.cookie-consent label input[type="checkbox"]:checked {
  background: gray;
}
.cookie-consent label input[type="checkbox"]:checked:before {
  content: "\f00c";
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 2px;
  left: 3px;
  font-size: 17px;
}
.button {
  background: #000;
  color: #fff;
  text-align: center;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  padding: 0 25px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 40px;
  border: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 12px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
@media (min-width: 825px) {
  .button {
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
  }
}
.button:hover {
  background: #989999;
  color: #000;
}
.button:hover .elementor-button-text, .button:hover > * {
  color: #000;
}
form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form select, form textarea, .cta-box form textarea.elementor-field-textual {
  min-height: 40px;
  border: 0;
  border-width: 0;
  padding: 0 10px;
  font-size: 14.5px;
  color: #000;
  border-radius: 0;
  font-family: acumin-pro, sans-serif;
  background: #ededed;
  min-width: 150px;
  width: 100%;
}
@media (min-width: 825px) {
  form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form select, form textarea, .cta-box form textarea.elementor-field-textual {
    min-height: 45px;
    font-size: 16.5px;
  }
}
#message p, #message .post-content li, .post-content #message li {
  font-family: acumin-pro, sans-serif;
  order: -1;
  padding: 10px;
  display: flex;
  margin: 0 0 30px 0;
  background: #000;
  color: #fff;
  text-align: center;
}
form input[type="button"] {
  background: #fff;
  color: #000;
  text-align: center;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  padding: 0 25px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 40px;
  border: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 12px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
@media (min-width: 825px) {
  form input[type="button"] {
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
  }
}
form input[type="button"]:hover {
  background: #989999;
  color: #000;
}
form input[type="button"]:hover .elementor-button-text, form input[type="button"]:hover > * {
  color: #000;
}
form input[type="checkbox"] {
  display: inline-block;
  -webkit-appearance: none;
  margin: 0 5px 0 0;
  background: #ededed;
  border-color: #ededed;
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
}
form input[type="checkbox"]:checked:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #000;
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 16px;
  font-weight: bold;
}
form ::-webkit-input-placeholder {
  color: #000;
  opacity: 1 !important;
  font-size: 14.5px;
}
form :-moz-placeholder {
  color: #000;
  opacity: 1 !important;
  font-size: 14.5px;
}
form ::-moz-placeholder {
  color: #000;
  opacity: 1 !important;
  font-size: 14.5px;
}
form :-ms-input-placeholder {
  color: #000;
  opacity: 1 !important;
  font-size: 14.5px;
}
form .select-wrap {
  position: relative;
  font-size: 14.5px;
  width: 100%;
}
form .select-wrap:before {
  content: "\f107";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 10px;
  pointer-events: none;
  margin-top: -6px;
  line-height: 1;
}
form .select-wrap select {
  -webkit-appearance: none;
  padding-right: 40px;
  width: 100%;
}
form textarea {
  padding: 10px;
  min-height: 100px;
}
.cta-box form textarea.elementor-field-textual {
  padding: 10px;
}
form input:-webkit-autofill, form input:-webkit-autofill:hover, form input:-webkit-autofill:focus, form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px white inset !important;
}
form label {
  font-family: acumin-pro, sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  margin-bottom: 7px;
  display: block;
  line-height: 1em;
}
form .hide {
  display: none;
}
form .acf-form-submit {
  padding: 10px;
  text-align: center;
}
form .acf-form-submit .button {
  background: #000;
  color: #fff;
  text-align: center;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  padding: 0 25px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 40px;
  border: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 12px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
@media (min-width: 825px) {
  form .acf-form-submit .button {
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
  }
}
form .acf-form-submit .button:hover {
  background: #989999;
  color: #000;
}
form .acf-form-submit .button:hover .elementor-button-text, form .acf-form-submit .button:hover > * {
  color: #000;
}
.header {
  background-color: rgba(0, 0, 0, 1);
  position: relative;
  overflow: hidden;
  height: 65px;
  transition: 0.2s ease-in-out all;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
}
@media (min-width: 825px) {
  .header {
    height: auto;
    z-index: 10000;
    width: 100%;
    top: 0;
    overflow: visible;
  }
}
.header.fixed {
  position: fixed;
  z-index: 10000;
  width: 100%;
  top: 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.03);
}
.header .row {
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1240px;
  padding: 20px 0;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media (min-width: 825px) {
  .header .row {
    align-items: center;
    padding: 20px 0;
  }
}
.header .row .logo-link p, .header .row .logo-link .post-content li, .post-content .header .row .logo-link li {
  font-family: acumin-pro, sans-serif;
  color: #fff;
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 32px;
}
.header .row .menu-huvudmeny-container {
  position: fixed;
  right: -100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 100px;
  background: #fff;
  z-index: 100;
  transition: 0.2s ease-in-out all;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container {
    position: relative;
    padding: 0;
    right: 0;
    height: auto;
    align-items: center;
    width: 100%;
    margin: 0;
    margin-left: auto;
    justify-content: flex-end;
  }
}
.header .row .menu-huvudmeny-container > ul {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    width: auto;
  }
}
.header .row .menu-huvudmeny-container > ul > li {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul > li {
    margin-left: 20px;
    text-align: left;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    position: relative;
  }
}
.header .row .menu-huvudmeny-container > ul > li.current-menu-item > a {
  color: #8abd24;
  width: 80%;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul > li.current-menu-item > a {
    color: #000;
    border-bottom: 3px solid #8abd24;
  }
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul > li.menu-item-has-children > a:after {
    content: "\f107";
    color: #000;
    font-family: "fontawesome";
    margin-left: 10px;
    margin-top: 2px;
  }
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul > li:hover, .header .row .menu-huvudmeny-container > ul > li:focus-within {
    overflow: visible;
  }
  .header .row .menu-huvudmeny-container > ul > li:hover .sub-menu, .header .row .menu-huvudmeny-container > ul > li:focus-within .sub-menu {
    opacity: 1;
    display: block;
  }
  .elementor-msie .header .row .menu-huvudmeny-container > ul > li:hover {
    overflow: visible;
  }
  .elementor-msie .header .row .menu-huvudmeny-container > ul > li:hover > .sub-menu {
    opacity: 1;
  }
  .elementor-msie .header .row .menu-huvudmeny-container > ul > li:hover > .sub-menu .menu-item-has-children:hover {
    overflow: visible;
  }
  .elementor-msie .header .row .menu-huvudmeny-container > ul > li:hover > .sub-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
  }
}
.header .row .menu-huvudmeny-container > ul > li a {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 31px;
  padding: 10px 20px;
  margin-bottom: 15px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  font-family: acumin-pro, sans-serif;
  border: 0;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul > li a {
    font-size: 16px;
  }
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul > li a {
    display: inline-flex;
    font-weight: normal;
    height: 100%;
    justify-content: flex-start;
    border-bottom: 3px solid transparent;
    margin-bottom: 0;
    padding: 0;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
  }
  .header .row .menu-huvudmeny-container > ul > li a:hover {
    border-color: #8abd24;
  }
}
@media (min-width: 825px) {
  .fixed.header .row .menu-huvudmeny-container > ul > li a {
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
  }
  .fixed.header .row .menu-huvudmeny-container > ul > li a:hover {
    color: #8abd24;
  }
}
.header .row .menu-huvudmeny-container > ul > li .sub-menu {
  display: none;
  width: 100%;
  order: 100;
  background: #fff;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul > li .sub-menu {
    z-index: 1000;
    opacity: 0;
    position: absolute;
    width: 200px;
    border-top: 3px solid #8abd24;
    left: -50px;
    top: calc(100% - 3px);
    padding: 15px 0;
    box-shadow: 0px 2px 5px rgba(232, 232, 232, .5);
    -webkit-box-shadow: 0px 2px 5px rgba(232, 232, 232, .5);
    -moz-box-shadow: 0px 2px 5px rgba(232, 232, 232, .5);
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
  }
}
.header .row .menu-huvudmeny-container > ul > li .sub-menu a {
  font-size: 20px;
  font-weight: 400;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul > li .sub-menu a {
    padding: 5px 15px;
    width: 100%;
    font-size: 16px;
  }
  .header .row .menu-huvudmeny-container > ul > li .sub-menu a:hover {
    border-color: transparent;
    color: #8abd24;
  }
}
.header .row .menu-huvudmeny-container > ul > li .expand {
  width: 20%;
  height: 42px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  position: relative;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul > li .expand {
    display: none;
  }
}
.header .row .menu-huvudmeny-container > ul > li .expand:before {
  color: #000;
  content: "\f107";
  font-family: "fontawesome";
}
.header .row .menu-huvudmeny-container > ul > li .expand.open:before {
  content: "\f106";
}
.header .row .menu-huvudmeny-container.opened {
  right: 0;
}
.header .top-menu {
  background: #8abd24;
  padding: 10px;
}
.header .top-menu .row {
  padding: 0;
  display: flex;
}
@media (min-width: 500px) {
  .header .top-menu .row {
    width: 100%;
    background: #8abd24;
    justify-content: flex-end;
  }
}
.header .top-menu .row .menu-box {
  display: block;
  text-align: center;
  color: #fff;
  font-family: acumin-pro, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 500px) {
  .header .top-menu .row .menu-box {
    padding-left: 20px;
  }
}
.header .menu-toggle {
  position: absolute;
  right: 15px;
  top: 21px;
  width: 30px;
  height: 25px;
  z-index: 1000;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}
@media (min-width: 500px) {
  .header .menu-toggle {
    right: 25px;
    top: 31px;
  }
}
@media (min-width: 825px) {
  .header .menu-toggle {
    display: none;
  }
}
.fixed.header .menu-toggle span {
  background: #8abd24;
}
.header .menu-toggle span {
  position: absolute;
  right: 0px;
  top: 33px;
  width: 30px;
  height: 5px;
  background: #000;
  content: "";
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.header .menu-toggle span:first-child {
  top: 0px;
}
.header .menu-toggle span:nth-child(2) {
  top: 10px;
  right: 0px;
}
.header .menu-toggle span:nth-child(3) {
  top: 20px;
}
.header .menu-toggle.opened span {
  transform: rotate(45deg);
  top: 10px;
}
.header .menu-toggle.opened span:nth-child(2) {
  right: -100px;
}
.header .menu-toggle.opened span:nth-child(3) {
  transform: rotate(-45deg);
}
#main .hw_slider {
  position: relative;
  width: 100vw;
  margin-top: -70px;
  max-width: 100%;
  overflow: hidden;
  background: #8abd24;
  opacity: 0;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
@media (min-width: 500px) {
  #main .hw_slider {
    margin-top: -90px;
  }
}
@media (min-width: 825px) {
  #main .hw_slider {
    margin-top: 0;
  }
}
#main .hw_slider ul {
  padding: 0;
  margin: 0;
}
#main .hw_slider ul li .image-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  background: #8abd24;
}
#main .hw_slider ul li .image-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.43);
  display: block;
  width: 100%;
}
@media (min-width: 500px) {
  #main .hw_slider ul li .image-wrapper {
    height: 70vh;
  }
}
#main .hw_slider ul li .image-wrapper .text-content {
  padding: 25% 5% 10% 5%;
  z-index: 20;
  position: relative;
}
@media (min-width: 500px) {
  #main .hw_slider ul li .image-wrapper .text-content {
    max-width: 700px;
    padding: 0 0 10% 10%;
  }
}
@media (min-width: 1054px) {
  #main .hw_slider ul li .image-wrapper .text-content {
    max-width: 1050px;
  }
}
#main .hw_slider ul li .image-wrapper .text-content h2 {
  color: #fff;
}
@media (min-width: 500px) {
  #main .hw_slider ul li .image-wrapper .text-content h2 {
    font-size: 47px;
  }
}
@media (min-width: 1054px) {
  #main .hw_slider ul li .image-wrapper .text-content h2 {
    font-size: 57px;
  }
}
#main .hw_slider ul li .image-wrapper .text-content p, #main .hw_slider ul li .image-wrapper .text-content .post-content li, .post-content #main .hw_slider ul li .image-wrapper .text-content li {
  color: #fff;
}
@media (min-width: 500px) {
  #main .hw_slider ul li .image-wrapper .text-content p, #main .hw_slider ul li .image-wrapper .text-content .post-content li, .post-content #main .hw_slider ul li .image-wrapper .text-content li {
    font-size: 21px;
    max-width: 600px;
    margin: 0;
  }
}
#main .hw_slider ul li .image-wrapper .text-content a {
  margin-top: 20px;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 30px;
  border-radius: 2px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
#main .hw_slider ul li .image-wrapper .text-content a:hover {
  background: #8abd24;
  color: #fff;
}
#main .hw_slider .flex-control-nav {
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
@media (min-width: 500px) {
  #main .hw_slider .flex-control-nav {
    bottom: 10%;
    left: 10%;
  }
}
#main .hw_slider .flex-control-nav li a {
  text-indent: -99999px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 5px;
}
@media (min-width: 825px) {
  #main .hw_slider .flex-control-nav li a {
    margin-right: 10px;
  }
}
#main .hw_slider .flex-control-nav li a.flex-active {
  background-color: #fff;
}
#main .hw_slider .flex-direction-nav {
  display: none;
}
.footer {
  background-color: #000;
  overflow: hidden;
  padding: 30px 0;
}
@media (min-width: 825px) {
  .footer {
    padding: 40px 0 80px 0;
  }
}
.footer .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px auto;
}
.footer .footer-widget {
  text-align: center;
}
@media (min-width: 825px) {
  .footer .footer-widget {
    text-align: left;
  }
}
.footer .footer-widget h4 {
  font-family: acumin-pro, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  max-width: 240px;
  margin: 20px auto;
}
@media (min-width: 825px) {
  .footer .footer-widget h4 {
    text-align: right;
    max-width: 100%;
    margin: 0;
    font-size: 19px;
  }
}
.footer .footer-widget img {
  width: 250px;
}
.footer .footer-widget p, .footer .footer-widget .post-content li, .post-content .footer .footer-widget li {
  font-family: acumin-pro, sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 825px) {
  .footer .footer-widget p, .footer .footer-widget .post-content li, .post-content .footer .footer-widget li {
    text-align: right;
  }
}
.footer .footer-widget p a, .footer .footer-widget .post-content li a, .post-content .footer .footer-widget li a {
  color: #fff;
  text-decoration: none;
}
body {
  margin: 0;
  padding: 0;
}
body * {
  box-sizing: border-box;
}
#main {
  padding: 20px;
}
@media (min-width: 500px) {
  #main {
    padding-top: 30px;
  }
}
@media (min-width: 500px) {
  #main.fixed {
    padding-top: 69px;
  }
}
#main .row {
  max-width: 1240px;
}
@media (max-width: 825px) {
  .containment-wrapper {
    height: auto !important;
  }
}
@media (min-width: 825px) {
  .containment-wrapper {
    width: 1200px;
    min-height: 100vh;
    position: relative;
    margin: 0 auto;
  }
}
.containment-wrapper .image-item {
  width: 100%;
  height: auto;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 5px rgba(232, 232, 232, .5);
  -webkit-box-shadow: 0px 2px 5px rgba(232, 232, 232, .5);
  -moz-box-shadow: 0px 2px 5px rgba(232, 232, 232, .5);
}
@media (max-width: 825px) {
  .containment-wrapper .image-item {
    left: auto !important;
    top: auto !important;
  }
}
@media (min-width: 825px) {
  .containment-wrapper .image-item {
    position: absolute;
    cursor: move;
    width: 240px;
    height: 270px;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
  }
}
.containment-wrapper .image-item img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 825px) {
  .containment-wrapper .image-item img {
    width: 100%;
    height: 100%;
  }
}
.containment-wrapper .image-item .button-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 20px;
}
.containment-wrapper .image-item .button-wrapper a {
  width: 35px;
  height: 35px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
  overflow: hidden;
}
.containment-wrapper .image-item .button-wrapper a:hover {
  overflow: visible;
}
.containment-wrapper .image-item .button-wrapper a:hover .caption-content {
  opacity: 1;
  transform: translateY(-7px);
}
.containment-wrapper .image-item .button-wrapper a svg {
  width: 20px;
  height: 20px;
}
.containment-wrapper .image-item .button-wrapper a svg path {
  fill: #fff;
}
.containment-wrapper .image-item .button-wrapper a.caption {
  z-index: 20;
}
.containment-wrapper .image-item .button-wrapper a .caption-content {
  width: 140px;
  background: #000;
  position: absolute;
  left: 50%;
  margin-left: calc(140px / -2);
  bottom: 35px;
  padding: 10px;
  text-align: center;
  border-radius: 2px;
  opacity: 0;
  z-index: 200;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.03);
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.containment-wrapper .image-item .button-wrapper a .caption-content:after {
  content: "";
  border: 8px solid transparent;
  border-top-color: #000;
  border-style: solid;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -16px;
  display: block;
}
.containment-wrapper .image-item .button-wrapper a .caption-content p, .containment-wrapper .image-item .button-wrapper a .caption-content .post-content li, .post-content .containment-wrapper .image-item .button-wrapper a .caption-content li {
  color: #fff;
  font-size: 13px;
  margin: 0;
  line-height: 14px;
}
.containment-wrapper h1.image-item {
  cursor: move;
  width: auto;
  display: block;
  white-space: nowrap;
  max-height: 1.5em;
  box-shadow: none;
  padding: 0;
}
.containment-wrapper + .button-wrapper {
  text-align: center;
  margin: 20px 0;
}
