@charset "UTF-8";
/*
 Theme Name: Hamrén Media Theme 
 Description: Hamrén Media Theme
 Author: Hamrén Media
 Version: 2.0
 */
.has-primary-background-color {
  background-color: #03abe8;
}
.has-gray-background-color {
  background-color: #e2e2e2;
}
.has-black-background-color {
  background-color: #000000;
}
.has-light-gray-background-color {
  background-color: #F4F7F8;
}
.has-orange-background-color {
  background-color: #F69327;
}
.has-green-background-color {
  background-color: #9CCB39;
}
.has-pink-background-color {
  background-color: #EC008D;
}
.has-yellow-background-color {
  background-color: #FFF33A;
}
.has-white-background-color {
  background-color: #ffffff;
}
.has-hoverpink-background-color {
  background-color: #fee9f3;
}
.has-hoverprimary-background-color {
  background-color: #ebf6fd;
}
.has-hovergreen-background-color {
  background-color: #ebf3e6;
}
.has-hoveryellow-background-color {
  background-color: #f5f7e7;
}
.has-hoverorange-background-color {
  background-color: #fff4eb;
}
.has-primary-color {
  color: #03abe8;
}
.has-gray-color {
  color: #e2e2e2;
}
.has-black-color {
  color: #000000;
}
.has-light-gray-color {
  color: #F4F7F8;
}
.has-orange-color {
  color: #F69327;
}
.has-green-color {
  color: #9CCB39;
}
.has-pink-color {
  color: #EC008D;
}
.has-yellow-color {
  color: #FFF33A;
}
.has-white-color {
  color: #ffffff;
}
p.has-background, h2.has-background, h3.has-background, h4.has-background, .grid-item-wrapper .grid-item.post .inner .has-background.post-title, .grid-item-wrapper .grid-item.page .inner .has-background.post-title, .grid-item-wrapper .grid-item.tjanster .inner .has-background.post-title, .schema-faq-section .has-background.schema-faq-question, h5.has-background, h6.has-background {
  background-color: transparent;
  padding: 0;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("./fonts/HelveticaNeue.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("./fonts/HelveticaNeue-Bold-01.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "DMSerif";
  src: url("./fonts/DMSerifDisplay-Regular.ttf");
  font-weight: 400;
}
.size0 {
  font-size: 1rem;
}
.size1 {
  font-size: 3.375rem;
}
.size2 {
  font-size: 2.525rem;
}
.size3 {
  font-size: 2rem;
}
.size4 {
  font-size: 1.5rem;
}
.size5 {
  font-size: 1.25rem;
}
.size6 {
  font-size: 1.125rem;
}
.size7 {
  font-size: 0.875rem;
}
.size8 {
  font-size: 5rem;
}
html {
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", arial, sans-serif;
  color: #000000;
}
body a {
  text-decoration: none;
  color: inherit;
}
p {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: normal;
  font-family: "Helvetica Neue", arial, sans-serif;
}
p.wp-block-hw-ingress-box {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: normal;
  white-space: pre-wrap;
}
@media (max-width: 500px) {
  .home p.wp-block-hw-ingress-box {
    text-align: center;
  }
}
.home p.has-text-align-center {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: normal;
}
p a {
  font-weight: 700;
  color: #000000;
  position: relative;
  background-position: 0 0.6em;
  background-size: 40px 20px;
  background-repeat: repeat-x;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
p a:hover {
  color: #03abe8;
}
p em {
  font-style: normal;
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/small-text-background.svg");
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  padding: 0 0.1rem;
}
p.has-pink-background-color em {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/small-text-background-pink.svg");
}
p.has-orange-background-color em {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/small-text-background-orange.svg");
}
p.has-green-background-color em {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/small-text-background-green.svg");
}
p.has-primary-background-color em {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/small-text-background-blue.svg");
}
ol, ul:not(.wp-block-page-list, .submenu-container, .wp-block-social-links) {
  padding-left: 1.5rem;
}
@media (max-width: 500px) {
  ol, ul:not(.wp-block-page-list, .submenu-container, .wp-block-social-links) {
    margin-left: 1.5rem !important;
  }
}
ol li, ul:not(.wp-block-page-list, .submenu-container, .wp-block-social-links) li {
  padding: 0.5rem 0 0.5rem 0.5rem;
}
ol li::marker, ul:not(.wp-block-page-list, .submenu-container, .wp-block-social-links) li::marker {
  color: #EC008D;
  font-weight: bold;
}
ol a, ul:not(.wp-block-page-list, .submenu-container, .wp-block-social-links) a {
  font-weight: 700;
  color: #000000;
  position: relative;
  background-position: 0 0.6em;
  background-size: 40px 20px;
  background-repeat: repeat-x;
}
h1, h2, h3, h4, .grid-item-wrapper .grid-item.post .inner .post-title, .grid-item-wrapper .grid-item.page .inner .post-title, .grid-item-wrapper .grid-item.tjanster .inner .post-title, .schema-faq-section .schema-faq-question, h5, h6 {
  font-weight: bold;
  font-family: "Helvetica Neue", "arial", sans-serif;
}
h1 em, h1 strong, h2 em, h2 strong, h3 em, h3 strong, h4 em, .grid-item-wrapper .grid-item.post .inner .post-title em, .grid-item-wrapper .grid-item.page .inner .post-title em, .grid-item-wrapper .grid-item.tjanster .inner .post-title em, .schema-faq-section .schema-faq-question em, h4 strong, .grid-item-wrapper .grid-item.post .inner .post-title strong, .grid-item-wrapper .grid-item.page .inner .post-title strong, .grid-item-wrapper .grid-item.tjanster .inner .post-title strong, .schema-faq-section .schema-faq-question strong, h5 em, h5 strong, h6 em, h6 strong {
  font-style: normal;
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/text-background.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0 1rem;
  margin: 0 -1rem;
}
@media (max-width: 500px) {
  h1 em, h1 strong, h2 em, h2 strong, h3 em, h3 strong, h4 em, .grid-item-wrapper .grid-item.post .inner .post-title em, .grid-item-wrapper .grid-item.page .inner .post-title em, .grid-item-wrapper .grid-item.tjanster .inner .post-title em, .schema-faq-section .schema-faq-question em, h4 strong, .grid-item-wrapper .grid-item.post .inner .post-title strong, .grid-item-wrapper .grid-item.page .inner .post-title strong, .grid-item-wrapper .grid-item.tjanster .inner .post-title strong, .schema-faq-section .schema-faq-question strong, h5 em, h5 strong, h6 em, h6 strong {
    padding: 0;
    margin: 0;
  }
}
h1.has-pink-background-color em, h2.has-pink-background-color em, h3.has-pink-background-color em, h4.has-pink-background-color em, .grid-item-wrapper .grid-item.post .inner .has-pink-background-color.post-title em, .grid-item-wrapper .grid-item.page .inner .has-pink-background-color.post-title em, .grid-item-wrapper .grid-item.tjanster .inner .has-pink-background-color.post-title em, .schema-faq-section .has-pink-background-color.schema-faq-question em, h5.has-pink-background-color em, h6.has-pink-background-color em {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/text-background-pink.svg");
}
h1.has-orange-background-color em, h2.has-orange-background-color em, h3.has-orange-background-color em, h4.has-orange-background-color em, .grid-item-wrapper .grid-item.post .inner .has-orange-background-color.post-title em, .grid-item-wrapper .grid-item.page .inner .has-orange-background-color.post-title em, .grid-item-wrapper .grid-item.tjanster .inner .has-orange-background-color.post-title em, .schema-faq-section .has-orange-background-color.schema-faq-question em, h5.has-orange-background-color em, h6.has-orange-background-color em {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/text-background-orange.svg");
}
h1.has-green-background-color em, h2.has-green-background-color em, h3.has-green-background-color em, h4.has-green-background-color em, .grid-item-wrapper .grid-item.post .inner .has-green-background-color.post-title em, .grid-item-wrapper .grid-item.page .inner .has-green-background-color.post-title em, .grid-item-wrapper .grid-item.tjanster .inner .has-green-background-color.post-title em, .schema-faq-section .has-green-background-color.schema-faq-question em, h5.has-green-background-color em, h6.has-green-background-color em {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/text-background-green.svg");
}
h1.has-yellow-background-color em, h2.has-yellow-background-color em, h3.has-yellow-background-color em, h4.has-yellow-background-color em, .grid-item-wrapper .grid-item.post .inner .has-yellow-background-color.post-title em, .grid-item-wrapper .grid-item.page .inner .has-yellow-background-color.post-title em, .grid-item-wrapper .grid-item.tjanster .inner .has-yellow-background-color.post-title em, .schema-faq-section .has-yellow-background-color.schema-faq-question em, h5.has-yellow-background-color em, h6.has-yellow-background-color em {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/text-background-yellow.svg");
}
h1.elementor-heading-title, h2.elementor-heading-title, h3.elementor-heading-title, h4.elementor-heading-title, .grid-item-wrapper .grid-item.post .inner .elementor-heading-title.post-title, .grid-item-wrapper .grid-item.page .inner .elementor-heading-title.post-title, .grid-item-wrapper .grid-item.tjanster .inner .elementor-heading-title.post-title, .schema-faq-section .elementor-heading-title.schema-faq-question, h5.elementor-heading-title, h6.elementor-heading-title {
  line-height: inherit;
}
h1 {
  font-size: 3.375rem;
  line-height: 4rem;
  letter-spacing: normal;
  margin: 0;
}
@media (max-width: 500px) {
  h1 {
    font-size: 2rem;
    line-height: 2.625rem;
    letter-spacing: normal;
  }
}
.home h1 {
  font-size: 2.525rem;
  line-height: 3.5rem;
  letter-spacing: normal;
}
@media (min-width: 500px) {
  .home h1 {
    font-size: 3.375rem;
    line-height: 5rem;
    letter-spacing: normal;
    padding: 1rem 0;
  }
}
@media (min-width: 825px) {
  .home h1 {
    font-size: 5rem;
    line-height: 6rem;
    letter-spacing: normal;
    padding: 1.5rem 0;
  }
}
@media (max-width: 500px) {
  .home h1 {
    text-align: center;
  }
}
h1.wp-block-hw-title {
  color: #03abe8;
}
h2 {
  font-size: 2.525rem;
  line-height: 3.375rem;
  letter-spacing: normal;
}
@media (max-width: 500px) {
  h2 {
    font-size: 2rem;
    line-height: 2.625rem;
    letter-spacing: normal;
  }
}
h3 {
  font-size: 2rem;
  line-height: 2.625rem;
  letter-spacing: normal;
}
@media (max-width: 500px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: normal;
  }
}
h4, .grid-item-wrapper .grid-item.post .inner .post-title, .grid-item-wrapper .grid-item.page .inner .post-title, .grid-item-wrapper .grid-item.tjanster .inner .post-title, .schema-faq-section .schema-faq-question {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: normal;
}
h3, h4, .grid-item-wrapper .grid-item.post .inner .post-title, .grid-item-wrapper .grid-item.page .inner .post-title, .grid-item-wrapper .grid-item.tjanster .inner .post-title, .schema-faq-section .schema-faq-question, .icon-heading {
  margin-block-start: 1.5em;
  margin-block-end: 0.75em;
}
h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: normal;
}
h6 {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: normal;
}
figcaption {
  font-size: 0.875rem;
  line-height: 1.313rem;
  letter-spacing: normal;
}
blockquote {
  margin: 3rem auto;
  padding: 0 !important;
}
blockquote p {
  font-size: 3.375rem;
  line-height: 4rem;
  letter-spacing: normal;
  font-family: "Helvetica Neue", "arial", sans-serif;
  max-width: 100% !important;
  margin: 0;
  margin-bottom: 1rem;
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/background-orange.svg");
  background-size: contain;
  background-repeat: repeat-y;
  background-position: center center;
  padding: 0 2rem 0 0;
  font-weight: bold;
}
@media (max-width: 500px) {
  blockquote p {
    font-size: 2rem;
    line-height: 2.625rem;
    letter-spacing: normal;
    background-size: cover;
  }
}
@media (max-width: 1240px) {
  blockquote p {
    padding: 0 1rem;
  }
}
blockquote.is-style-plain p {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: normal;
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/background-green.svg");
}
@media (max-width: 500px) {
  blockquote.is-style-plain p {
    font-size: 1.5rem;
    line-height: 2.625rem;
    letter-spacing: normal;
  }
}
blockquote.small {
  margin: 1rem auto;
}
blockquote.small p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: normal;
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/background-green.svg");
  font-family: "Helvetica Neue", "arial", sans-serif;
  max-width: 100% !important;
  margin: 0;
  margin-bottom: 1rem;
  background-size: cover;
  background-repeat: repeat-y;
  background-position: center center;
  padding: 0 2rem 0 0;
  font-weight: bold;
}
@media (max-width: 500px) {
  blockquote.small p {
    font-size: 2rem;
    line-height: 2.625rem;
    letter-spacing: normal;
    background-size: cover;
  }
}
@media (max-width: 1240px) {
  blockquote.small p {
    padding: 0 1rem;
  }
}
blockquote cite {
  display: block;
}
blockquote cite:before {
  content: "– ";
}
@media (max-width: 1240px) {
  blockquote cite {
    padding: 0 1rem;
  }
}
.footer p a {
  font-weight: 700;
  color: #ffffff;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.footer p a:hover {
  color: #03abe8 !important;
}
.post-title a {
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: normal;
}
@media (min-width: 825px) {
  .post-title a {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: normal;
  }
}
.wp-block-buttons {
  display: flex;
}
@media (max-width: 500px) {
  .wp-block-button {
    width: 100%;
  }
}
.wp-block-button .wp-block-button__link {
  background-color: #03abe8;
  color: #ffffff;
  cursor: pointer;
  font-family: "Helvetica Neue", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0;
  text-align: left;
  width: fit-content;
  height: 40px;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 0% 80px;
  background-position: 0% 100%;
  background-image: linear-gradient(90deg, #EC008D 0%, #EC008D 100%);
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  margin-bottom: 1rem;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 825px) {
  .wp-block-button .wp-block-button__link {
    height: 40px;
    background-size: 0% 80px;
  }
}
.has-white-background-color .wp-block-button .wp-block-button__link {
  background-color: #03abe8;
}
.wp-block-button .wp-block-button__link:visited {
  color: #ffffff;
}
.wp-block-button .wp-block-button__link:after {
  width: 60px;
  margin-left: 10px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  content: "  ";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
@media (min-width: 500px) {
  .wp-block-button .wp-block-button__link:after {
    margin-left: 50px;
  }
}
.wp-block-button .wp-block-button__link:hover {
  background-size: 100% 72px;
  color: #ffffff;
}
@media (min-width: 825px) {
  .wp-block-button .wp-block-button__link:hover {
    background-size: 100% 80px;
  }
}
.wp-block-button .wp-block-button__link:hover:after {
  color: #ffffff;
}
.wp-block-button.aligncenter {
  width: auto !important;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  font-family: "Helvetica Neue", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0;
  text-align: left;
  width: fit-content;
  height: 40px;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 0% 80px;
  background-position: 0% 100%;
  background-image: linear-gradient(90deg, #EC008D 0%, #EC008D 100%);
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  margin-bottom: 1rem;
  padding: 1.5rem;
  border: none !important;
  height: 55px !important;
  background-size: 0% 55px !important;
  background-image: linear-gradient(90deg, #03abe8 0%, #03abe8 100%);
}
@media (min-width: 825px) {
  .wp-block-button.is-style-outline .wp-block-button__link {
    height: 40px;
    background-size: 0% 80px;
  }
}
.has-white-background-color .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: #03abe8;
}
.wp-block-button.is-style-outline .wp-block-button__link:visited {
  color: #000000;
}
.wp-block-button.is-style-outline .wp-block-button__link:after {
  width: 60px;
  margin-left: 10px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  content: "  ";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
@media (min-width: 500px) {
  .wp-block-button.is-style-outline .wp-block-button__link:after {
    margin-left: 50px;
  }
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-size: 100% 72px;
  color: #ffffff;
}
@media (min-width: 825px) {
  .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-size: 100% 80px;
  }
}
.wp-block-button.is-style-outline .wp-block-button__link:hover:after {
  color: #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-size: 100% 55px !important;
}
@media (min-width: 825px) {
  .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-size: 100% 55px !important;
  }
}
.wp-block-button.is-style-outline .wp-block-button__link:after {
  color: #03abe8;
}
.has-white-background-color .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: #03abe8;
  color: #ffffff;
  cursor: pointer;
  font-family: "Helvetica Neue", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0;
  text-align: left;
  width: fit-content;
  height: 40px;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 0% 80px;
  background-position: 0% 100%;
  background-image: linear-gradient(90deg, #EC008D 0%, #EC008D 100%);
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  margin-bottom: 1rem;
  padding: 1.5rem;
}
@media (min-width: 825px) {
  .has-white-background-color .wp-block-button.is-style-outline .wp-block-button__link {
    height: 40px;
    background-size: 0% 80px;
  }
}
.has-white-background-color .has-white-background-color .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: #03abe8;
}
.has-white-background-color .wp-block-button.is-style-outline .wp-block-button__link:visited {
  color: #ffffff;
}
.has-white-background-color .wp-block-button.is-style-outline .wp-block-button__link:after {
  width: 60px;
  margin-left: 10px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  content: "  ";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
@media (min-width: 500px) {
  .has-white-background-color .wp-block-button.is-style-outline .wp-block-button__link:after {
    margin-left: 50px;
  }
}
.has-white-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-size: 100% 72px;
  color: #ffffff;
}
@media (min-width: 825px) {
  .has-white-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-size: 100% 80px;
  }
}
.has-white-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover:after {
  color: #ffffff;
}
.has-white-background-color .wp-block-button.is-style-outline .wp-block-button__link:after {
  color: #ffffff;
}
.elementor-widget-button .elementor-button {
  background-color: #03abe8;
  color: #ffffff;
  cursor: pointer;
  font-family: "Helvetica Neue", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0;
  text-align: left;
  width: fit-content;
  height: 40px;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 0% 80px;
  background-position: 0% 100%;
  background-image: linear-gradient(90deg, #EC008D 0%, #EC008D 100%);
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  margin-bottom: 1rem;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
@media (min-width: 825px) {
  .elementor-widget-button .elementor-button {
    height: 40px;
    background-size: 0% 80px;
  }
}
.has-white-background-color .elementor-widget-button .elementor-button {
  background-color: #03abe8;
}
.elementor-widget-button .elementor-button:visited {
  color: #ffffff;
}
.elementor-widget-button .elementor-button:after {
  width: 60px;
  margin-left: 10px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  content: "  ";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
@media (min-width: 500px) {
  .elementor-widget-button .elementor-button:after {
    margin-left: 50px;
  }
}
.elementor-widget-button .elementor-button:hover {
  background-size: 100% 72px;
  color: #ffffff;
}
@media (min-width: 825px) {
  .elementor-widget-button .elementor-button:hover {
    background-size: 100% 80px;
  }
}
.elementor-widget-button .elementor-button:hover:after {
  color: #ffffff;
}
.elementor-widget-button.elementor-align-center .elementor-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .grid-item-wrapper .grid-item.page .wp-block-button .wp-block-button__link {
  background-color: #03abe8;
}
.home .grid-item-wrapper .grid-item.post .wp-block-button .wp-block-button__link {
  background-color: #03abe8 !important;
}
.home .grid-item-wrapper.glued .grid-item.post .wp-block-button .wp-block-button__link {
  background-color: #03abe8 !important;
}
.grid-item-wrapper:not(.home) .grid-item.post .wp-block-button .wp-block-button__link, .grid-item-wrapper:not(.home) .grid-item.tjanster .wp-block-button .wp-block-button__link, .grid-item-wrapper:not(.home) .grid-item.glued .wp-block-button .wp-block-button__link, .grid-item-wrapper:not(.home) .grid-item.page .wp-block-button .wp-block-button__link {
  background-color: #03abe8;
}
.elementor-widget-form #footerform .elementor-button {
  background-color: #03abe8;
  color: #ffffff;
  cursor: pointer;
  font-family: "Helvetica Neue", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0;
  text-align: left;
  width: fit-content;
  height: 40px;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 0% 80px;
  background-position: 0% 100%;
  background-image: linear-gradient(90deg, #EC008D 0%, #EC008D 100%);
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  margin-bottom: 1rem;
  padding: 1.5rem;
  display: flex;
  background-image: linear-gradient(90deg, #EC008D 0%, #EC008D 100%);
}
@media (min-width: 825px) {
  .elementor-widget-form #footerform .elementor-button {
    height: 40px;
    background-size: 0% 80px;
  }
}
.has-white-background-color .elementor-widget-form #footerform .elementor-button {
  background-color: #03abe8;
}
.elementor-widget-form #footerform .elementor-button:visited {
  color: #ffffff;
}
.elementor-widget-form #footerform .elementor-button:after {
  width: 60px;
  margin-left: 10px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  content: "  ";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
@media (min-width: 500px) {
  .elementor-widget-form #footerform .elementor-button:after {
    margin-left: 50px;
  }
}
.elementor-widget-form #footerform .elementor-button:hover {
  background-size: 100% 72px;
  color: #ffffff;
}
@media (min-width: 825px) {
  .elementor-widget-form #footerform .elementor-button:hover {
    background-size: 100% 80px;
  }
}
.elementor-widget-form #footerform .elementor-button:hover:after {
  color: #ffffff;
}
.elementor-widget-form #footerform .elementor-button:hover {
  color: #ffffff;
}
.elementor-widget-form #footerform .elementor-button:hover:after {
  color: #ffffff;
}
#contactus .elementor-form-fields-wrapper .elementor-button, #blilaxhjalpare .elementor-form-fields-wrapper .elementor-button {
  background-color: #03abe8;
  color: #ffffff;
  cursor: pointer;
  font-family: "Helvetica Neue", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0;
  text-align: left;
  width: fit-content;
  height: 40px;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 0% 80px;
  background-position: 0% 100%;
  background-image: linear-gradient(90deg, #EC008D 0%, #EC008D 100%);
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  margin-bottom: 1rem;
  padding: 1.5rem;
  display: flex;
  background-color: #03abe8 !important;
  background-image: linear-gradient(90deg, #EC008D 0%, #EC008D 100%);
}
@media (min-width: 825px) {
  #contactus .elementor-form-fields-wrapper .elementor-button, #blilaxhjalpare .elementor-form-fields-wrapper .elementor-button {
    height: 40px;
    background-size: 0% 80px;
  }
}
.has-white-background-color #contactus .elementor-form-fields-wrapper .elementor-button, .has-white-background-color #blilaxhjalpare .elementor-form-fields-wrapper .elementor-button {
  background-color: #03abe8;
}
#contactus .elementor-form-fields-wrapper .elementor-button:visited, #blilaxhjalpare .elementor-form-fields-wrapper .elementor-button:visited {
  color: #ffffff;
}
#contactus .elementor-form-fields-wrapper .elementor-button:after, #blilaxhjalpare .elementor-form-fields-wrapper .elementor-button:after {
  width: 60px;
  margin-left: 10px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  content: "  ";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
