/*
Theme Name: Uppsala Stadsbud
Theme URI:
Description: Wordpress-tema till Uppsala Stadsbud.
Version: 1.0
Author URI: https://inspot.se/
*/

body {
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    margin: 0 auto;
    width: 100%;
  }
  
  /* Rubriker */
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'futura-pt', sans-serif;
    font-weight: 500;
    margin: 1rem 0;
  }
  
  h1, .h1 {
    font-size: 2.25rem;
  }
  
  h2, .h2 {
    font-size: 2rem;
  }

  .wp-block-column h2:first-child {
    margin-top: 0;
  }
  
  h3, .h3 {
    font-size: 1.75rem;
  }
  
  h4, .h4 {
    font-size: 1.5rem;
  }
  
  @media screen and (max-width: 440px) {
    h1, .h1 {
      font-size: 2rem;
    }
    h2, .h2 {
      font-size: 1.75rem;
    }
    h3, .h3 {
      font-size: 1.5rem;
    }
    h4, .h4 {
      font-size: 1.25rem;
    }
  }
  
  /* Paragraf */
  strong {
    font-weight: 500;
  }
  
  @media screen and (max-width: 600px) {
    .margin-bottom {
      margin-bottom: 0;
    }
  }
  
  /* Länkar och knappar */
  a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
  }
  
  a:hover, a:active, a:focus {
    color: #d34819;
  }

  .btn {
    align-items: center;
    border: #000 solid 2px;
    border-radius: 1.5rem;
    color: #000;
    display: inline-flex;
    font-style: normal;
    font-weight: 500;
    height: calc(3rem - 4px);
    justify-content: center;
    padding: 0 1rem;
    text-align: center;
    transition: all 0.35s;
    min-width: calc(8rem - 4px);
  }

  .btn:hover {
    background-color: #d34819;
    border-color: #d34819;
    color: #fff;
  }

  .bg-grey .btn {
    background-color: #000;
    color: #fff;
  }

  .bg-grey .btn:hover {
    background-color: #d34819;
  }

  @media screen and (max-width: 440px) {
    .btn {
      width: calc(100% - 2rem);
    }
  }
  
  /* Listor */
  ul, ol {
    margin: 0;
    padding: 0 0 0 1rem;
  }
  
  li {
    padding: 0.5rem 0;
  }

  li:first-child {
    padding-top: 0;
  }

  li:last-child {
    padding-bottom: 0;
  }

  /* Media */
  .wp-block-image {
    margin: 0 !important;
  }
  
  /* Layout */
  .bg-white {
    background-color: #fff;
  }

  .bg-grey {
    background-color: #f8f8f9;
  }

  .wrapper {
    margin: auto;
    max-width: 80rem;
    width: calc(100% - 4rem);
  }

  .section {
    margin: auto;
    max-width: 60rem;
    width: calc(100% - 4rem);
  }
  
  .container {
    clear: both;
    padding: 1.5rem;
  }

  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  @media screen and (max-width: 440px) {
    .wrapper {
      width: calc(100% - 2rem);
    }
    .section {
      width: calc(100% - 2rem);
    }
  }

  .col-100 {
    -ms-flex: 0 0 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 2rem 0 0 0;
  }

  .col-100:first-child {
    margin-top: 0;
  }

  .col-50 {
    -ms-flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    flex: 0 0 calc(50% - 1rem);
    margin: 2rem 2rem 0 0;
  }

  .col-50:nth-of-type(1),
  .col-50:nth-of-type(2) {
    margin-top: 0;
  }

  .col-50:nth-of-type(2n) {
    margin-right: 0;
  }

  .col-33 {
    -ms-flex: 0 0 calc(100% / 3 - 1.35rem);
    max-width: calc(100% / 3 - 1.35rem);
    flex: 0 0 calc(100% / 3 - 1.35rem);
    margin: 2rem 2rem 0 0;
  }

  .col-33:nth-of-type(1),
  .col-33:nth-of-type(2),
  .col-33:nth-of-type(3) {
    margin-top: 0;
  }

  .col-33:nth-of-type(3n) {
    margin-right: 0;
  }

  .col-25 {
    -ms-flex: 0 0 calc(25% - 2rem);
    max-width: calc(25% - 2rem);
    flex: 0 0 calc(25% - 2rem);
    margin: 2rem 2rem 0 0;
  }

  .col-25:nth-of-type(1),
  .col-25:nth-of-type(2),
  .col-25:nth-of-type(3),
  .col-25:nth-of-type(4) {
    margin-top: 0;
  }

  .col-25:nth-of-type(4n) {
    margin-right: 0;
  }

  @media screen and (max-width: 840px) {
    .col-33 {
      -ms-flex: 0 0 calc(50% - 1rem);
      max-width: calc(50% - 1rem);
      flex: 0 0 calc(50% - 1rem);
    }
    .col-33:nth-of-type(3) {
      margin-top: 2rem;
    }
    .col-33:nth-of-type(3n) {
      margin-right: 2rem;
    }
    .col-33:nth-of-type(2n) {
      margin-right: 0;
    }
    .col-25 {
      -ms-flex: 0 0 calc(50% - 1rem);
      max-width: calc(50% - 1rem);
      flex: 0 0 calc(50% - 1rem);
    }
    .col-25:nth-of-type(3),
    .col-25:nth-of-type(4) {
      margin-top: 2rem;
    }
    .col-25:nth-of-type(4n) {
      margin-right: 2rem;
    }
    .col-25:nth-of-type(2n) {
      margin-right: 0;
    }
  }

  @media screen and (max-width: 640px) {
    .col-50 {
      -ms-flex: 0 0 100%;
      max-width: 100%;
      flex: 0 0 100%;
      margin-right: 0;
    }
    .col-50:nth-of-type(2) {
      margin-top: 2rem;
    }
    .col-33 {
      -ms-flex: 0 0 100%;
      max-width: 100%;
      flex: 0 0 100%;
      margin-right: 0;
    }
    .col-33:nth-of-type(2) {
      margin-top: 2rem;
    }
    .col-33:nth-of-type(3n) {
      margin-right: 0;
    }
    .col-25 {
      -ms-flex: 0 0 100%;
      max-width: 100%;
      flex: 0 0 100%;
      margin-right: 0;
    }
    .col-25:nth-of-type(2) {
      margin-top: 2rem;
    }
    .col-25:nth-of-type(4n) {
      margin-right: 0;
    }
  }

  .wp-block-columns {
    margin: 2rem 0 0 !important;
  }
  
  .wp-block-columns:first-child {
    margin-top: 0 !important;
  }
  
  .wp-block-columns .wp-block-columns {
    margin-bottom: 0 !important;
  }
  
  .wp-block-column:not(:first-child) {
    margin-left: 2em !important;
  }
  
  @media screen and (max-width: 840px) {
    .wp-block-columns {
      flex-direction: column;
      flex-wrap: wrap !important;
    }
    .wp-block-column:not(:first-child) {
      margin: 2rem 0 0 !important;
    }
    .wp-block-column:not(:only-child) {
      flex-basis: 100% !important;
      flex-grow: 0;
    }
  }
  
  /* .section .wp-block-columns {
    margin: 0 0 2rem !important;
  }
  
  .section .wp-block-columns:last-child {
    margin-bottom: 0 !important;
  }
  
  .section .wp-block-columns .wp-block-columns {
    margin-bottom: 0 !important;
  }
  
  .section .wp-block-column:not(:first-child) {
    margin-left: 3em !important;
  }

  @media screen and (max-width: 840px) {
    .section .wp-block-column:not(:only-child) {
      flex-basis: 0 !important;
      flex-grow: 1;
    }
  }

  @media screen and (max-width: 640px) {
    .section .wp-block-columns {
      flex-wrap: wrap;
    }
    .section .wp-block-column:not(:first-child) {
      margin: 1rem 0 0 !important;
    }
    .section .wp-block-column:not(:only-child) {
      flex-basis: 100% !important;
      flex-grow: 0;
    }
  } */
  
  /* Formulär */
  fieldset {
    border: none;
    margin: 0;
    padding: 0;
  }
  
  legend {
    border: 0;
    padding: 0;
  }

  .wpcf7-list-item {
    margin: 0 !important;
  }

  #hide-input {
    display: block;
    margin-top: 1rem;
  }

  input {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  input, select {
    background-color: transparent;
    border: #ddd solid 1px;
    border-radius: 1.5rem;
    box-shadow: none;
    color: #000;
    height: calc(3rem - 2px);
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: normal;
    padding: 0 1rem;
    width: calc(100% - 2rem - 4px);
  }

  input::placeholder {
    color: #000;
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    font-weight: 300;
  }

  select {
    color: #000;
    padding-right: 3rem;
    width: calc(100% - 4px);
  }
  
  input[type="checkbox"], input[type="radio"] {
    background-color: #fff;
    border: #ddd solid 1px !important;
    border-radius: 0.75rem;
    box-sizing: border-box;
    cursor: pointer;
    height: 1.25rem;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1.25rem;
  }

  input[type="checkbox"]:checked::after, input[type="radio"]:checked::after {
    color: #fff !important;
    content: '\2714';
    font-size: 0.5rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  input[type="checkbox"]:checked, input[type="radio"]:checked {
    background-color: #00a32a;
    border-color: #00a32a !important;
    color: #fff !important;
  }

  input[type="file"] {
    border: unset;
    border-radius: unset;
    padding: unset;
    width: fit-content;
  }

  .wpcf7-checkbox .wpcf7-list-item {
    margin: 0 1rem 0 0 !important; 
  }
  
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  textarea {
    background-color: #fff;
    border: #ddd solid 1px;
    border-radius: 1.5rem;
    box-shadow: none;
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: normal;
    padding: 0.5rem 1rem;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: calc(100% - 2rem - 4px);
  }

  textarea::placeholder {
    color: #000;
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    font-weight: 300;
  }

  button, input[type="button"], input[type="reset"] {
    cursor: pointer;
    font-family: proxima-nova, sans-serif;
    font-weight: 500 !important;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  input[type="submit"] {
    align-items: center;
    border: #000 solid 2px;
    border-radius: 1.5rem;
    color: #000;
    display: inline-flex;
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    height: 3rem;
    justify-content: center;
    margin: 0;
    min-width: 10rem !important;
    padding: 0 1rem;
    transition: all 0.35s;
    -webkit-appearance: button;
    width: auto;
  }
  
  input[type="submit"]:hover {
    background-color: #d34819;
    border-color: #d34819;
    color: #fff;
  }

  form .step {
    margin-top: 2rem;
  }

  form .row {
    margin-bottom: 2rem;
  }

  form .row:last-child {
    margin-bottom: 0;
  }

  @media screen and (max-width: 440px) {
    input, select {
      font-size: 1rem;
    }
    textarea {
      max-height: 10rem;
    }
    .wpcf7-submit {
      width: 100% !important;
    }
  }
  
  /* Felmeddelande */
  .wpcf7-not-valid-tip {
    color: #d34819 !important;
  }
  
  .wpcf7-response-output {
    border: 0 !important;
    margin: 1rem 0 0 !important;
    padding: 0 !important;
  }

  .wpcf7-response-output {
    color: #00a32a !important;
    font-weight: 500;
  }

  .invalid .wpcf7-response-output {
    color: #d34819 !important;
    font-weight: 500;
  }
  
  /* Tabell */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  /* Media */
  audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
  }
  
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  /* Video */
  video {
    width: 100% !important;
    height: auto !important;
    vertical-align: middle;
  }
  
  /* Bilder */
  img, canvas, iframe, video, svg, select, textarea {
    max-width: 100%;
  }
  
  img {
    display: block;
  }
  
  .wp-block-image {
    margin: 1rem 0;
  }
  
  .wp-block-image img {
    height: auto !important;
  }
  
  .wp-block-image .alignleft {
    float: inherit;
    margin: 0;
  }
  
  /* Header */
  .banner {
    background-color: #000;
    display: flex;
  }
  
  .banner p {
    color: #fff;
    font-weight: 600;
      text-align: center;
  }
  
  .site-header {
    background-color: #fff;
    box-shadow: 0 2px 3px rgb(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 3px rgb(0, 0, 0, 0.2);
    width: 100%;
  }
  
  @media screen and (max-width: 1140px) {
    .site-header {
      border-bottom: #ddd solid 1px;
      height: 5rem;
      position: relative;
    }
  }
  
  /* Kontaktuppgifter */
  .top-bar {
    display: flex;
    height: 5rem;
  }

  .top-bar .wrapper {
    display: inline-flex;
    justify-content: space-between;
  }

  .top-menu {
    display: none;
  }

  @media screen and (max-width: 1140px) {
    .top-menu {
      display: flex;
    }
  }

  /* Logotyp */
  .top-logo a {
    align-items: center;
    display: flex;
    height: 100%;
  }

  .top-logo .mobile {
    display: none;
  }

  .top-logo a img {
    height: auto;
    max-height: 3rem;
    width: auto;
  }

  @media screen and (max-width: 640px) {
    .top-logo .desktop {
      display: none;
    }
    .top-logo .mobile {
      display: flex;
    }
  }
  
  @media screen and (max-width: 440px) {
    .top-logo a img {
      height: auto;
      max-height: 2rem;
      width: auto;
    }
  }

  .top-contact ul {
    align-items: center;
    display: inline-flex;
    height: 5rem;
    margin: 0;
    padding: 0;
  }
  
  .top-contact ul li {
    margin-left: 1rem;
    list-style-type: none;
    padding: 0;
  }
  
  .top-contact ul li a {
    align-items: center;
    display: flex;
    font-weight: 500;
    padding-left: 1.5rem;
    position: relative;
    transition: all 0.35s;
  }
  
  .top-contact ul li a:hover {
    color: #d34819;
  }

  .top-contact ul li a .icon {
    background-size: 1rem 1rem;
    content: "";
    height: 1rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 1rem;
  }
  
  .top-contact li a .icon {
    background: url(images/phone-solid.svg) no-repeat;
  }

  .top-contact li a:hover .icon {
    background: url(images/phone-solid-red.svg) no-repeat;
  }
  
  .top-contact ul li a .email {
    background: url(images/envelope-solid.svg) no-repeat;
  }

  .top-contact ul li a:hover .email {
    background: url(images/envelope-solid-red.svg) no-repeat;
  }
  
  @media screen and (max-width: 1140px) {
    .top-contact ul li a .text {
      display: none;
    }
    .top-contact ul li a .icon {
      left: 50%;
      transform: translate(-50%, -50%);
    }
  }
  
  /* Global meny */
  .menu-bar {
    background-color: #f8f8f9;
    height: 5rem;
    position: relative;
  }
  
  .menu ul {
    margin: 0;
    padding: 0;
    position: relative;
  }
  
  .menu ul li {
    align-items: center;
    display: flex;
    float: left;
    height: 5rem;
    list-style-type: none;
    padding: 0;
    position: relative;
  }

  .menu ul .float-right {
    float: right;
  }

  .menu ul .float-right a {
    align-items: center;
    background-color: #000;
    border-radius: 1.5rem;
    color: #fff;
    height: 3rem;
    justify-content: center;
    min-width: calc(8rem - 2rem);
    padding: 0 1rem;
    transition: all 0.35s;
  }

  .menu ul .float-right a:hover,
  .menu ul .float-right a[aria-current="page"] {
    background-color: #d34819;
    color: #fff;
  }
  
  .menu ul li a {
    color: #000;
    display: flex;
    font-family: 'futura-pt', sans-serif;
    font-style: normal;
    font-weight: 600;
    padding-left: 2rem;
    position: relative;
    text-decoration: none;
  }

  .menu ul li:first-child a {
    padding-left: 0;
  }
  
  .menu ul li a:hover,
  .menu ul li a[aria-current="page"] {
    color: #d34819;
  }

  .menu ul .has-sub a {
    padding-right: 1rem;
    position: relative;
  }

  .menu ul .has-sub>a::after {
    background: url(images/arrow-down.svg) no-repeat;
    content: "";
    display: block;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    width: 0.5rem;
  }
  
  .menu ul .has-sub>a:hover::after,
  .menu ul .has-sub>a[aria-current="page"]::after {
    background: url(images/arrow-down-red.svg) no-repeat;
    content: "";
    height: 0.5rem;
    width: 0.5rem;
  }
  
  .menu ul .has-sub:hover .sub-menu {
    display: block;
  }
  
  .menu ul .has-sub .sub-menu {
    background-color: #fff;
    box-shadow: 0 2px 3px rgb(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 3px rgb(0, 0, 0, 0.2);
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 20rem;
    z-index: 99;
  }
  
  .menu ul .has-sub .sub-menu li {
    border-bottom: #ddd solid 1px;
    height: 3rem;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  
  .menu ul .has-sub .sub-menu li:last-child {
    border-bottom: none;
  }
  
  .menu ul .has-sub .sub-menu li a {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 1rem;
    width: calc(100% - 2rem);
  }
  
  .menu ul .has-sub .sub-menu li a:hover,
  .menu ul .has-sub .sub-menu li a[aria-current="page"] {
    background-color: #f8f8f9;
  }
  
  @media all and (max-width: 1140px) {
    .menu-bar {
      display: none;
    }
    .menu {
      background-color: #fff;
      box-shadow: 0 2px 3px rgb(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 2px 3px rgb(0, 0, 0, 0.2);
      border-top: #ddd solid 1px;
      display: none;
      left: 0;
      overflow: hidden;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 99;
    }
    .menu.active, .sub-menu.active {
      display: block;
      max-height: 500rem;
    }
    .menu {
      width: 100%;
    }
    .menu ul li {
      display: block;
      height: auto;
      width: 100%;
    }
    .menu ul .float-right {
      float: left;
    }
    .menu ul li a {
      align-items: center;
      display: flex;
      height: 3rem;
      padding: 0 2rem;
    }
    .menu ul li:first-child a {
      padding-left: 2rem;
    }
    .menu ul li a[aria-current="page"] {
      background-color: transparent;
    }
    .menu ul li .hover-link {
      color: inherit;
    }
    .menu ul .float-right a {
      border-radius: 0;
      justify-content: left;
      padding: 0 2rem;
    }
    .menu ul .has-sub {
      border-bottom: #ddd solid 1px;
    }
    .menu ul .has-sub a {
      padding-right: 4rem;
    }
    .menu ul .has-sub>a::after,
    .menu ul .has-sub>a:hover::after,
    .menu ul .has-sub>a[aria-current="page"]::after {
      background: inherit;
    }
    .menu ul .has-sub .toggle-link {
      background: url(images/arrow-down.svg) no-repeat;
      background-size: 0.75rem 0.75rem;
      background-position: center;
      cursor: pointer;
      display: block;
      height: 3rem;
      position: absolute;
      right: 1rem;
      text-indent: -9999px;
      top: auto;
      width: 3rem;
      z-index: 3;
    }
    .menu ul .has-sub .toggle-link:hover {
      background: url(images/arrow-down-red.svg) no-repeat;
      background-size: 0.75rem 0.75rem;
      background-position: center;
    }
    .menu ul .has-sub .toggle-link.active {
      transform: rotate(180deg);
    }
    .menu ul .has-sub .sub-menu {
      background-color: transparent;
      box-shadow: none;
      display: none;
      left: 0;
      position: relative;
      top: auto;
      transform: inherit;
      width: 100%;
    }
    .menu ul .has-sub:hover .sub-menu {
      display: none;
    }
    .menu ul .has-sub .sub-menu li {
      background-color: #f8f8f9;
    }
    .menu ul .has-sub .sub-menu li:first-child {
      border-top: #ddd solid 1px;
    }
    .menu ul .has-sub .sub-menu.active {
      display: block;
    }
    .menu ul .has-sub .sub-menu li a {
      padding: 0 3rem;
      width: calc(100% - 6rem);
    }
    .menu ul .has-sub .sub-menu li a[aria-current="page"] {
      background-color: transparent;
    }
  }

  @media screen and (max-width: 440px) {
    .menu ul li.bg-black a {
      padding: 0 1rem;
    }
    .menu ul li a {
      padding: 0 1rem;
    }
    .menu ul li:first-child a {
      padding-left: 1rem;
    }
    .menu ul .has-sub .sub-menu li a {
      padding: 0 2rem;
      width: calc(100% - 4rem);
    }
  }
  
  /* Hamburgermeny */
  .menu-burger-toggle {
    align-items: center;
    display: none;
    height: 3rem;
    justify-content: center;
    left: 0;
    position: relative;
    top: 1rem;
    transition: all 0.35s;
    width: 3rem;
    z-index: 2;
  }
  
  .menu-burger {
    display: flex;
    height: 1.5rem;
    left: 0;
    text-decoration: none;
    top: 0;
    position: relative;
    width: 1.5rem;
    z-index: 3;
  }
  
  .menu-burger-toggle .menu-burger-line {
    background-color: #000;
    border-radius: 1.5px;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: transform, opacity, left;
    -webkit-transition-property: opacity, left, -webkit-transform;
    transition-property: opacity, left, -webkit-transform;
    -o-transition-property: transform, opacity, left;
    transition-property: transform, opacity, left;
    transition-property: transform, opacity, left, -webkit-transform;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    width: 100%;
  }

  .menu-burger-toggle:hover .menu-burger-line {
    background-color: #d34819;
  }
  
  .menu-burger .menu-burger-line-top {
    top: 4px;
  }
  
  .menu-burger-toggle.active .menu-burger-line-top {
    -webkit-transform: rotate(45deg) translate3d(5px, 5px, 0);
    transform: rotate(45deg) translate3d(5px, 5px, 0);
    }
  
  .menu-burger .menu-burger-line-middle {
    top: 50%;
    transform: translate(0, -50%);
  }
  
  .menu-burger-toggle.active .menu-burger-line-middle {
    display: none;
  }
  
  .menu-burger .menu-burger-line-bottom {
    bottom: 4px;
  }
  
  .menu-burger-toggle.active .menu-burger-line-bottom {
    -webkit-transform: rotate(-45deg) translate3d(5px, -5px, 0);
    transform: rotate(-45deg) translate3d(5px, -5px, 0);
  }
  
  @media screen and (max-width: 1140px) {
    .menu-burger-toggle {
      display: flex;
    }
  }
  
  /* Breadcrumb */  
  .breadcrumbs p {
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  
  .breadcrumbs a {
    color: #000;
    text-decoration: none;
  }
  
  .breadcrumbs a:hover {
    color: #d34819;
  }
  
  /* Footern */
  footer {
    background-color: #000;
    color: #fff;
    position: relative;
  }

  footer .bg-img {
    position: relative;
  }

  footer .bg-img>img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }

  footer .wrapper {
    position: relative;
    z-index: 1;
  }

  footer ul {
    margin: 0;
    padding: 0;
  }
  
  footer ul li {
    list-style-type: none;
    padding: 0.5rem 0;
  }

  footer ul li:first-child {
    padding-top: 0;
  }
  
  footer ul li:last-child {
    padding-bottom: 0;
  }
  
  footer ul li a {
    color: #fff;
    display: flex;
    transition: all 0.35s;
  }
  
  .footer-menu ul li {
    padding: 0;
  }

  .footer-menu ul li a {
    margin: 0.5rem 0;
    transition: all 0.35s;
  }

  .footer-menu ul li:first-child a {
    margin-top: 0;
  }

  .footer-menu ul li:last-child a {
    margin-bottom: 0;
  }

  /* Sociala medier */
  .social-media ul {
    margin: 0;
    padding: 0;
  }

  .social-media ul li {
    display: inline-flex;
    list-style-type: none;
    margin: 0 1rem 1rem 0;
  }

  .social-media ul li:last-child {
    margin-right: 0;
  }

  .social-media ul li a {
    border: #fff solid 2px;
    border-radius: 1.5rem;
    display: flex;
    height: calc(3rem - 4px);
    position: relative;
    transition: all 0.35s;
    width: calc(3rem - 4px);
  }

  .social-media ul li a:hover {
    background-color: #d34819;
    border-color: #d34819;
  }

  .social-media ul li a::after {
    background-size: 1rem 1rem !important;
    background-position: center center !important;
    content: "";
    display: block;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .social-media ul li a:hover::after {
    background-size: 1rem 1rem;
    background-position: center center;
  }

  .social-media .Facebook::after {
    background: url(images/facebook-f-brands-white.svg) no-repeat;
  }

  /* .social-media .Facebook:hover::after {
    background: url(images/facebook-f-brands-red.svg) no-repeat;
  } */

  .social-media .Instagram::after {
    background: url(images/instagram-brands-white.svg) no-repeat;
  }

  /* .social-media .Instagram:hover::after {
    background: url(images/instagram-brands-red.svg) no-repeat;
  } */

  .social-media .Linkedin::after {
    background: url(images/linkedin-brands-white.svg) no-repeat;
  }

  /* .social-media .Linkedin:hover::after {
    background: url(images/linkedin-brands-red.svg) no-repeat;
  } */

  .social-media .Twitter::after {
    background: url(images/twitter-brands-white.svg) no-repeat;
  }

  /* .social-media .Twitter:hover::after {
    background: url(images/twitter-brands-red.svg) no-repeat;
  } */

  .social-media .Youtube::after {
    background: url(images/youtube-brands-white.svg) no-repeat;
  }

  /* .social-media .Youtube:hover::after {
    background: url(images/youtube-brands-red.svg) no-repeat;
  } */

  /* Scrolla up */
  .scroll-up {
    background-color: rgba(211, 72, 25, 0.8);
    border: none;
    border-radius: 1.5rem;
    bottom: 2rem;
    cursor: pointer;
    height: 3rem;
    position: fixed;
    right: 2rem;
    width: 3rem;
    z-index: 99;
  }

  .scroll-up:hover {
    background-color: #d34819;
  }

  .scroll-up .scroll-up-arrow {
    background: url(images/arrow-down-white.svg) no-repeat;
    background-position: center center;
    background-size: 0.75rem 0.75rem;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(180deg);
    width: 100%;
  }

  @media screen and (max-width: 440px) {
    .scroll-up {
      right: 1rem;
    }
  }

  /* Certifiering */
  .cert {
    align-items: center;
  }
  
  .cert img {
    margin-right: 2rem;
    max-height: 6rem;
    width: auto;
  }

  @media screen and (max-width: 440px) {
    .cert {
      display: block;
    }
    .cert img {
      margin: 0 0 2rem;
    }
    .cert img:last-child {
      margin-bottom: 0;
    }
  }

  /* Cookies */
  #moove_gdpr_cookie_info_bar {
    background-color: rgba(0, 0, 0, 0.8)!important;
    border: none!important;
  }
  
  .moove-gdpr-info-bar-container {
    padding: 2rem 1rem!important;
  }
  
  .moove-gdpr-info-bar-content {
    margin: auto;
    max-width: 60rem;
    padding: 0 !important;
  }
  
  .moove-gdpr-cookie-notice {
    padding: 0 !important;
  }
  
  .moove-gdpr-cookie-notice p {
    font-size: 1rem !important;
    font-weight: 300 !important;
  }
  
  .moove-gdpr-cookie-notice a {
    font-weight: 500 !important;
    text-decoration: none !important;
  }
  
  #moove_gdpr_cookie_info_bar a:hover {
    color: #d34819 !important;
  }
  
  .moove-gdpr-button-holder {
    margin-left: 1rem;
    padding: 0 !important;
  }
  
  #moove_gdpr_cookie_info_bar button {
    align-items: center;
    background-color: transparent !important;
    border: #fff solid 2px !important;
    border-radius: 3rem !important;
    color: #fff !important;
    display: inline-flex !important;
    height: 3rem;
    font-size: 1rem !important;
    font-weight: 500 !important;
    justify-content: center;
    margin: 0 !important;
    padding: 0 1rem !important;
    transition: all 0.35s;
    width: auto;
  }
  
  #moove_gdpr_cookie_info_bar button:hover {
    background-color: #d34819 !important;
    border-color: #d34819 !important;
  }
  
  @media screen and (max-width: 768px) {
    .moove-gdpr-cookie-notice {
      margin: 0 0 1rem !important;
    }
    .moove-gdpr-button-holder {
      margin-left: 0;
    }  
  }
  
  @media screen and (max-width: 440px) {
    .moove-gdpr-info-bar-container {
      padding: 1rem !important;
    }
    #moove_gdpr_cookie_info_bar button {
      width: 100%;
    }
  }  
    
  /* Startsidan */
  
  /* Titel */
  .hero {
    position: relative;
  }

  .hero img {
    height: auto;
    max-height: 35rem;
    object-fit: cover;
    width: 100%;
  }

  .hero .intro {
    left: 0;
    position: absolute;
    bottom: 2rem;
    width: 100%;
  }

  .hero .section::before {
    background-color: rgb(248, 248, 249, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: calc(100% - calc(calc(100% - 60rem) / 2) - calc(60rem / 2) + 1rem);
  }

  .hero .col-50 {
    padding: 2rem 2rem 2rem 0;
    position: relative;
  }

  .hero .intro .btn {
    background-color: #000;
    color: #fff;
  }

  .hero .intro .btn:hover {
    background-color: #d34819;
  }

  @media screen and (max-width: 640px) {
    .hero .intro {
      background-color: rgb(248, 248, 249, 0.8);
      bottom: 0;
      position: relative;
      text-align: center;
    }
  }

  @media screen and (max-width: 440px) {
    .hero .section::before {
      background-color: transparent;
      display: none;
    }
    .hero .col-50 {
      padding: 1rem 0;
    }
  }

  /* Reco */
  .reco iframe {
    scroll-behavior: initial;
  }

  .reco p {
    margin: 0;
  }
  
  /* Tjänster */
  .section .border-top-bottom {
    border-top: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    margin-top: 2rem !important;
    padding: 2rem 0;
  }

  .border-top-bottom .wp-block-column:last-child {
    margin-top: 0 !important;
  }

  @media screen and (max-width: 840px) {
    .border-top-bottom {
      flex-direction: row;
      flex-wrap: nowrap !important;
    }
  }

  @media screen and (max-width: 600px) {
    .border-top-bottom h2 {
      margin-top: 0;
    }
  }

  @media screen and (max-width: 440px) {
    .border-top-bottom {
      flex-direction: column;
      flex-wrap: wrap !important;
    }
  }

  .wp-block-buttons .wp-block-button a {
    align-items: center;
    background-color: transparent !important;
    border: #000 solid 2px;
    border-radius: 1.5rem !important;
    color: #000 !important;
    display: flex;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-size: 1rem !important;
    font-weight: 500;
    height: 3rem;
    justify-content: center;
    padding: 0 1rem;
    transition: all 0.35s;
    min-width: 8rem;
  }

  .wp-block-buttons .wp-block-button {
    margin: 0 !important;
  }

  .wp-block-buttons .wp-block-button a:hover {
    background-color: #d34819 !important;
    border-color: #d34819;
    color: #fff !important;
  }

  .bg-img a {
    color: #fff;
  }

  .bg-img a:hover {
    color: #d34819;
  }

  @media screen and (max-width: 440px) {
    .wp-block-buttons .wp-block-button {
      width: 100%;
    }
    .wp-block-buttons .wp-block-button a {
      width: 100%;
    }
  }
    
  /* Kontaktsida */
  .contact ul {
    margin: 0;
    padding: 0;
  }

  .contact ul li {
    list-style-type: none;
    padding: 0;
  }

  .contact .bg-grey p {
    margin: 0;
  }

  .contact .bg-grey .col-content {
    align-items: center;
    display: flex;
    height: calc(100% - 2rem);
    justify-content: center;
    padding: 1rem;
  }

  .contact .bg-grey iframe {
    margin-bottom: -0.5rem;
  }

  @media screen and (max-width: 640px) {
    .contact .bg-grey .col-50 {
      margin-top: 0;
    }
    .contact .bg-grey .col-content {
      height: calc(15rem - 2rem);
    }
  }

  /* Offertsida */
  .form ul {
    margin: 0;
    padding: 0;
  }

  .form ul li {
    display: inline-flex;
    list-style-type: none;
    margin: 0 1rem 1rem 0;
    padding: 0;
  }

  .form .form-private,
  .form .form-business {
    display: none;
  }

  .form .form-private.active,
  .form .form-business.active {
    display: block;
  }

  @media screen and (max-width: 440px) {
    .form ul li {
      width: 100%;
    }
  }

@media screen and (max-width: 1140px) {
	.hide-mobile {
		display: none;
	}
}

/* Google reCaptcha */
.grecaptcha-badge { 
    visibility: hidden;
}