@media (min-width: 500px) {
  #contactus .elementor-form-fields-wrapper .elementor-button:after, #blilaxhjalpare .elementor-form-fields-wrapper .elementor-button:after {
    margin-left: 50px;
  }
}
#contactus .elementor-form-fields-wrapper .elementor-button:hover, #blilaxhjalpare .elementor-form-fields-wrapper .elementor-button:hover {
  background-size: 100% 72px;
  color: #ffffff;
}
@media (min-width: 825px) {
  #contactus .elementor-form-fields-wrapper .elementor-button:hover, #blilaxhjalpare .elementor-form-fields-wrapper .elementor-button:hover {
    background-size: 100% 80px;
  }
}
#contactus .elementor-form-fields-wrapper .elementor-button:hover:after, #blilaxhjalpare .elementor-form-fields-wrapper .elementor-button:hover:after {
  color: #ffffff;
}
#samarbetspartner .elementor-form-fields-wrapper .elementor-button, #samarbetsskola .elementor-form-fields-wrapper .elementor-button {
  background-color: #03abe8;
  color: #ffffff;
  cursor: pointer;
  font-family: "Helvetica Neue", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0;
  text-align: left;
  width: fit-content;
  height: 40px;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 0% 80px;
  background-position: 0% 100%;
  background-image: linear-gradient(90deg, #EC008D 0%, #EC008D 100%);
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  margin-bottom: 1rem;
  padding: 1.5rem;
  display: flex;
  background-color: #03abe8 !important;
  background-image: linear-gradient(90deg, #EC008D 0%, #EC008D 100%);
}
@media (min-width: 825px) {
  #samarbetspartner .elementor-form-fields-wrapper .elementor-button, #samarbetsskola .elementor-form-fields-wrapper .elementor-button {
    height: 40px;
    background-size: 0% 80px;
  }
}
.has-white-background-color #samarbetspartner .elementor-form-fields-wrapper .elementor-button, .has-white-background-color #samarbetsskola .elementor-form-fields-wrapper .elementor-button {
  background-color: #03abe8;
}
#samarbetspartner .elementor-form-fields-wrapper .elementor-button:visited, #samarbetsskola .elementor-form-fields-wrapper .elementor-button:visited {
  color: #ffffff;
}
#samarbetspartner .elementor-form-fields-wrapper .elementor-button:after, #samarbetsskola .elementor-form-fields-wrapper .elementor-button:after {
  width: 60px;
  margin-left: 10px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  content: "  ";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
@media (min-width: 500px) {
  #samarbetspartner .elementor-form-fields-wrapper .elementor-button:after, #samarbetsskola .elementor-form-fields-wrapper .elementor-button:after {
    margin-left: 50px;
  }
}
#samarbetspartner .elementor-form-fields-wrapper .elementor-button:hover, #samarbetsskola .elementor-form-fields-wrapper .elementor-button:hover {
  background-size: 100% 72px;
  color: #ffffff;
}
@media (min-width: 825px) {
  #samarbetspartner .elementor-form-fields-wrapper .elementor-button:hover, #samarbetsskola .elementor-form-fields-wrapper .elementor-button:hover {
    background-size: 100% 80px;
  }
}
#samarbetspartner .elementor-form-fields-wrapper .elementor-button:hover:after, #samarbetsskola .elementor-form-fields-wrapper .elementor-button:hover:after {
  color: #ffffff;
}
.wp-block-file {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}
.wp-block-file a {
  display: none;
  margin: 1rem 0;
  text-decoration: none;
  color: black;
}
.wp-block-file .wp-block-file__button {
  margin: 0;
  background-color: #ffffff;
  color: #EC008D;
  cursor: pointer;
  font-family: "Helvetica Neue", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0;
  text-align: left;
  width: fit-content;
  height: 40px;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 0% 80px;
  background-position: 0% 100%;
  background-image: linear-gradient(90deg, #EC008D 0%, #EC008D 100%);
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  margin-bottom: 1rem;
  padding: 1.5rem;
  width: 100%;
  height: 50px !important;
  color: #ffffff;
  margin-bottom: 10px;
  background-color: #EC008D !important;
  background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
  display: flex;
  justify-content: space-between;
  border: 0.25px solid #e2e2e2;
}
@media (max-width: 500px) {
  .wp-block-file .wp-block-file__button {
    padding: 1.5rem 1rem;
    width: 100%;
  }
}
@media (min-width: 825px) {
  .wp-block-file .wp-block-file__button {
    height: 40px;
    background-size: 0% 80px;
  }
}
.has-white-background-color .wp-block-file .wp-block-file__button {
  background-color: #03abe8;
}
.wp-block-file .wp-block-file__button:visited {
  color: #EC008D;
}
.wp-block-file .wp-block-file__button:after {
  width: 60px;
  margin-left: 10px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  content: "  ";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
@media (min-width: 500px) {
  .wp-block-file .wp-block-file__button:after {
    margin-left: 50px;
  }
}
.wp-block-file .wp-block-file__button:hover {
  background-size: 100% 72px;
  color: #ffffff;
}
@media (min-width: 825px) {
  .wp-block-file .wp-block-file__button:hover {
    background-size: 100% 80px;
  }
}
.wp-block-file .wp-block-file__button:hover:after {
  color: #ffffff;
}
.wp-block-file .wp-block-file__button:after {
  content: "  ";
}
@media (max-width: 500px) {
  .wp-block-file .wp-block-file__button:after {
    width: 65px;
    margin-left: 10px;
  }
}
.wp-block-file .wp-block-file__button:hover {
  border: 0.25px solid #EC008D;
  color: #EC008D !important;
}
.wp-block-file .wp-block-file__button:hover:after {
  color: #EC008D !important;
}
.wp-block-file .wp-block-file__button.aligncenter {
  width: auto !important;
}
.grid-item-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
@media (min-width: 500px) {
  .grid-item-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
}
.grid-item-wrapper.post-type-partnerskap {
  justify-content: center;
}
.grid-item-wrapper.post-type-kontaktpersoner.col-1 .grid-item {
  width: 100%;
}
.grid-item-wrapper .grid-item {
  margin-bottom: 20px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.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% - (40px / 2));
  }
}
@media (min-width: 825px) {
  .col-1.grid-item-wrapper .grid-item {
    width: calc((100% / 1 ) - ( (40px * ( 1 - 1) ) / 1 ));
  }
}
.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% - (40px / 2));
  }
}
@media (min-width: 825px) {
  .col-2.grid-item-wrapper .grid-item {
    width: calc((100% / 2 ) - ( (40px * ( 2 - 1) ) / 2 ));
  }
}
.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% - (40px / 2));
  }
}
@media (min-width: 825px) {
  .col-3.grid-item-wrapper .grid-item {
    width: calc((100% / 3 ) - ( (40px * ( 3 - 1) ) / 3 ));
  }
}
.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% - (40px / 2));
  }
}
@media (min-width: 825px) {
  .col-4.grid-item-wrapper .grid-item {
    width: calc((100% / 4 ) - ( (40px * ( 4 - 1) ) / 4 ));
  }
}
.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% - (40px / 2));
  }
}
@media (min-width: 825px) {
  .col-5.grid-item-wrapper .grid-item {
    width: calc((100% / 5 ) - ( (40px * ( 5 - 1) ) / 5 ));
  }
}
.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% - (40px / 2));
  }
}
@media (min-width: 825px) {
  .col-6.grid-item-wrapper .grid-item {
    width: calc((100% / 6 ) - ( (40px * ( 6 - 1) ) / 6 ));
  }
}
.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% - (40px / 2));
  }
}
@media (min-width: 825px) {
  .col-7.grid-item-wrapper .grid-item {
    width: calc((100% / 7 ) - ( (40px * ( 7 - 1) ) / 7 ));
  }
}
.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% - (40px / 2));
  }
}
@media (min-width: 825px) {
  .col-8.grid-item-wrapper .grid-item {
    width: calc((100% / 8 ) - ( (40px * ( 8 - 1) ) / 8 ));
  }
}
.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% - (40px / 2));
  }
}
@media (min-width: 825px) {
  .col-9.grid-item-wrapper .grid-item {
    width: calc((100% / 9 ) - ( (40px * ( 9 - 1) ) / 9 ));
  }
}
.grid-item-wrapper .grid-item.skolor {
  border-bottom: none;
  background-color: #ffffff;
}
.grid-item-wrapper .grid-item.skolor h4, .grid-item-wrapper .grid-item.skolor .grid-item.post .inner .post-title, .grid-item-wrapper .grid-item.post .inner .grid-item.skolor .post-title, .grid-item-wrapper .grid-item.skolor .grid-item.page .inner .post-title, .grid-item-wrapper .grid-item.page .inner .grid-item.skolor .post-title, .grid-item-wrapper .grid-item.skolor .grid-item.tjanster .inner .post-title, .grid-item-wrapper .grid-item.tjanster .inner .grid-item.skolor .post-title, .grid-item-wrapper .grid-item.skolor .schema-faq-section .schema-faq-question, .schema-faq-section .grid-item-wrapper .grid-item.skolor .schema-faq-question {
  margin: 0 !important;
  padding: 0.5rem;
  padding-left: 1rem;
}
.grid-item-wrapper .grid-item.skolor .wrapper {
  border-top: 0.25px solid #e2e2e2;
  border-bottom: 0.25px solid #e2e2e2;
  column-count: 2;
}
.grid-item-wrapper .grid-item.partnerskap {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/logo-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 165px;
  margin: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.grid-item-wrapper .grid-item.partnerskap img {
  max-width: 98px;
  max-height: 90px;
  object-fit: contain;
}
.grid-item-wrapper .grid-item.partnerskap:hover {
  background-size: 70%;
}
.grid-item-wrapper .grid-item.kontaktpersoner {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 2rem;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
}
.grid-item-wrapper .grid-item.kontaktpersoner.styrelse h4 em, .grid-item-wrapper .grid-item.kontaktpersoner.styrelse .grid-item.post .inner .post-title em, .grid-item-wrapper .grid-item.post .inner .grid-item.kontaktpersoner.styrelse .post-title em, .grid-item-wrapper .grid-item.kontaktpersoner.styrelse .grid-item.page .inner .post-title em, .grid-item-wrapper .grid-item.page .inner .grid-item.kontaktpersoner.styrelse .post-title em, .grid-item-wrapper .grid-item.kontaktpersoner.styrelse .grid-item.tjanster .inner .post-title em, .grid-item-wrapper .grid-item.tjanster .inner .grid-item.kontaktpersoner.styrelse .post-title em, .grid-item-wrapper .grid-item.kontaktpersoner.styrelse .schema-faq-section .schema-faq-question em, .schema-faq-section .grid-item-wrapper .grid-item.kontaktpersoner.styrelse .schema-faq-question em {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/small-text-background-green.svg");
}
.grid-item-wrapper .grid-item.kontaktpersoner .upper {
  display: flex;
  align-items: center;
}
.grid-item-wrapper .grid-item.kontaktpersoner .upper .post-img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 1rem;
}
@media (min-width: 500px) {
  .grid-item-wrapper .grid-item.kontaktpersoner .upper .post-img {
    width: 30%;
  }
}
.grid-item-wrapper .grid-item.kontaktpersoner .upper .post-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 200px;
}
@media (min-width: 825px) {
  .grid-item-wrapper .grid-item.kontaktpersoner .upper .post-img img {
    width: 150px;
    height: 150px;
  }
}
.grid-item-wrapper .grid-item.kontaktpersoner .upper .headings {
  width: 70%;
}
.grid-item-wrapper .grid-item.kontaktpersoner .upper .headings h3 {
  margin: 0;
}
.grid-item-wrapper .grid-item.kontaktpersoner .upper .headings h4, .grid-item-wrapper .grid-item.kontaktpersoner .upper .headings .grid-item.post .inner .post-title, .grid-item-wrapper .grid-item.post .inner .grid-item.kontaktpersoner .upper .headings .post-title, .grid-item-wrapper .grid-item.kontaktpersoner .upper .headings .grid-item.page .inner .post-title, .grid-item-wrapper .grid-item.page .inner .grid-item.kontaktpersoner .upper .headings .post-title, .grid-item-wrapper .grid-item.kontaktpersoner .upper .headings .grid-item.tjanster .inner .post-title, .grid-item-wrapper .grid-item.tjanster .inner .grid-item.kontaktpersoner .upper .headings .post-title, .grid-item-wrapper .grid-item.kontaktpersoner .upper .headings .schema-faq-section .schema-faq-question, .schema-faq-section .grid-item-wrapper .grid-item.kontaktpersoner .upper .headings .schema-faq-question {
  margin: 0 !important;
  max-width: 300px !important;
}
.grid-item-wrapper .grid-item.kontaktpersoner .upper .headings h4 em, .grid-item-wrapper .grid-item.kontaktpersoner .upper .headings .grid-item.post .inner .post-title em, .grid-item-wrapper .grid-item.post .inner .grid-item.kontaktpersoner .upper .headings .post-title em, .grid-item-wrapper .grid-item.kontaktpersoner .upper .headings .grid-item.page .inner .post-title em, .grid-item-wrapper .grid-item.page .inner .grid-item.kontaktpersoner .upper .headings .post-title em, .grid-item-wrapper .grid-item.kontaktpersoner .upper .headings .grid-item.tjanster .inner .post-title em, .grid-item-wrapper .grid-item.tjanster .inner .grid-item.kontaktpersoner .upper .headings .post-title em, .grid-item-wrapper .grid-item.kontaktpersoner .upper .headings .schema-faq-section .schema-faq-question em, .schema-faq-section .grid-item-wrapper .grid-item.kontaktpersoner .upper .headings .schema-faq-question em {
  display: inline-block;
}
.grid-item-wrapper .grid-item.kontaktpersoner .lower {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.grid-item-wrapper .grid-item.kontaktpersoner .lower .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.grid-item-wrapper .grid-item.kontaktpersoner .lower .flex span {
  font-weight: bold;
  margin-right: 1rem;
}
.grid-item-wrapper .grid-item.kontaktpersoner .lower .flex span a {
  color: #000000;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.grid-item-wrapper .grid-item.kontaktpersoner .lower .flex span a:hover {
  color: #03abe8;
}
.col-1.grid-item-wrapper .grid-item.kontaktpersoner {
  margin: auto;
}
@media (min-width: 825px) {
  .col-1.grid-item-wrapper .grid-item.kontaktpersoner .upper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .col-1.grid-item-wrapper .grid-item.kontaktpersoner .upper .post-img {
    justify-content: center;
  }
  .col-1.grid-item-wrapper .grid-item.kontaktpersoner .upper h4, .col-1.grid-item-wrapper .grid-item.kontaktpersoner .upper .grid-item-wrapper .grid-item.post .inner .post-title, .grid-item-wrapper .grid-item.post .inner .col-1.grid-item-wrapper .grid-item.kontaktpersoner .upper .post-title, .col-1.grid-item-wrapper .grid-item.kontaktpersoner .upper .grid-item-wrapper .grid-item.page .inner .post-title, .grid-item-wrapper .grid-item.page .inner .col-1.grid-item-wrapper .grid-item.kontaktpersoner .upper .post-title, .col-1.grid-item-wrapper .grid-item.kontaktpersoner .upper .grid-item-wrapper .grid-item.tjanster .inner .post-title, .grid-item-wrapper .grid-item.tjanster .inner .col-1.grid-item-wrapper .grid-item.kontaktpersoner .upper .post-title, .col-1.grid-item-wrapper .grid-item.kontaktpersoner .upper .schema-faq-section .schema-faq-question, .schema-faq-section .col-1.grid-item-wrapper .grid-item.kontaktpersoner .upper .schema-faq-question {
    margin: auto !important;
  }
  .col-1.grid-item-wrapper .grid-item.kontaktpersoner * {
    text-align: center;
  }
}
.grid-item-wrapper .grid-item.post, .grid-item-wrapper .grid-item.page, .grid-item-wrapper .grid-item.tjanster {
  display: flex;
  border: 0.25px solid #e2e2e2;
  padding: 1.5em 2em 1.5em 1em;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 1054px) {
  .grid-item-wrapper .grid-item.post, .grid-item-wrapper .grid-item.page, .grid-item-wrapper .grid-item.tjanster {
    flex-direction: column;
  }
}
.grid-item-wrapper .grid-item.post .post-img, .grid-item-wrapper .grid-item.page .post-img, .grid-item-wrapper .grid-item.tjanster .post-img {
  display: flex;
  align-items: center;
}
@media (min-width: 1054px) {
  .grid-item-wrapper .grid-item.post .post-img, .grid-item-wrapper .grid-item.page .post-img, .grid-item-wrapper .grid-item.tjanster .post-img {
    justify-content: center;
    width: 25%;
  }
}
.grid-item-wrapper .grid-item.post .post-img img, .grid-item-wrapper .grid-item.page .post-img img, .grid-item-wrapper .grid-item.tjanster .post-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 200px;
}
@media (min-width: 825px) {
  .grid-item-wrapper .grid-item.post .post-img img, .grid-item-wrapper .grid-item.page .post-img img, .grid-item-wrapper .grid-item.tjanster .post-img img {
    width: 100px;
    height: 100px;
  }
}
.grid-item-wrapper .grid-item.post .inner, .grid-item-wrapper .grid-item.page .inner, .grid-item-wrapper .grid-item.tjanster .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: transparent !important;
}
@media (min-width: 1054px) {
  .grid-item-wrapper .grid-item.post .inner, .grid-item-wrapper .grid-item.page .inner, .grid-item-wrapper .grid-item.tjanster .inner {
    width: 70%;
  }
}
@media (max-width: 1054px) {
  .grid-item-wrapper .grid-item.post .inner .upper, .grid-item-wrapper .grid-item.page .inner .upper, .grid-item-wrapper .grid-item.tjanster .inner .upper {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}
.grid-item-wrapper .grid-item.post .inner .upper span, .grid-item-wrapper .grid-item.page .inner .upper span, .grid-item-wrapper .grid-item.tjanster .inner .upper span {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.313rem;
  letter-spacing: normal;
}
.grid-item-wrapper .grid-item.post .inner .post-title, .grid-item-wrapper .grid-item.page .inner .post-title, .grid-item-wrapper .grid-item.tjanster .inner .post-title {
  font-weight: bold;
  color: #000000;
  margin-bottom: 0;
  margin-top: 1rem;
}
.grid-item-wrapper .grid-item.post .inner p, .grid-item-wrapper .grid-item.page .inner p, .grid-item-wrapper .grid-item.tjanster .inner p {
  margin-top: 0;
}
.home .grid-item-wrapper .grid-item.post {
  background-color: #F4F7F8;
}
.nyheter .home .grid-item-wrapper .grid-item.post .inner .upper span {
  color: #F69327;
}
.grid-item-wrapper .grid-item.post .inner .upper span.kunskap-och-verkan {
  color: #EC008D !important;
}
.grid-item-wrapper .grid-item.post .inner .upper span.nyheter {
  color: #F69327 !important;
}
.grid-item-wrapper .grid-item.post .inner .upper span.partnersamarbeten {
  color: #03abe8 !important;
}
.grid-item-wrapper .grid-item.post .inner .upper span.i-media {
  background-color: #FFF33A !important;
  padding: 0 5px;
}
.grid-item-wrapper .grid-item.post .inner .upper span.priser-och-event {
  color: #9CCB39 !important;
}
.grid-item-wrapper .grid-item.post .post-img .cross-image:before {
  content: "";
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/post-item-backgrounds-01.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.grid-item-wrapper .grid-item.post:hover.kunskap-och-verkan {
  background-color: rgba(236, 0, 141, 0.1);
}
.grid-item-wrapper .grid-item.post:hover.nyheter {
  background-color: rgba(246, 147, 39, 0.1);
}
.grid-item-wrapper .grid-item.post:hover.partnersamarbeten {
  background-color: rgba(3, 171, 232, 0.1);
}
.grid-item-wrapper .grid-item.post:hover.i-media {
  background-color: rgba(255, 243, 58, 0.1);
}
.grid-item-wrapper .grid-item.post:hover.priser-och-event {
  background-color: rgba(156, 203, 57, 0.1);
}
.grid-item-wrapper .grid-item.tjanster:hover {
  background-color: #fff4eb !important;
}
.grid-item-wrapper .grid-item.kunskap-och-verkan .post-img .cross-image:before {
  content: "";
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/post-item-backgrounds-02.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.grid-item-wrapper .grid-item.priser-och-event .post-img .cross-image:before {
  content: "";
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/post-item-backgrounds-03.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.grid-item-wrapper .grid-item.i-media .post-img .cross-image:before {
  content: "";
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/post-item-backgrounds-04.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.grid-item-wrapper .grid-item.partnersamarbeten .post-img .cross-image:before {
  content: "";
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/post-item-backgrounds-05.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.grid-item-wrapper .grid-item.page {
  background-color: #F4F7F8;
}
.grid-item-wrapper .grid-item.page:not(.home .grid-item-wrapper .grid-item.page) {
  background-color: #ffffff;
}
.grid-item-wrapper .grid-item.page .inner .upper span {
  color: #03abe8;
}
.grid-item-wrapper .grid-item.page:hover {
  background-color: #ebf6fd !important;
}
@media (min-width: 825px) {
  .grid-item-wrapper.glued {
    margin-top: -340px;
    margin-left: 30px;
  }
}
.grid-item-wrapper.glued .grid-item.page:hover {
  background-color: #ebf6fd !important;
}
.grid-item-wrapper.glued .grid-item.post {
  background-color: #ffffff !important;
}
.grid-item-wrapper.glued .grid-item:hover.asikt {
  background-color: #fee9f3 !important;
}
.grid-item-wrapper.glued .grid-item:hover.nyheter {
  background-color: #fff4eb !important;
}
.grid-item-wrapper.glued .grid-item:hover.partnersamarbeten {
  background-color: #ebf6fd !important;
}
.grid-item-wrapper.glued .grid-item:hover.i-media {
  background-color: #f5f7e7 !important;
}
.grid-item-wrapper.glued .grid-item:hover.event {
  background-color: #ebf3e6 !important;
}
.hwcc_cookie_bar {
  max-width: 100vw;
  background: #fff;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100000000;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  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) {
  .hwcc_cookie_bar {
    display: flex;
  }
}
.hwcc_cookie_bar.read-more {
  display: block !important;
  opacity: 1;
}
.hwcc_cookie_bar.read-more:after {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
}
.hwcc_cookie_bar.active {
  opacity: 1;
}
.hwcc_cookie_bar .cookie-bar-inner {
  display: flex;
  font-family: sans-serif;
  font-size: 13px;
  color: black;
  -webkit-font-smoothing: antialiased;
  flex-wrap: wrap;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .cookie-bar-inner {
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: nowrap;
    font-size: 14px;
    width: 100%;
  }
}
.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-bottom: 15px;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .cookie-bar-inner .cookie-head {
    margin-right: 15px;
    margin-bottom: 0;
    max-width: 700px;
    margin-right: auto;
  }
}
.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: 13px;
  font-family: sans-serif;
  font-weight: bold;
  display: flex;
  padding: 15px;
  margin-left: auto;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .cookie-bar-inner button {
    cursor: pointer;
    margin-left: 15px;
  }
}
.hwcc_cookie_bar .cookie-bar-inner button.accept_all_cookies {
  background: #ebf6fd;
  border-radius: 2px;
  flex-shrink: 0;
  font-size: 13px;
}
.hwcc_cookie_bar .cookie-bar-inner button.accept_all_cookies:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
}
.hwcc_cookie_bar .cookie-bar-inner button.cookie_settings {
  flex-shrink: 0;
}
.hwcc_cookie_bar .cookie-bar-inner button.cookie_settings:after {
  content: "";
  line-height: 17px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
}
.hwcc_cookie_bar .read-more-cookies {
  display: none;
  font-family: sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  justify-content: space-between;
  width: calc(100% - 40px);
  top: 20px;
  left: 20px;
  background: #fff;
  min-height: 300px;
  z-index: 2000000;
  position: fixed;
  color: #000;
  flex-direction: column;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .read-more-cookies {
    max-width: 600px;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -150px;
    flex-direction: row;
  }
}
.hwcc_cookie_bar .read-more-cookies.visible {
  display: flex;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .read-more-cookies .tab-nav {
    min-width: 150px;
    flex-shrink: 0;
  }
}
.hwcc_cookie_bar .read-more-cookies .tab-nav .cookie-button, .hwcc_cookie_bar .read-more-cookies .tab-nav button {
  width: 100%;
  display: block;
  padding: 15px;
  text-align: left;
  background: #03abe8;
  border: 0;
  border-bottom: 1px solid #ebf6fd;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  font-family: sans-serif;
  color: #000;
}
.hwcc_cookie_bar .read-more-cookies .tab-nav .cookie-button.active, .hwcc_cookie_bar .read-more-cookies .tab-nav button.active {
  background: #fff;
}
.hwcc_cookie_bar .read-more-cookies .tab-target {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab {
  display: none;
  padding: 20px;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab.active {
  display: block;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info-head input[type="checkbox"] {
  margin-left: auto;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info-head input[type="checkbox"]:disabled {
  cursor: default;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info-head input[type="checkbox"]:disabled + label {
  opacity: 0.6;
  cursor: default;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info-head input[type="checkbox"] + label {
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info {
  max-height: 200px;
  overflow: auto;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab table {
  margin-top: 10px;
  width: 100%;
  text-align: left;
  font-family: sans-serif;
  color: black;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab table tr td {
  padding: 5px 0;
  border-bottom: 1px solid #ebf6fd;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab table th {
  font-family: sans-serif;
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 1px solid #ebf6fd;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper {
  text-align: right;
  padding: 20px;
  margin-top: auto;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button {
  border: 0;
  padding: 10px;
  cursor: pointer;
  margin-top: 10px;
  background: #ebf6fd;
  border-radius: 2px;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: bold;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button#save_cookie_option {
  background: #03abe8;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button#save_cookie_option:before {
  display: none;
}
.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: "";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  position: absolute;
  top: 1px;
  left: 2px;
  font-size: 13px;
  font-weight: bold;
}
.cookie-consent .cookie_settings {
  border: 0;
  padding: 10px;
  background: gray;
  cursor: pointer;
  margin-top: 10px;
  background: #ebf6fd;
  border-radius: 2px;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: bold;
}
.cookie-consent .cookie_settings:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
}
.cookie-bar-active-blocker {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 100000000;
  -webkit-font-smoothing: antialiased;
  background: rgba(0, 0, 0, 0.5);
  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;
}
.cookie-bar-active-blocker.active {
  opacity: 1;
}
.result-circles .wp-block-column {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/bluecircle-laxhjalp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 5rem 3rem;
  margin: 1rem 0;
}
@media (min-width: 500px) {
  .result-circles .wp-block-column {
    padding: 5rem 2rem;
  }
}
@media (min-width: 1054px) {
  .result-circles .wp-block-column {
    padding: 5rem;
  }
}
.result-circles .wp-block-column * {
  color: #ffffff;
  font-weight: bold;
}
.result-circles .wp-block-column h3 {
  font-size: 5rem;
  line-height: 4rem;
  letter-spacing: normal;
  margin: 0;
}
.result-circles .wp-block-column p {
  margin-bottom: 0;
}
.result-circles.pink .wp-block-column {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/pinkcircle-laxhjalp.svg");
}
.elementor-widget-form #footerform .elementor-form-fields-wrapper {
  margin-top: -2.8rem;
}
.elementor-widget-form #footerform .elementor-form-fields-wrapper .elementor-field-group {
  padding-left: 0 !important;
}
@media (min-width: 825px) {
  .elementor-widget-form #footerform .elementor-form-fields-wrapper .elementor-field-group {
    margin-left: 0.5rem;
  }
}
@media (max-width: 825px) {
  .elementor-widget-form #footerform .elementor-form-fields-wrapper .elementor-field-group {
    margin-left: 10px;
    margin-right: 1rem;
  }
}
.elementor-widget-form #footerform .elementor-form-fields-wrapper label {
  font-family: "Helvetica Neue", "arial", sans-serif;
  color: #fff;
  margin-bottom: 10px;
}
.elementor-widget-form #footerform .elementor-form-fields-wrapper input, .elementor-widget-form #footerform .elementor-form-fields-wrapper textarea {
  background-color: white;
  font-weight: normal;
  font-family: "Helvetica Neue", arial, sans-serif;
  min-height: 50px;
  border-radius: 0px;
  border: 1px solid #ffffff;
}
.elementor-widget-form #contactus .elementor-form-fields-wrapper, .elementor-widget-form #blilaxhjalpare .elementor-form-fields-wrapper {
  margin-top: 1rem;
}
@media (min-width: 825px) {
  .elementor-widget-form #contactus .elementor-form-fields-wrapper, .elementor-widget-form #blilaxhjalpare .elementor-form-fields-wrapper {
    margin-top: 2.3rem;
  }
}
.elementor-widget-form #contactus .elementor-form-fields-wrapper label, .elementor-widget-form #blilaxhjalpare .elementor-form-fields-wrapper label {
  font-family: "Helvetica Neue", "arial", sans-serif;
  margin: 0.5rem 0;
}
.elementor-widget-form #contactus .elementor-form-fields-wrapper input, .elementor-widget-form #contactus .elementor-form-fields-wrapper textarea, .elementor-widget-form #blilaxhjalpare .elementor-form-fields-wrapper input, .elementor-widget-form #blilaxhjalpare .elementor-form-fields-wrapper textarea {
  background-color: #ffffff;
  border: none;
  font-weight: normal;
  font-family: "Helvetica Neue", arial, sans-serif;
  min-height: 50px;
}
.elementor-widget-form #samarbetspartner .elementor-form-fields-wrapper label, .elementor-widget-form #samarbetsskola .elementor-form-fields-wrapper label {
  font-family: "Helvetica Neue", "arial", sans-serif;
  margin: 1rem 0;
}
.elementor-widget-form #samarbetspartner .elementor-form-fields-wrapper input, .elementor-widget-form #samarbetspartner .elementor-form-fields-wrapper textarea, .elementor-widget-form #samarbetspartner .elementor-form-fields-wrapper select, .elementor-widget-form #samarbetsskola .elementor-form-fields-wrapper input, .elementor-widget-form #samarbetsskola .elementor-form-fields-wrapper textarea, .elementor-widget-form #samarbetsskola .elementor-form-fields-wrapper select {
  background-color: #FFF;
  border: none;
  font-weight: normal;
  font-family: "Helvetica Neue", arial, sans-serif;
  min-height: 50px;
}
.contact-us-block {
  padding: 5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 825px) {
  .contact-us-block {
    padding: 5rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.contact-us-block .wp-block-column:first-of-type {
  padding: 0 1rem;
}
@media (min-width: 1054px) {
  .contact-us-block .wp-block-column:first-of-type {
    padding: 0 3rem;
  }
}
.elementor-form .elementor-field-type-checkbox .elementor-field-option {
  display: flex;
  align-items: center;
}
.elementor-form .elementor-field-type-checkbox .elementor-field-option label {
  padding-left: 10px;
}
.elementor-form .elementor-field-type-upload {
  background-color: transparent;
}
.elementor-form .elementor-field-type-upload input.elementor-upload-field {
  background-color: transparent !important;
}
.elementor-form .elementor-field-group {
  width: 100%;
}
.logo-circles {
  margin-bottom: 0;
}
@media (max-width: 825px) {
  .logo-circles {
    flex-wrap: wrap;
  }
}
.logo-circles.wp-block-columns .wp-block-column {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/logo-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 165px;
  width: 165px;
  margin: 1rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 825px) {
  .logo-circles.wp-block-columns .wp-block-column {
    flex-basis: 31% !important;
    margin-left: 0 !important;
    margin: 1rem 1% !important;
  }
}
@media (max-width: 500px) {
  .logo-circles.wp-block-columns .wp-block-column {
    flex-basis: 48% !important;
    margin: 0 1% !important;
  }
}
.logo-circles.wp-block-columns .no-circle {
  background-image: none;
}
@media (max-width: 825px) {
  .logo-circles.wp-block-columns .no-circle {
    display: none;
  }
}
.searchandfilter ul {
  max-width: 1240px !important;
}
@media (max-width: 825px) {
  .searchandfilter ul {
    margin: 0 !important;
    padding: 0;
  }
}
.searchandfilter ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 825px) {
  .searchandfilter ul li {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.searchandfilter ul li h4, .searchandfilter ul li .grid-item-wrapper .grid-item.post .inner .post-title, .grid-item-wrapper .grid-item.post .inner .searchandfilter ul li .post-title, .searchandfilter ul li .grid-item-wrapper .grid-item.page .inner .post-title, .grid-item-wrapper .grid-item.page .inner .searchandfilter ul li .post-title, .searchandfilter ul li .grid-item-wrapper .grid-item.tjanster .inner .post-title, .grid-item-wrapper .grid-item.tjanster .inner .searchandfilter ul li .post-title, .searchandfilter ul li .schema-faq-section .schema-faq-question, .schema-faq-section .searchandfilter ul li .schema-faq-question {
  margin: 0 !important;
}
.searchandfilter ul li ul {
  display: flex;
  flex-wrap: wrap;
}
.searchandfilter ul li ul li {
  margin-right: 2rem;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
@media (max-width: 825px) {
  .searchandfilter ul li ul li {
    flex-direction: row;
    align-items: center;
  }
}
.searchandfilter ul li ul li input {
  position: relative;
  height: 20px;
  width: 20px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.searchandfilter ul li ul li input:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/post-item-backgrounds-01.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  border-radius: 100px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  background-color: #F4F7F8;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.searchandfilter ul li ul li label {
  min-width: 70px;
}
.searchandfilter ul li ul li.sf-item-12 input:before {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/post-item-backgrounds-noicons-02.svg");
}
.searchandfilter ul li ul li.sf-item-9 input:before {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/post-item-backgrounds-noicons-03.svg");
}
.searchandfilter ul li ul li.sf-item-13 input:before {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/post-item-backgrounds-noicons-04.svg");
}
.searchandfilter ul li ul li.sf-item-1 input:before {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/post-item-backgrounds-noicons-01.svg");
}
.searchandfilter ul li ul li.sf-item-10 input:before {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/post-item-backgrounds-noicons-05.svg");
}
.searchandfilter ul li ul li.sf-option-active input:before, .searchandfilter ul li ul li:hover input:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
  margin-top: 3rem;
}
.wp-pagenavi span, .wp-pagenavi a {
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: black;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.wp-pagenavi span.current, .wp-pagenavi span:hover, .wp-pagenavi a.current, .wp-pagenavi a:hover {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/orange-bg.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.schema-faq-section .schema-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  padding: 2rem 1.5rem;
  color: #ffffff;
  font-weight: normal;
  margin: 0;
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/toggle-bg-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
@media (max-width: 825px) {
  .schema-faq-section .schema-faq-question {
    font-size: 1.1rem;
    line-height: 1.4rem;
    padding: 1rem 1.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
  }
}
.schema-faq-section .schema-faq-question:after {
  content: url("/wp-content/themes/HamrenMedia_2_0/assets/plus-white.svg");
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  margin-left: 0.5rem;
}
.schema-faq-section .schema-faq-question.active:after {
  transform: rotate(45deg);
}
.schema-faq-section:nth-child(4n + 2) .schema-faq-question {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/toggle-bg-pink.svg");
}
.schema-faq-section:nth-child(4n + 3) .schema-faq-question {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/toggle-bg-green.svg");
}
.schema-faq-section:nth-child(4n + 4) .schema-faq-question {
  background-image: url("/wp-content/themes/HamrenMedia_2_0/assets/toggle-bg-orange.svg");
}
.schema-faq-section .schema-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  cursor: auto;
  padding: 0 1.5rem;
  margin: 0;
}
.schema-faq-section .schema-faq-answer.active {
  margin-bottom: 2rem;
}
.school-toggle {
  max-width: 1240px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
}
.school-toggle .schema-faq-section {
  width: 32%;
}
@media (max-width: 825px) {
  .school-toggle .schema-faq-section {
    width: 100%;
    padding: 1rem 1.5rem;
  }
}
.page-id-17 .school-toggle {
  margin-bottom: 0;
}
.info-ruta {
  border: 0.25px solid #e2e2e2;
  padding: 1rem;
  padding-bottom: 2rem !important;
  background-color: #ffffff;
  margin: 50px 0;
  text-align: center;
}
@media (min-width: 825px) {
  .info-ruta {
    display: flex;
    text-align: left;
    padding: 1rem;
  }
}
.info-ruta .post-img {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 40px;
}
.info-ruta .inner h4, .info-ruta .inner .grid-item-wrapper .grid-item.post .inner .post-title, .grid-item-wrapper .grid-item.post .inner .info-ruta .inner .post-title, .info-ruta .inner .grid-item-wrapper .grid-item.page .inner .post-title, .grid-item-wrapper .grid-item.page .inner .info-ruta .inner .post-title, .info-ruta .inner .grid-item-wrapper .grid-item.tjanster .inner .post-title, .grid-item-wrapper .grid-item.tjanster .inner .info-ruta .inner .post-title, .info-ruta .inner .schema-faq-section .schema-faq-question, .schema-faq-section .info-ruta .inner .schema-faq-question {
  text-align: center;
}
@media (min-width: 825px) {
  .info-ruta .inner h4, .info-ruta .inner .grid-item-wrapper .grid-item.post .inner .post-title, .grid-item-wrapper .grid-item.post .inner .info-ruta .inner .post-title, .info-ruta .inner .grid-item-wrapper .grid-item.page .inner .post-title, .grid-item-wrapper .grid-item.page .inner .info-ruta .inner .post-title, .info-ruta .inner .grid-item-wrapper .grid-item.tjanster .inner .post-title, .grid-item-wrapper .grid-item.tjanster .inner .info-ruta .inner .post-title, .info-ruta .inner .schema-faq-section .schema-faq-question, .schema-faq-section .info-ruta .inner .schema-faq-question {
    text-align: left;
    padding-right: 30px;
    padding-left: 10px;
  }
}
.info-ruta .inner ul {
  column-count: 1;
}
@media (min-width: 825px) {
  .info-ruta .inner ul {
    column-count: 2;
  }
}
@media (min-width: 825px) {
  .info-ruta .inner ul li {
    padding-right: 30px;
  }
}
.info-ruta .inner ul li::marker {
  color: #000000;
}
.cite-info-ruta {
  border: 0.25px solid #e2e2e2;
  padding: 1rem;
  padding-bottom: 0rem !important;
  background-color: #ffffff;
  margin: 50px 0 0;
  text-align: center;
}
@media (min-width: 825px) {
  .cite-info-ruta {
    display: flex;
    text-align: left;
    padding: 1rem;
  }
}
.cite-info-ruta .cite-post-img {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 40px;
}
.cite-info-ruta .cite-post-img img {
  height: 150px;
  width: 150px;
  min-width: 150px;
  object-fit: cover;
  border-radius: 50%;
}
.cite-info-ruta .inner h4, .cite-info-ruta .inner .grid-item-wrapper .grid-item.post .inner .post-title, .grid-item-wrapper .grid-item.post .inner .cite-info-ruta .inner .post-title, .cite-info-ruta .inner .grid-item-wrapper .grid-item.page .inner .post-title, .grid-item-wrapper .grid-item.page .inner .cite-info-ruta .inner .post-title, .cite-info-ruta .inner .grid-item-wrapper .grid-item.tjanster .inner .post-title, .grid-item-wrapper .grid-item.tjanster .inner .cite-info-ruta .inner .post-title, .cite-info-ruta .inner .schema-faq-section .schema-faq-question, .schema-faq-section .cite-info-ruta .inner .schema-faq-question {
  text-align: center;
}
@media (min-width: 825px) {
  .cite-info-ruta .inner h4, .cite-info-ruta .inner .grid-item-wrapper .grid-item.post .inner .post-title, .grid-item-wrapper .grid-item.post .inner .cite-info-ruta .inner .post-title, .cite-info-ruta .inner .grid-item-wrapper .grid-item.page .inner .post-title, .grid-item-wrapper .grid-item.page .inner .cite-info-ruta .inner .post-title, .cite-info-ruta .inner .grid-item-wrapper .grid-item.tjanster .inner .post-title, .grid-item-wrapper .grid-item.tjanster .inner .cite-info-ruta .inner .post-title, .cite-info-ruta .inner .schema-faq-section .schema-faq-question, .schema-faq-section .cite-info-ruta .inner .schema-faq-question {
    text-align: left;
    padding-right: 30px;
    padding-left: 10px;
  }
}
.cite-info-ruta .inner ul {
  column-count: 1;
}
@media (min-width: 825px) {
  .cite-info-ruta .inner ul {
    column-count: 2;
  }
}
@media (min-width: 825px) {
  .cite-info-ruta .inner ul li {
    padding-right: 30px;
  }
}
.cite-info-ruta .inner ul li::marker {
  color: #000000;
}
.single-partnerskap .wp-block-pullquote {
  margin: 0;
  padding: 0;
}
@media (min-width: 825px) {
  .single-partnerskap .wp-block-pullquote {
    padding: 1rem 0;
  }
}
.single-partnerskap .wp-block-pullquote p {
  text-align: start;
  background: none;
  z-index: 2;
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
}
.single-partnerskap .wp-block-pullquote p:before {
  content: "”";
  position: absolute;
  font-size: 12rem;
  line-height: 0.8;
  color: #F69327;
  opacity: 0.3;
  z-index: -10;
  font-family: "DMSerif", "arial", sans-serif;
  margin-left: -20px;
  margin-top: -20px;
}
@media (min-width: 825px) {
  .single-partnerskap .wp-block-pullquote p:before {
    font-size: 15rem;
    margin-left: -30px;
    margin-top: -30px;
  }
}
.single-partnerskap .wp-block-pullquote cite {
  text-align: start;
  font-size: 1.1rem;
  line-height: 1.5;
}
.single-partnerskap .wp-block-pullquote.has-background {
  background: none;
}
.single-partnerskap .wp-block-pullquote.has-orange-background-color p:before {
  color: #F69327;
}
.single-partnerskap .wp-block-pullquote.has-green-background-color p:before {
  color: #9CCB39;
}
.single-partnerskap .wp-block-pullquote.has-primary-background-color p:before {
  color: #03abe8;
}
.single-partnerskap .wp-block-pullquote.has-pink-background-color p:before {
  color: #EC008D;
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure.is-type-video {
  max-width: calc((1240px / 12) * 6) !important;
}
.overlay {
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.overlay.opened {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 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 {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100009;
  border-bottom: 0.25px solid #e2e2e2;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  position: fixed;
}
.admin-bar .header {
  top: 46px;
}
@media (min-width: 825px) {
  .admin-bar .header {
    top: 31px;
  }
}
.header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  flex-wrap: wrap;
}
@media (min-width: 500px) {
  .header .row {
    margin: 0 auto;
    position: relative;
  }
}
@media (min-width: 1240px) {
  .header .row {
    max-width: calc((1240px / 12) * 13);
  }
}
@media (min-width: 825px) {
  .header .row {
    padding: 10px 20px;
  }
}
@media (min-width: 825px) {
  .header .row {
    padding: 0;
  }
}
.header .row .logo-link {
  z-index: 1000;
  width: 80px;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
.header .row .logo-link .logotype {
  z-index: 1000;
}
@media (min-width: 500px) {
  .header .row .logo-link .logotype {
    border-right: 0.25px solid #e2e2e2;
    width: 270px;
    height: 70px;
    padding-right: 50px;
  }
}
.header .row .menu-huvudmeny-container {
  height: 80px;
  border-left: 0.25px solid #e2e2e2;
  display: none;
}
> * .header .row .menu-huvudmeny-container:focus {
  outline: none;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container {
    display: block;
  }
}
.header .row .menu-huvudmeny-container ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .row .menu-huvudmeny-container ul li {
  overflow: hidden;
  position: relative;
  margin: 0px;
  padding-right: 10px;
}
.header .row .menu-huvudmeny-container ul li.current_page_item, .header .row .menu-huvudmeny-container ul li:hover {
  background-color: #03abe8;
}
.header .row .menu-huvudmeny-container ul li.current_page_item a, .header .row .menu-huvudmeny-container ul li:hover a {
  color: #ffffff;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container ul li.menu-item-has-children:hover, .header .row .menu-huvudmeny-container ul li.menu-item-has-children:focus-within {
    overflow: visible;
  }
  .header .row .menu-huvudmeny-container ul li.menu-item-has-children:hover .sub-menu, .header .row .menu-huvudmeny-container ul li.menu-item-has-children:focus-within .sub-menu {
    opacity: 1;
    margin-top: 0 !important;
    display: flex;
  }
}
.header .row .menu-huvudmeny-container ul li .sub-menu {
  display: none;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container ul li .sub-menu {
    display: none;
    background: #03abe8;
    justify-content: center;
    list-style-type: none;
    z-index: 1000;
    opacity: 0;
    position: absolute;
    width: 250px;
    left: 0;
    top: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0 30px 0;
    border-left: none;
    transition: 0.3s ease all ease all;
    -webkit-transition: 0.3s ease all ease all;
    -moz-transition: 0.3s ease all ease all;
    -o-transition: 0.3s ease all ease all;
  }
}
.header .row .menu-huvudmeny-container ul li .sub-menu:before {
  margin: 0 20px 20px 20px;
  height: calc(100% - 20px);
  border-left: none;
}
.header .row .menu-huvudmeny-container ul li .sub-menu li {
  margin: 0;
}
.header .row .menu-huvudmeny-container ul li .sub-menu li a {
  padding: 5px 20px 5px 40px;
}
.header .row .menu-toggle {
  z-index: 1000;
  width: 80px;
  height: 80px;
  border-right: 0.25px solid #e2e2e2;
  display: flex;
  border: none;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 500px) {
  .header .row .menu-toggle {
    width: 50px;
    height: 50px;
  }
}
.header .row .menu-toggle div {
  border-radius: 40px;
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.header .row .menu-toggle div img {
  width: 20px;
}
.header .row .menu-toggle div .close {
  display: none;
}
.opened.header .row .menu-toggle div {
  background: #ffffff;
}
.opened.header .row .menu-toggle div .hamburger {
  display: none;
}
.opened.header .row .menu-toggle div .close {
  display: flex;
  width: 15px;
}
.header .row .intranet-icon {
  z-index: 1000;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0.25px solid #e2e2e2;
}
@media (max-width: 500px) {
  .header .row .intranet-icon {
    width: 50px;
    height: 50px;
  }
}
.header .row .intranet-icon div {
  border-radius: 40px;
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.header .row .intranet-icon div img {
  width: 20px;
}
.header .row .intranet-icon div .blue {
  display: none;
}
.opened.header .row .intranet-icon {
  border-right: 0px solid #e2e2e2;
  position: relative;
}
.opened.header .row .intranet-icon div {
  background: #ffffff;
}
.opened.header .row .intranet-icon div .black {
  display: none;
}
.opened.header .row .intranet-icon div .blue {
  display: flex;
}
.opened.header .row .intranet-icon:before {
  content: "Intranät";
  position: absolute;
  top: 25px;
  left: -55px;
  color: #ffffff;
  letter-spacing: 1px;
  text-decoration: underline;
  text-decoration-style: dashed;
  margin-right: 120px;
  margin-top: 0px;
  background-color: #03abe8;
  padding: 5px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
@media (max-width: 500px) {
  .opened.header .row .intranet-icon:before {
    top: 12px;
    left: -70px;
  }
}
.header .row .side-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  right: -100vw;
  top: 0;
  background-repeat: repeat;
  background-size: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
}
@media (min-width: 825px) {
  .header .row .side-menu {
    height: auto;
    width: 100%;
    right: -300vh;
    top: 0;
    top: 0;
    bottom: 0;
    left: auto;
  }
}
@media (min-width: 1240px) {
  .header .row .side-menu {
    width: 100%;
  }
}
@media (max-height: 730px) {
  .header .row .side-menu {
    height: 110vh;
  }
}
@media (max-width: 825px) {
  .header .row .side-menu {
    height: 100vh;
    top: 0;
  }
}
.header .row .side-menu .menu-sidomeny-container {
  background-color: #03abe8;
  height: 100%;
  width: 100%;
  padding: 80px 10px 30px;
  overflow: auto;
}
@media (min-width: 1054px) {
  .header .row .side-menu .menu-sidomeny-container {
    width: 40%;
  }
}
@media (min-width: 500px) {
  .header .row .side-menu .menu-sidomeny-container {
    padding: 100px 50px 50px;
  }
}
.opened.header .row .side-menu {
  right: 0;
  left: 0;
}
@media (min-width: 825px) {
  .opened.header .row .side-menu {
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
  }
}
@media (min-width: 825px) {
  .header .row .side-menu ul, .header .row .mega-menu ul {
    column-count: 1;
  }
}
@media (min-width: 825px) {
  .header .row .side-menu ul, .header .row .mega-menu ul {
    column-count: 1;
  }
}
.header .row .side-menu ul li, .header .row .mega-menu ul li {
  display: flex;
  flex-direction: column;
  break-inside: avoid;
  width: fit-content;
  border: none;
}
@media (max-width: 500px) {
  .header .row .side-menu ul li a, .header .row .mega-menu ul li a {
    padding: 0;
  }
}
@media (min-width: 825px) {
  .header .row .side-menu ul li.hide, .header .row .mega-menu ul li.hide {
    display: none;
  }
}
.header .row .side-menu ul li .sub-menu, .header .row .mega-menu ul li .sub-menu {
  position: relative;
}
.header .row .side-menu ul li .sub-menu:before, .header .row .mega-menu ul li .sub-menu:before {
  height: 100%;
}
.header .row .side-menu ul li .sub-menu li.menu-item a, .header .row .mega-menu ul li .sub-menu li.menu-item a {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 0rem;
  letter-spacing: normal;
}
@media (max-width: 500px) {
  .header .row .side-menu ul li .sub-menu li.menu-item a, .header .row .mega-menu ul li .sub-menu li.menu-item a {
    padding: 0;
  }
}
.header .row .side-menu ul li.menu-item a, .header .row .mega-menu ul li.menu-item a {
  color: #ffffff;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 400;
}
@media (max-width: 500px) {
  .header .row .side-menu ul li.menu-item a, .header .row .mega-menu ul li.menu-item a {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: normal;
    line-height: 1.25 !important;
  }
}
.header .row .side-menu ul li button, .header .row .mega-menu ul li button {
  display: none;
}
@media (min-width: 825px) {
  .header .row .side-menu ul li#menu-item-83, .header .row .mega-menu ul li#menu-item-83 {
    padding-bottom: 30px;
  }
}
.header .row ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header .row ul li {
  border-right: 0.25px solid #e2e2e2;
}
.header .row ul li a {
  text-decoration: none;
  padding: 15px 20px;
  display: block;
  font-size: 1.1rem;
  font-family: "Helvetica Neue", "arial", sans-serif;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #03abe8;
}
@media (min-width: 500px) {
  .header .row ul li a {
    font-size: 1.15rem;
    padding: 20px 15px;
  }
}
@media (min-width: 825px) {
  .header .row ul li a {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: normal;
    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 ul li a:hover span.title, .header .row ul li a:focus span.title {
  position: relative;
  background-position: 0 0.9em;
  background-size: 40px;
  background-repeat: repeat-x;
}
.header .row ul li a svg {
  margin-right: 0.5rem;
  min-height: 2.5rem;
  min-width: 2.5rem;
  max-height: 2.5rem;
  max-width: 2.5rem;
}
.header .row ul li.menu-item-has-children .sub-menu {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
@media (min-width: 825px) {
  .header .row ul li.menu-item-has-children .sub-menu {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
.header .row ul li.menu-item-has-children .sub-menu li {
  width: 100%;
}
.header .row ul li.menu-item-has-children .sub-menu li a {
  font-size: 1rem;
  min-height: 30px;
  align-items: center;
  display: flex;
}
@media (min-width: 500px) {
  .header .row ul li.menu-item-has-children .sub-menu li a {
    font-size: 1rem;
  }
}
.hero {
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 20px;
}
@media (max-width: 1350px) {
  .hero {
    background-size: 78%;
  }
}
@media (max-width: 825px) {
  .hero {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .hero {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
.hero h1, .hero p {
  text-align: center;
}
.page-id-25 .hero {
  background-image: url("/wp-content/uploads/2022/05/times-orange-bg.png") !important;
}
.hero .elementor-post-info {
  font-weight: bold;
  margin-left: 0 !important;
}
@media (min-width: 500px) {
  .hero .elementor-post-info {
    justify-content: flex-end;
  }
}
.hero .elementor-post-info .elementor-inline-item {
  margin: 0 !important;
}
.hero pre p {
  white-space: normal;
}
.hero .orange {
  padding-right: 0.5rem;
  padding-top: 1px;
}
.hero .orange p {
  color: #F69327;
  font-weight: bold;
}
@media (min-width: 500px) {
  .hero .elementor-inner-column.elementor-col-50 {
    width: 50%;
  }
}
.single-post .hero {
  padding-top: 50px;
}
@media (min-width: 825px) {
  .single-post .hero {
    padding-top: 30px;
  }
}
.single-post .hero .post-title {
  margin-top: 1rem;
  margin-bottom: 0 !important;
}
@media (min-width: 500px) {
  .single-post .hero .post-title {
    margin-top: 3rem;
  }
}
.single-post .hero .border {
  border-bottom: 0.5px solid #e2e2e2;
}
.single-post .hero .border .elementor-container {
  max-width: calc((1240px / 12) * 13);
}
.single-post .hero .border .elementor-container .elementor-column {
  border-right: 0.5px solid #e2e2e2;
  padding: 10px 0;
  width: 50%;
}
@media (min-width: 500px) {
  .single-post .hero .border .elementor-container .elementor-column {
    width: calc(100% / 3);
  }
}
.single-post .hero .border .elementor-container .elementor-column:last-child {
  border-right: none;
  width: 100%;
  border-top: 0.5px solid #e2e2e2;
}
@media (min-width: 500px) {
  .single-post .hero .border .elementor-container .elementor-column:last-child {
    width: calc(100% / 3);
    border-top: none;
  }
}
.single-post .hero .elementor-widget-post-navigation .elementor-post-navigation {
  justify-content: space-between;
}
@media (min-width: 500px) {
  .single-post .hero .elementor-widget-post-navigation .elementor-post-navigation {
    justify-content: flex-end;
  }
}
.single-post .hero .elementor-widget-post-navigation .elementor-post-navigation .elementor-post-navigation__link {
  width: auto;
  margin: 0 10px;
}
.single-post .hero .elementor-widget-post-navigation .elementor-post-navigation .elementor-post-navigation__link i {
  color: #F69327;
}
.single-post .hero .elementor-widget-post-navigation .elementor-post-navigation .elementor-post-navigation__link span {
  text-transform: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: normal;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.single-post .hero .elementor-widget-post-navigation .elementor-post-navigation .elementor-post-navigation__link:hover span {
  color: #F69327;
}
.no-img {
  display: none;
}
.footer {
  background-image: url("/wp-content/uploads/2022/05/bg-laxhjalpenfooter.png");
  object-fit: contain;
  padding: 4rem 0 3rem;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 1240px) {
  .footer {
    padding: 2rem 0rem 1rem;
  }
}
.footer .row {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.footer .footer-widget {
  margin: 0;
}
@media (max-width: 500px) {
  .footer .footer-widget {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 825px) {
  .footer .footer-widget {
    text-align: left;
  }
}
@media (max-width: 670px) {
  .footer .footer-widget .wrap .wp-block-column {
    flex-basis: 50% !important;
  }
}
@media (max-width: 370px) {
  .footer .footer-widget .wrap .wp-block-column {
    flex-basis: 100% !important;
  }
}
.footer .footer-widget .wp-block-column {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.footer .footer-widget h4, .footer .footer-widget .grid-item-wrapper .grid-item.post .inner .post-title, .grid-item-wrapper .grid-item.post .inner .footer .footer-widget .post-title, .footer .footer-widget .grid-item-wrapper .grid-item.page .inner .post-title, .grid-item-wrapper .grid-item.page .inner .footer .footer-widget .post-title, .footer .footer-widget .grid-item-wrapper .grid-item.tjanster .inner .post-title, .grid-item-wrapper .grid-item.tjanster .inner .footer .footer-widget .post-title, .footer .footer-widget .schema-faq-section .schema-faq-question, .schema-faq-section .footer .footer-widget .schema-faq-question {
  font-family: "Helvetica Neue", "arial", sans-serif;
  margin: 0rem 1rem;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}
.footer .footer-widget h3 {
  font-family: "Helvetica Neue", "arial", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 0rem 1rem;
}
.footer .footer-widget p {
  font-family: "Helvetica Neue", "arial", sans-serif;
  color: #fff;
  font-size: 1rem;
  margin: 0rem 1rem;
  line-height: 1.7rem;
}
.footer .footer-widget p a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  margin: 0rem;
}
.footer .footer-widget .copyright p {
  text-align: center;
}
@media (min-width: 825px) {
  .footer .footer-widget .copyright p {
    text-align: right;
  }
}
@media (min-width: 700px) and (max-width: 780px) {
  .footer .footer-widget .copyright p {
    text-align: left;
  }
}
.footer .footer-widget .logos {
  padding-right: 0rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 825px) {
  .footer .footer-widget .logos {
    display: none;
  }
}
@media (min-width: 825px) {
  .footer .footer-widget .logos {
    padding-right: 1rem;
    padding-top: 0.5rem;
  }
}
.footer .footer-widget .logos .wp-block-image {
  align-self: flex-end;
}
.footer .footer-widget .logos-mobile {
  display: flex;
  flex-direction: column;
}
@media (min-width: 825px) {
  .footer .footer-widget .logos-mobile {
    display: none;
  }
}
.footer .footer-widget .logos-mobile .wp-block-image {
  align-self: center;
}
@media (min-width: 825px) {
  .footer .footer-widget .logos-mobile .wp-block-image {
    align-self: normal;
  }
}
@media (min-width: 600px) and (max-width: 825px) {
  .footer .footer-widget .logos-mobile .wp-block-image {
    align-self: normal;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .footer .footer-widget .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: auto !important;
  }
}
@media (min-width: 782px) {
  .footer .footer-widget .wp-block-columns:not(.is-not-stacked-on-mobile) > .contact-footer-block {
    flex-basis: 10%;
  }
}
body {
  margin: 0;
  padding: 0;
  background-color: #F4F7F8;
}
body * {
  box-sizing: border-box;
}
body:not(.home) .elementor-location-single {
  padding-top: 100px;
}
@media (min-width: 825px) {
  body:not(.home) .elementor-location-single {
    padding-top: 50px;
  }
}
body:not(.home) .elementor-location-single.type-post {
  padding-top: 20px;
}
@media (min-width: 825px) {
  body:not(.home) .elementor-location-single.type-post {
    padding-top: 50px;
  }
}
.sidmall-hide .wp-block-hw-title, .sidmall-hide .wp-block-hw-ingress-box {
  display: none;
}
#main .padding {
  padding: 2rem 0 4rem 0;
}
.home #main {
  padding-top: 70px;
}
@media (min-width: 825px) {
  .home #main {
    padding-top: 70px;
  }
}
@media (min-width: 500px) {
  #main .border-right {
    border-right: 0.25px solid #e2e2e2;
    padding-right: 2rem;
  }
}
@media (min-width: 500px) {
  #main .border-left {
    border-left: 0.25px solid #e2e2e2;
    padding-left: 2rem;
  }
}
#main .border-bottom {
  border-bottom: 0.25px solid #e2e2e2;
}
#main .no-margin {
  margin: 0 auto;
}
@media (max-width: 500px) {
  #main .wp-block-columns.flip {
    display: flex;
    flex-direction: column-reverse;
  }
}
#main .wp-block-columns .wp-block-column.has-background {
  padding: 2rem 2em;
  margin-bottom: 3rem;
}
.page-id-15 #main .wp-block-columns {
  max-width: calc((1240px / 12) * 13) !important;
  margin-left: auto;
  margin-right: auto;
}
#main .wp-block-image figcaption {
  text-align: center;
}
#main .samarbeta .wp-block-image {
  width: 100%;
  position: relative;
}
#main .samarbeta .wp-block-image img {
  max-height: 300px;
  margin: 0 0 1em;
  height: 300px;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}
#main .samarbeta .wp-block-image figcaption {
  position: absolute;
  color: white;
  bottom: 5px;
  left: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2px 5px;
}
#main .samarbeta .wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#main .samarbeta .wp-block-column p {
  flex-grow: 1;
}
#main .samarbeta .wp-block-column h3 {
  margin-bottom: 0;
}
#main .samarbeta .wp-block-column h2, #main .samarbeta .wp-block-column h3, #main .samarbeta .wp-block-column h4, #main .samarbeta .wp-block-column .grid-item-wrapper .grid-item.post .inner .post-title, .grid-item-wrapper .grid-item.post .inner #main .samarbeta .wp-block-column .post-title, #main .samarbeta .wp-block-column .grid-item-wrapper .grid-item.page .inner .post-title, .grid-item-wrapper .grid-item.page .inner #main .samarbeta .wp-block-column .post-title, #main .samarbeta .wp-block-column .grid-item-wrapper .grid-item.tjanster .inner .post-title, .grid-item-wrapper .grid-item.tjanster .inner #main .samarbeta .wp-block-column .post-title, #main .samarbeta .wp-block-column .schema-faq-section .schema-faq-question, .schema-faq-section #main .samarbeta .wp-block-column .schema-faq-question, #main .samarbeta .wp-block-column .wp-block-buttons {
  margin-left: 0 !important;
}
#main .elementor-location-single .elementor-widget-theme-post-featured-image {
  max-width: calc((1240px / 12) * 12);
  margin-left: auto;
  margin-right: auto;
}
#main .elementor-location-single .elementor-widget-theme-post-featured-image img {
  width: 100%;
  object-fit: cover;
  background-color: #03abe8;
}
.page-id-25 #main .elementor-location-single .elementor-widget-theme-post-featured-image img, .single-post #main .elementor-location-single .elementor-widget-theme-post-featured-image img, .single-tjanster #main .elementor-location-single .elementor-widget-theme-post-featured-image img {
  background-color: #F69327;
}
#main .elementor-location-single .elementor-shortcode > *, #main .elementor-location-single .elementor-widget-theme-post-title > * {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1240px) {
  #main .elementor-location-single .elementor-shortcode > *, #main .elementor-location-single .elementor-widget-theme-post-title > * {
    padding: 0 1rem;
  }
}
#main .elementor-location-single .elementor-shortcode > .wp-block-group, #main .elementor-location-single .elementor-widget-theme-post-title > .wp-block-group {
  max-width: 100%;
}
#main .elementor-location-single .elementor-shortcode > .wp-block-group > *, #main .elementor-location-single .elementor-widget-theme-post-title > .wp-block-group > * {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.home #main .elementor-location-single .elementor-shortcode > .wp-block-group.wp-container-3 > *, .home #main .elementor-location-single .elementor-widget-theme-post-title > .wp-block-group.wp-container-3 > * {
  max-width: calc((1240px / 12) * 13);
  position: relative;
}
@media (min-width: 500px) {
  .home #main .elementor-location-single .elementor-shortcode > .wp-block-group.wp-container-3 .grid-item-wrapper, .home #main .elementor-location-single .elementor-widget-theme-post-title > .wp-block-group.wp-container-3 .grid-item-wrapper {
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    width: 100%;
  }
}
#main .elementor-location-single .elementor-shortcode > .wp-block-group.has-background, #main .elementor-location-single .elementor-widget-theme-post-title > .wp-block-group.has-background {
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#main .elementor-location-single .elementor-shortcode h2, #main .elementor-location-single .elementor-shortcode h3, #main .elementor-location-single .elementor-shortcode h4, #main .elementor-location-single .elementor-shortcode .grid-item-wrapper .grid-item.post .inner .post-title, .grid-item-wrapper .grid-item.post .inner #main .elementor-location-single .elementor-shortcode .post-title, #main .elementor-location-single .elementor-shortcode .grid-item-wrapper .grid-item.page .inner .post-title, .grid-item-wrapper .grid-item.page .inner #main .elementor-location-single .elementor-shortcode .post-title, #main .elementor-location-single .elementor-shortcode .grid-item-wrapper .grid-item.tjanster .inner .post-title, .grid-item-wrapper .grid-item.tjanster .inner #main .elementor-location-single .elementor-shortcode .post-title, #main .elementor-location-single .elementor-shortcode .schema-faq-section .schema-faq-question, .schema-faq-section #main .elementor-location-single .elementor-shortcode .schema-faq-question, #main .elementor-location-single .elementor-shortcode h5, #main .elementor-location-single .elementor-shortcode h6, #main .elementor-location-single .elementor-shortcode p, #main .elementor-location-single .elementor-shortcode ol, #main .elementor-location-single .elementor-shortcode ul, #main .elementor-location-single .elementor-shortcode .wp-block-buttons, #main .elementor-location-single .elementor-shortcode .schema-faq, #main .elementor-location-single .elementor-shortcode .wp-block-image.is-resized, #main .elementor-location-single .elementor-shortcode .wp-block-file:not(#search-filter-form-372), #main .elementor-location-single .elementor-shortcode .elementor-form, #main .elementor-location-single .elementor-shortcode .cookie-consent, #main .elementor-location-single .elementor-widget-theme-post-title h2, #main .elementor-location-single .elementor-widget-theme-post-title h3, #main .elementor-location-single .elementor-widget-theme-post-title h4, #main .elementor-location-single .elementor-widget-theme-post-title .grid-item-wrapper .grid-item.post .inner .post-title, .grid-item-wrapper .grid-item.post .inner #main .elementor-location-single .elementor-widget-theme-post-title .post-title, #main .elementor-location-single .elementor-widget-theme-post-title .grid-item-wrapper .grid-item.page .inner .post-title, .grid-item-wrapper .grid-item.page .inner #main .elementor-location-single .elementor-widget-theme-post-title .post-title, #main .elementor-location-single .elementor-widget-theme-post-title .grid-item-wrapper .grid-item.tjanster .inner .post-title, .grid-item-wrapper .grid-item.tjanster .inner #main .elementor-location-single .elementor-widget-theme-post-title .post-title, #main .elementor-location-single .elementor-widget-theme-post-title .schema-faq-section .schema-faq-question, .schema-faq-section #main .elementor-location-single .elementor-widget-theme-post-title .schema-faq-question, #main .elementor-location-single .elementor-widget-theme-post-title h5, #main .elementor-location-single .elementor-widget-theme-post-title h6, #main .elementor-location-single .elementor-widget-theme-post-title p, #main .elementor-location-single .elementor-widget-theme-post-title ol, #main .elementor-location-single .elementor-widget-theme-post-title ul, #main .elementor-location-single .elementor-widget-theme-post-title .wp-block-buttons, #main .elementor-location-single .elementor-widget-theme-post-title .schema-faq, #main .elementor-location-single .elementor-widget-theme-post-title .wp-block-image.is-resized, #main .elementor-location-single .elementor-widget-theme-post-title .wp-block-file:not(#search-filter-form-372), #main .elementor-location-single .elementor-widget-theme-post-title .elementor-form, #main .elementor-location-single .elementor-widget-theme-post-title .cookie-consent {
  max-width: calc((1240px / 12) * 6);
  margin-left: auto;
  margin-right: auto;
}
#main .elementor-location-single .elementor-shortcode h2.full-width, #main .elementor-location-single .elementor-shortcode h3.full-width, #main .elementor-location-single .elementor-shortcode h4.full-width, #main .elementor-location-single .elementor-shortcode .grid-item-wrapper .grid-item.post .inner .full-width.post-title, .grid-item-wrapper .grid-item.post .inner #main .elementor-location-single .elementor-shortcode .full-width.post-title, #main .elementor-location-single .elementor-shortcode .grid-item-wrapper .grid-item.page .inner .full-width.post-title, .grid-item-wrapper .grid-item.page .inner #main .elementor-location-single .elementor-shortcode .full-width.post-title, #main .elementor-location-single .elementor-shortcode .grid-item-wrapper .grid-item.tjanster .inner .full-width.post-title, .grid-item-wrapper .grid-item.tjanster .inner #main .elementor-location-single .elementor-shortcode .full-width.post-title, #main .elementor-location-single .elementor-shortcode .schema-faq-section .full-width.schema-faq-question, .schema-faq-section #main .elementor-location-single .elementor-shortcode .full-width.schema-faq-question, #main .elementor-location-single .elementor-shortcode h5.full-width, #main .elementor-location-single .elementor-shortcode h6.full-width, #main .elementor-location-single .elementor-shortcode p.full-width, #main .elementor-location-single .elementor-shortcode ol.full-width, #main .elementor-location-single .elementor-shortcode ul.full-width, #main .elementor-location-single .elementor-shortcode .wp-block-buttons.full-width, #main .elementor-location-single .elementor-shortcode .schema-faq.full-width, #main .elementor-location-single .elementor-shortcode .wp-block-image.is-resized.full-width, #main .elementor-location-single .elementor-shortcode .wp-block-file:not(#search-filter-form-372).full-width, #main .elementor-location-single .elementor-shortcode .elementor-form.full-width, #main .elementor-location-single .elementor-shortcode .cookie-consent.full-width, #main .elementor-location-single .elementor-widget-theme-post-title h2.full-width, #main .elementor-location-single .elementor-widget-theme-post-title h3.full-width, #main .elementor-location-single .elementor-widget-theme-post-title h4.full-width, #main .elementor-location-single .elementor-widget-theme-post-title .grid-item-wrapper .grid-item.post .inner .full-width.post-title, .grid-item-wrapper .grid-item.post .inner #main .elementor-location-single .elementor-widget-theme-post-title .full-width.post-title, #main .elementor-location-single .elementor-widget-theme-post-title .grid-item-wrapper .grid-item.page .inner .full-width.post-title, .grid-item-wrapper .grid-item.page .inner #main .elementor-location-single .elementor-widget-theme-post-title .full-width.post-title, #main .elementor-location-single .elementor-widget-theme-post-title .grid-item-wrapper .grid-item.tjanster .inner .full-width.post-title, .grid-item-wrapper .grid-item.tjanster .inner #main .elementor-location-single .elementor-widget-theme-post-title .full-width.post-title, #main .elementor-location-single .elementor-widget-theme-post-title .schema-faq-section .full-width.schema-faq-question, .schema-faq-section #main .elementor-location-single .elementor-widget-theme-post-title .full-width.schema-faq-question, #main .elementor-location-single .elementor-widget-theme-post-title h5.full-width, #main .elementor-location-single .elementor-widget-theme-post-title h6.full-width, #main .elementor-location-single .elementor-widget-theme-post-title p.full-width, #main .elementor-location-single .elementor-widget-theme-post-title ol.full-width, #main .elementor-location-single .elementor-widget-theme-post-title ul.full-width, #main .elementor-location-single .elementor-widget-theme-post-title .wp-block-buttons.full-width, #main .elementor-location-single .elementor-widget-theme-post-title .schema-faq.full-width, #main .elementor-location-single .elementor-widget-theme-post-title .wp-block-image.is-resized.full-width, #main .elementor-location-single .elementor-widget-theme-post-title .wp-block-file:not(#search-filter-form-372).full-width, #main .elementor-location-single .elementor-widget-theme-post-title .elementor-form.full-width, #main .elementor-location-single .elementor-widget-theme-post-title .cookie-consent.full-width {
  max-width: 100%;
}
#main .elementor-location-single .elementor-shortcode .wp-block-image.is-resized, #main .elementor-location-single .elementor-widget-theme-post-title .wp-block-image.is-resized {
  text-align: center;
}
#main .elementor-location-single .elementor-shortcode h1, #main .elementor-location-single .elementor-shortcode .wp-block-hw-ingress-box, #main .elementor-location-single .elementor-shortcode .narrow, #main .elementor-location-single .elementor-shortcode .wp-block-quote, #main .elementor-location-single .elementor-shortcode .info-ruta, #main .elementor-location-single .elementor-shortcode .cite-info-ruta, #main .elementor-location-single .elementor-widget-theme-post-title h1, #main .elementor-location-single .elementor-widget-theme-post-title .wp-block-hw-ingress-box, #main .elementor-location-single .elementor-widget-theme-post-title .narrow, #main .elementor-location-single .elementor-widget-theme-post-title .wp-block-quote, #main .elementor-location-single .elementor-widget-theme-post-title .info-ruta, #main .elementor-location-single .elementor-widget-theme-post-title .cite-info-ruta {
  max-width: calc((1240px / 12) * 8);
  margin-left: auto;
  margin-right: auto;
}
#main .elementor-location-single .elementor-shortcode h1.full-width, #main .elementor-location-single .elementor-shortcode .wp-block-hw-ingress-box.full-width, #main .elementor-location-single .elementor-shortcode .narrow.full-width, #main .elementor-location-single .elementor-shortcode .wp-block-quote.full-width, #main .elementor-location-single .elementor-shortcode .info-ruta.full-width, #main .elementor-location-single .elementor-shortcode .cite-info-ruta.full-width, #main .elementor-location-single .elementor-widget-theme-post-title h1.full-width, #main .elementor-location-single .elementor-widget-theme-post-title .wp-block-hw-ingress-box.full-width, #main .elementor-location-single .elementor-widget-theme-post-title .narrow.full-width, #main .elementor-location-single .elementor-widget-theme-post-title .wp-block-quote.full-width, #main .elementor-location-single .elementor-widget-theme-post-title .info-ruta.full-width, #main .elementor-location-single .elementor-widget-theme-post-title .cite-info-ruta.full-width {
  max-width: 100%;
}
#main .elementor-location-single .elementor-shortcode #search-filter-form-372, #main .elementor-location-single .elementor-widget-theme-post-title #search-filter-form-372 {
  max-width: calc((1240px / 12) * 10);
  margin-left: auto;
  margin-right: auto;
}
#main .elementor-location-single .elementor-shortcode #search-filter-form-372.full-width, #main .elementor-location-single .elementor-widget-theme-post-title #search-filter-form-372.full-width {
  max-width: 100%;
}
#main .elementor-location-single .elementor-shortcode > .wp-block-image:not(.is-resized), #main .elementor-location-single .elementor-shortcode > .wp-block-post-featured-image, #main .elementor-location-single .elementor-widget-theme-post-title > .wp-block-image:not(.is-resized), #main .elementor-location-single .elementor-widget-theme-post-title > .wp-block-post-featured-image {
  max-width: calc((1240px / 12) * 12);
  margin: 5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 500px) {
  #main .elementor-location-single .elementor-shortcode > .wp-block-image:not(.is-resized), #main .elementor-location-single .elementor-shortcode > .wp-block-post-featured-image, #main .elementor-location-single .elementor-widget-theme-post-title > .wp-block-image:not(.is-resized), #main .elementor-location-single .elementor-widget-theme-post-title > .wp-block-post-featured-image {
    margin: 3rem 0;
  }
}
#main .elementor-location-single .elementor-shortcode > .wp-block-image:not(.is-resized) img, #main .elementor-location-single .elementor-shortcode > .wp-block-post-featured-image img, #main .elementor-location-single .elementor-widget-theme-post-title > .wp-block-image:not(.is-resized) img, #main .elementor-location-single .elementor-widget-theme-post-title > .wp-block-post-featured-image img {
  width: 100%;
  object-fit: cover;
}
.single-partnerskap .padding {
  padding: 0rem 0 4rem 0 !important;
}
.single-partnerskap .padding .quote-container {
  margin-top: 0 !important;
}
.single-partnerskap .padding .quote-container figure, .single-partnerskap .padding .quote-container img {
  height: 100%;
  object-fit: cover;
}
