@charset "UTF-8";
/* 
Theme Name: Adv Guide
Author: Mica Eriksson
Description: Ett WordPress-tema för Advokatfirman Guide
Version: 1.0
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #2D3842;
  color: #F7F7F7;
}

input, textarea, select, button, a {
  -webkit-tap-highlight-color: transparent;
}

* {
  -webkit-padding-start: 0px;
}

.wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 100px;
}
@media (max-width: 992px) {
  .wrapper {
    padding: 0 50px;
    gap: 70px;
  }
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 40px;
    gap: 55px;
  }
}
@media (max-width: 576px) {
  .wrapper {
    padding: 0 16px;
    gap: 45px;
  }
}
@supports (-webkit-touch-callout: none) {
  @media (max-width: 576px) {
    .wrapper {
      padding: 0 16px;
    }
  }
}
.wrapper--header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.wrapper--page-header {
  gap: 10px;
}
.wrapper--footer {
  gap: 10px;
}

p, body {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  p, body {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  p, body {
    font-size: 16px;
  }
}

h1, h2, h3, h4 {
  font-weight: 400;
  font-family: "DM Serif Text", serif;
  line-height: 1.1;
}

h1 {
  font-size: 52px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-size: 36px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 21px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 19px;
  }
}

.cta-button__filled,
.block-kontor__button,
.faktabanken-cta__button,
.faktabanken-list__li,
.read-more__button,
.banner-cta__buttons--primary {
  background-color: #E9D6C7;
  color: #2D3842;
  padding: 15px 30px;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #E9D6C7;
  width: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-appearance: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cta-button__filled,
  .block-kontor__button,
  .faktabanken-cta__button,
  .faktabanken-list__li,
  .read-more__button,
  .banner-cta__buttons--primary {
    font-size: 16px;
    padding: 12px 22px;
  }
}
@media (max-width: 576px) {
  .cta-button__filled,
  .block-kontor__button,
  .faktabanken-cta__button,
  .faktabanken-list__li,
  .read-more__button,
  .banner-cta__buttons--primary {
    font-size: 16px;
  }
}
.cta-button__filled-icon,
.block-kontor__button-icon,
.faktabanken-cta__button-icon,
.faktabanken-list__li-icon,
.read-more__button-icon,
.banner-cta__buttons--primary-icon {
  width: 20px;
  margin-left: 5px;
  transform: translateY(2px);
}
@media (max-width: 768px) {
  .cta-button__filled-icon,
  .block-kontor__button-icon,
  .faktabanken-cta__button-icon,
  .faktabanken-list__li-icon,
  .read-more__button-icon,
  .banner-cta__buttons--primary-icon {
    width: 15px;
  }
}
@media (max-width: 576px) {
  .cta-button__filled-icon,
  .block-kontor__button-icon,
  .faktabanken-cta__button-icon,
  .faktabanken-list__li-icon,
  .read-more__button-icon,
  .banner-cta__buttons--primary-icon {
    width: 15px;
  }
}
.cta-button__filled:hover,
.block-kontor__button:hover,
.faktabanken-cta__button:hover,
.faktabanken-list__li:hover,
.read-more__button:hover,
.banner-cta__buttons--primary:hover {
  background-color: transparent;
  border: 1px solid #E9D6C7;
  color: #E9D6C7;
  transition: 0.3s;
}
.cta-button__filled:hover .cta-button__filled-icon,
.block-kontor__button:hover .cta-button__filled-icon,
.faktabanken-cta__button:hover .cta-button__filled-icon,
.faktabanken-list__li:hover .cta-button__filled-icon,
.read-more__button:hover .cta-button__filled-icon,
.banner-cta__buttons--primary:hover .cta-button__filled-icon {
  filter: invert(98%) sepia(3%) saturate(3287%) hue-rotate(308deg) brightness(100%) contrast(82%);
}

.cta-button__stroke,
.banner-cta__buttons--secondary {
  background-color: transparent;
  color: #E9D6C7;
  padding: 15px 30px;
  border: 1px solid #E9D6C7;
  border-radius: 100px;
  font-size: 18px;
  text-decoration: none;
  width: auto;
}
@media (max-width: 768px) {
  .cta-button__stroke,
  .banner-cta__buttons--secondary {
    font-size: 16px;
    padding: 12px 22px;
  }
}
@media (max-width: 576px) {
  .cta-button__stroke,
  .banner-cta__buttons--secondary {
    font-size: 16px;
  }
}
.cta-button__stroke-icon,
.banner-cta__buttons--secondary-icon {
  width: 20px;
  filter: invert(98%) sepia(3%) saturate(3287%) hue-rotate(308deg) brightness(100%) contrast(82%);
  transform: translateY(2px);
}
@media (max-width: 768px) {
  .cta-button__stroke-icon,
  .banner-cta__buttons--secondary-icon {
    width: 15px;
  }
}
@media (max-width: 576px) {
  .cta-button__stroke-icon,
  .banner-cta__buttons--secondary-icon {
    width: 15px;
  }
}
.cta-button__stroke:hover,
.banner-cta__buttons--secondary:hover {
  background-color: #E9D6C7;
  color: #2D3842;
  transition: 0.3s;
}
.cta-button__stroke:hover .cta-button__stroke-icon,
.banner-cta__buttons--secondary:hover .cta-button__stroke-icon {
  filter: none;
}

.page-header-cta__box--button {
  cursor: pointer;
  background-color: #2D3842;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  color: #E9D6C7;
  font-size: 16px;
  font-weight: 400;
  border-radius: 100px;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  width: auto;
  max-width: none;
  flex-shrink: 0;
}
.page-header-cta__box--button::after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: var(--arrow-right-url);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  filter: invert(98%) sepia(3%) saturate(3287%) hue-rotate(308deg) brightness(100%) contrast(82%);
}
.page-header-cta__box--button:hover::after {
  transition: all 0.3s;
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .page-header-cta__box--button {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .page-header-cta__box--button {
    font-size: 16px;
  }
}
.page-header-cta__box--button a {
  color: inherit;
}

.medarbetare__list--button,
.post-item__button,
.banner-info__button,
.search-result__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2D3842;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-right: 25px;
}
.medarbetare__list--button::after,
.post-item__button::after,
.banner-info__button::after,
.search-result__button::after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: var(--arrow-right-url);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.medarbetare__list--button:hover::after,
.post-item__button:hover::after,
.banner-info__button:hover::after,
.search-result__button:hover::after {
  transition: all 0.3s;
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .medarbetare__list--button,
  .post-item__button,
  .banner-info__button,
  .search-result__button {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .medarbetare__list--button,
  .post-item__button,
  .banner-info__button,
  .search-result__button {
    font-size: 16px;
  }
}
.medarbetare__list--button a,
.post-item__button a,
.banner-info__button a,
.search-result__button a {
  color: inherit;
}

.footer__menu li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2D3842;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-right: 25px;
  margin-left: 0;
}
.footer__menu li a::after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: var(--arrow-right-url);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.footer__menu li a:hover::after {
  transition: all 0.3s;
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .footer__menu li a {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .footer__menu li a {
    font-size: 16px;
  }
}
.footer__menu li a a {
  color: inherit;
}

#load-more-button {
  cursor: pointer;
  background-color: #2D3842;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  color: #E9D6C7;
  font-size: 16px;
  font-weight: 400;
  border-radius: 100px;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  width: auto;
  max-width: none;
  flex-shrink: 0;
  color: #2D3842;
  border: none;
  padding: 12px 23px;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  background-color: #E9D6C7;
}
#load-more-button::after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: var(--arrow-right-url);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  filter: invert(98%) sepia(3%) saturate(3287%) hue-rotate(308deg) brightness(100%) contrast(82%);
}
#load-more-button:hover::after {
  transition: all 0.3s;
  transform: translateX(5px);
}
@media (max-width: 768px) {
  #load-more-button {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  #load-more-button {
    font-size: 16px;
  }
}
#load-more-button a {
  color: inherit;
}
#load-more-button__title {
  color: #2D3842;
}
#load-more-button:hover {
  background-color: #2D3842;
  border: 1px solid #E9D6C7;
}
#load-more-button:hover .load-more-button__title {
  color: #E9D6C7;
  font-weight: 400;
}
#load-more-button::after {
  display: none;
}

.back-to-verksamhet {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2D3842;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-right: 25px;
  color: #E9D6C7;
}
.back-to-verksamhet::after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: var(--arrow-right-url);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.back-to-verksamhet:hover::after {
  transition: all 0.3s;
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .back-to-verksamhet {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .back-to-verksamhet {
    font-size: 16px;
  }
}
.back-to-verksamhet a {
  color: inherit;
}
.back-to-verksamhet::after {
  display: none;
}
.back-to-verksamhet::before {
  content: "";
  width: 17px;
  height: 17px;
  background-image: var(--arrow-left-url);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.back-to-verksamhet:hover::before {
  transition: all 0.3s;
  transform: translateX(-5px);
}

/* === Header Layout === */
.header {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}

/* === Header Logo === */
.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .header-logo {
    width: 100%;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
    margin: 0;
  }
}
.header-logo img {
  display: block;
  width: 60px;
}
@media (max-width: 576px) {
  .header-logo img {
    gap: 0;
    margin: 0;
    padding: 0;
  }
}
.header-logo .custom-logo {
  width: 100%;
  height: 35px;
}
@media (max-width: 576px) {
  .header-logo .custom-logo {
    height: 25px;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .header-logo .custom-logo-link {
    display: block;
    padding: 0;
    margin-left: -16px;
  }
}
.header-logo__name {
  margin-left: 10px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  color: #F7F7F7;
  white-space: nowrap;
}

.header-logo__link,
.custom-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

/* === Header Menu === */
.header-menu {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  gap: 20px;
}

/* === Desktop Menu === */
.header-menu-desktop ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu-desktop ul li {
  display: flex;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
.header-menu-desktop ul li:last-child {
  margin-right: 0;
}
.header-menu-desktop ul li a {
  text-decoration: none;
  color: #F7F7F7;
  font-size: 16px;
  font-weight: 500;
}
.header-menu-desktop ul li a:hover {
  text-decoration: underline;
  color: #E9D6C7;
}
.header-menu-desktop ul li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: var(--arrow-down-url);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 7px;
  padding-top: 0;
  position: relative;
  top: 2px;
  transition: transform 0.3s ease;
}
.header-menu-desktop ul li.menu-item-has-children > ul {
  padding-top: 15px;
  border-radius: 5px;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-menu-desktop ul li.menu-item-has-children > ul li {
  background-color: #2D3842;
  width: 100%;
  padding: 5px 15px;
  margin-right: 0;
  display: block;
}
.header-menu-desktop ul li.menu-item-has-children > ul li:first-child {
  border-radius: 5px 5px 0 0;
  padding-top: 15px;
}
.header-menu-desktop ul li.menu-item-has-children > ul li:last-child {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .header-menu-desktop .menu-item-has-children:hover > ul {
    display: block;
  }
  .header-menu-desktop .menu-item-has-children:hover > a::after {
    transform: rotate(180deg) translateY(5px);
  }
}
@media (max-width: 869px) {
  .header-menu-desktop {
    display: none;
  }
}

/* === Mobile Menu === */
.header-menu-mobile {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  background-color: #2D3842;
  z-index: 999;
  overflow-y: auto;
  border-radius: 0 0 7px 7px;
  padding: 20px 16px 40px 16px;
}
.header-menu-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  padding-right: 10px;
  width: 100%;
}
.header-menu-mobile li {
  position: relative;
  width: 100%;
}
.header-menu-mobile li a {
  color: #F7F7F7;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
}
.header-menu-mobile li.menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-menu-mobile li.menu-item-has-children .submenu-toggle {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 5px;
  margin-top: 5px;
}
.header-menu-mobile li.menu-item-has-children .submenu-toggle::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: var(--arrow-down-url);
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  transition: transform 0.3s ease;
}
.header-menu-mobile li.menu-item-has-children > ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 20px;
}
.header-menu-mobile li.menu-item-has-children .sub-menu .menu-item a {
  font-size: 16px;
}
.header-menu-mobile li.menu-item-has-children.open .submenu-toggle::before {
  transform: rotate(180deg) translateY(5px);
}
.header-menu-mobile li.menu-item-has-children.open > ul {
  max-height: 500px;
}
.header-menu-mobile.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* === Hamburger Menu === */
.hamburger-menu {
  display: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  z-index: 1001;
  transition: transform 0.3s ease;
}
.hamburger-menu .bar {
  display: block;
  width: 30px;
  height: 2px;
  margin: 5px 0;
  background-color: #F7F7F7;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hamburger-menu.open .bar:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 10px;
}
.hamburger-menu.open .bar:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.open .bar:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}
.hamburger-menu__logo {
  padding: 15px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
@media (max-width: 576px) {
  .hamburger-menu__logo .custom-logo-link {
    display: block;
    padding: 0;
    margin-left: -16px;
  }
}
.hamburger-menu__logo img {
  width: 100%;
  height: 25px;
  cursor: pointer;
}
.hamburger-menu__name {
  margin-left: 10px;
  color: white;
  text-decoration: none;
  font-weight: 500;
  padding-bottom: 5px;
  white-space: nowrap;
}
@media (max-width: 869px) {
  .hamburger-menu {
    display: block;
  }
}

/* === Header Search === */
.header-search {
  display: flex;
  align-items: center;
  color: white;
}
@media (max-width: 869px) {
  .header-search {
    display: none;
  }
}
.header-search__form {
  visibility: hidden;
  position: absolute;
  transform: translateX(20px);
  opacity: 0;
  transition: all 0.3s ease;
}
.header-search__form.is-visible {
  visibility: visible;
  position: relative;
  opacity: 1;
  transform: translateX(0);
}
.header-search__form .search-field {
  width: 200px;
  border-bottom: 1px solid #F7F7F7;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0 0 8px 0;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  color: #F7F7F7;
  background-color: transparent;
}
.header-search__form .search-field:focus {
  outline: none;
}
.header-search__form .header-search__submit {
  background: none;
  border: none;
  transform: translateY(6px);
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .header-search__form .header-search__submit {
    transform: translateY(0px);
  }
}
.header-search.expanded .search-toggle {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
}
.header-search.expanded .header-search__form {
  visibility: visible;
  position: relative;
  opacity: 1;
  transform: translateX(0);
}
.header-search .search-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.header-search .search-toggle__label {
  margin-right: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
}
.header-search .search-toggle img {
  width: 24px;
  height: 25px;
}

/* === Mobile Search === */
@media (min-width: 768px) {
  .header-search-mobile {
    pointer-events: none;
    visibility: hidden;
  }
}
.header-search-mobile .header-search {
  width: 100%;
  margin: 20px 0;
  display: flex;
  align-items: flex-start;
}
.header-search-mobile .header-search .search-toggle {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-search-mobile .header-search .search-toggle__label {
  color: #F7F7F7;
  font-size: 18px;
  font-weight: 400;
}
.header-search-mobile .header-search__form {
  position: absolute;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.header-search-mobile .header-search__form.is-visible {
  position: relative;
  width: 100%;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  overflow: visible;
}
.header-search-mobile .header-search__form .search-field {
  width: 100%;
  border-bottom: 1px solid #F7F7F7;
  padding-bottom: 10px;
  color: #F7F7F7;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  background-color: transparent;
}
.header-search-mobile .header-search.expanded .search-toggle {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.header-search-mobile .header-search.expanded .header-search__form {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

/* === Search Input Styling === */
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.footer {
  background-color: #D2DBD9;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #2D3842;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .footer {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .footer {
    margin-top: 55px;
  }
}
@media (max-width: 576px) {
  .footer {
    margin-top: 45px;
  }
}
.footer .wrapper {
  width: 100%;
  margin: 0 auto;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-direction: row;
  padding: 20px 0px;
}
@media (max-width: 768px) {
  .footer__content {
    padding: 15px 0;
    flex-direction: row;
    text-align: left;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .footer__content {
    padding: 10px 0;
    flex-direction: column;
    text-align: left;
  }
}
.footer__info {
  width: 100%;
  font-size: 16px;
}
.footer__info .custom-logo-link {
  filter: brightness(0) saturate(100%) invert(19%) sepia(11%) saturate(1066%) hue-rotate(167deg) brightness(92%) contrast(90%);
  width: 10px;
}
.footer__info--namn {
  font-weight: 600;
  font-size: 18px;
}
.footer__info--text {
  white-space: pre-line;
  line-height: 1.4;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.footer__info--text br {
  display: none;
}
.footer__info--text::after {
  content: "\a";
  white-space: pre;
}
.footer__info--nummer {
  font-size: 17px;
  margin-bottom: -8px;
}
.footer__info--nummer img {
  transform: translateY(9px);
  height: 30px;
  margin-left: -5px;
}
.footer__info--nummer a {
  text-decoration: none;
  color: #2D3842;
  font-weight: 500;
}
.footer__info--nummer a:hover {
  padding-left: 5px;
  transition: all 0.3s;
}
.footer__info--mail {
  font-size: 17px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .footer__info--mail {
    margin-bottom: 0;
  }
}
.footer__info--mail img {
  transform: translateY(9px);
  height: 30px;
  width: 30px;
  margin-left: -5px;
}
.footer__info--mail a {
  text-decoration: none;
  color: #2D3842;
  font-weight: 500;
}
.footer__info--mail a:hover {
  padding-left: 5px;
  transition: all 0.3s;
}
.footer__menu {
  width: 80%;
}
@media (max-width: 576px) {
  .footer__menu {
    margin: 20px 0;
  }
}
.footer__menu ul {
  list-style: none;
}
@media (max-width: 576px) {
  .footer__menu li {
    margin-bottom: 8px;
  }
}
.footer__menu li a {
  color: #2D3842;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 576px) {
  .footer__menu li a {
    font-size: 18px;
  }
}
.footer__menu--icon {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  transform: translateY(2px);
}
.footer__advokatsamfundet {
  width: 100%;
  font-size: 15px;
}
.footer__advokatsamfundet--title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}
.footer__social {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  font-size: 14px;
}

.page-header {
  min-height: 400px;
  padding-top: 60px;
  background-position: center !important;
}
@media (max-width: 768px) {
  .page-header {
    min-height: 300px;
  }
}
.page-header--no-image {
  min-height: 150px;
}
.page-header__content {
  background-color: #2D3842;
  padding: 50px 0 0 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -40px;
}
@media (max-width: 576px) {
  .page-header__content {
    padding: 30px 0 0 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.page-header__breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px 5px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .page-header__breadcrumbs {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .page-header__breadcrumbs {
    margin-bottom: 0px;
  }
}
.page-header__ingress {
  padding-top: 20px;
  color: #F7F7F7;
  max-width: 855px;
  font-size: 23px;
  line-height: 1.4;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .page-header__ingress {
    font-size: 22px;
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .page-header__ingress {
    font-size: 22px;
    margin-bottom: 55px;
  }
}
@media (max-width: 576px) {
  .page-header__ingress {
    font-size: 20px;
    margin-bottom: 45px;
  }
}
.page-header__title {
  color: var(--light-grey-color);
  border-bottom: 1px solid #F7F7F7;
  max-width: var(--content-breakpoint);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .page-header__title {
    margin-bottom: 0;
  }
}

.page-header__secondary {
  background-color: #2D3842;
  padding: 20px 0;
}

.page-header-cta__content {
  background-color: #2D3842;
  padding: 50px 0 0 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -40px;
}
@media (max-width: 576px) {
  .page-header-cta__content {
    padding: 30px 0 0 0;
  }
}
.page-header-cta__ingress {
  display: flex;
  gap: 40px;
  padding-top: 20px;
  color: #F7F7F7;
  margin-bottom: 100px;
  font-size: 23px;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .page-header-cta__ingress {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .page-header-cta__ingress {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .page-header-cta__ingress {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
.page-header-cta__box {
  display: flex;
  flex-direction: column;
  background-color: #E9D6C7;
  color: #2D3842;
  padding: 20px;
  border-radius: 7px;
  min-width: 290px;
  height: fit-content;
}
@media (max-width: 992px) {
  .page-header-cta__box {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .page-header-cta__box {
    min-width: 100%;
    flex-direction: column;
  }
}
.page-header-cta__box__row {
  display: flex;
  flex-direction: column;
  align-self: start;
}
.page-header-cta__box--title {
  font-size: 23px;
  font-family: "DM Serif Text", serif;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .page-header-cta__box--title {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .page-header-cta__box--title {
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .page-header-cta__box--title {
    margin-bottom: 0px;
  }
}
.page-header-cta__box--subtitle {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .page-header-cta__box--subtitle {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .page-header-cta__box--subtitle {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .page-header-cta__box--subtitle {
    margin-bottom: 18px;
  }
}
.page-header-cta__box--button {
  font-size: 16px;
  line-height: 1.4;
  align-self: flex-start;
  margin-top: auto;
}
@media (max-width: 992px) {
  .page-header-cta__box--button {
    display: flex;
    align-items: center;
    margin: auto 0;
  }
}

.breadcrumb-item {
  font-size: 14px;
  color: #E9D6C7;
  margin-bottom: 1px;
}
@media (max-width: 768px) {
  .breadcrumb-item {
    font-size: 13px;
  }
}
.breadcrumb-item a {
  color: #E9D6C7;
}
.breadcrumb-item .current {
  color: #F7F7F7;
}
.breadcrumb-item-separator {
  color: #E9D6C7;
  font-weight: 100;
  font-size: 18px;
}

.block-kontor {
  display: flex;
  flex-direction: column;
}
.block-kontor__title {
  text-align: center;
  margin-bottom: 10px;
}
.block-kontor__subtitle {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}
.block-kontor__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.block-kontor__buttons--page {
  justify-content: left;
}

.content-wrapper .block-kontor {
  display: flex;
}
.content-wrapper .block-kontor h2, .content-wrapper .block-kontor h3, .content-wrapper .block-kontor p, .content-wrapper .block-kontor .kontor__content {
  text-align: left;
}
.content-wrapper .block-kontor__subtitle {
  text-align: left;
}
.content-wrapper .block-kontor__buttons {
  justify-content: flex-start;
}

.read-more__title {
  margin-bottom: 10px;
}
.read-more__posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  justify-content: space-between;
  margin-bottom: 25px;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .read-more__posts {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .read-more__posts {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

.post-item {
  background-color: #F7F7F7;
  padding: 20px;
  border-radius: 7px;
}
@media (max-width: 768px) {
  .post-item {
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .post-item {
    padding: 18px 16px 16px 16px;
  }
}
.post-item a {
  color: #2D3842;
  text-decoration: none;
}
.post-item__cat {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  opacity: 0.7;
  margin-bottom: 10px;
}
.post-item__cat:hover a {
  text-decoration: underline;
}
.post-item__title {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .post-item__title {
    margin-bottom: 2px;
  }
}
.post-item__title:hover a {
  text-decoration: underline;
}
.post-item__excerpt {
  color: #2D3842;
  opacity: 0.6;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .post-item__excerpt {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.faktabanken-list {
  display: flex;
  flex-direction: column;
  max-width: 855px;
}
.faktabanken-list__ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
.faktabanken-list__title {
  margin-bottom: 40px;
}

.cta-expertis__title {
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cta-expertis__title {
    margin-bottom: 8px;
  }
}
@media (max-width: 576px) {
  .cta-expertis__title {
    margin-bottom: 8px;
  }
}
.cta-expertis a {
  text-decoration: none;
  color: #2D3842;
}
.cta-expertis__subtitle {
  text-align: center;
  margin-bottom: 30px;
}
.cta-expertis__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 992px) {
  .cta-expertis__list {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .cta-expertis__list {
    gap: 10px;
  }
}
@media (max-width: 690px) {
  .cta-expertis__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .cta-expertis__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.cta-expertis-puff {
  display: block;
  background-color: #F7F7F7;
  border-radius: 7px;
  transition: transform 0.3s ease;
  text-decoration: none;
  color: #2D3842;
  position: relative;
  z-index: 1;
}
.cta-expertis-puff__title, .cta-expertis-puff__text,
.cta-expertis-puff h3,
.cta-expertis-puff img {
  pointer-events: none;
}
.cta-expertis-puff:hover {
  transform: scale(1.02);
  cursor: pointer;
}
.cta-expertis-puff__title {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #2D3842;
  border-radius: 7px 7px 0 0;
  padding: 27px 20px;
}
@media (max-width: 992px) {
  .cta-expertis-puff__title {
    padding: 25px 20px;
  }
}
@media (max-width: 768px) {
  .cta-expertis-puff__title {
    padding: 22px 18px;
  }
}
.cta-expertis-puff__title h3 {
  font-size: 23px;
}
@media (max-width: 992px) {
  .cta-expertis-puff__title h3 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .cta-expertis-puff__title h3 {
    font-size: 19px;
  }
}
@media (max-width: 690px) {
  .cta-expertis-puff__title h3 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .cta-expertis-puff__title h3 {
    font-size: 20px;
  }
}
.cta-expertis-puff__text {
  padding: 20px;
}
@media (max-width: 992px) {
  .cta-expertis-puff__text {
    padding: 20px;
    font-size: 17px;
  }
}
.cta-expertis-puff__icon {
  width: 22px;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cta-expertis-puff__icon {
    width: 18px;
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  .cta-expertis-puff__icon {
    width: 18px;
    margin-left: 5px;
  }
}
.cta-expertis a:hover .cta-expertis-puff__title {
  background-color: #F7F7F7;
  border-bottom: 1px solid #2D3842;
  transition: all 0.2s;
}

.banner-info {
  display: flex;
  flex-wrap: wrap;
  height: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .banner-info {
    flex-direction: column;
    height: auto;
  }
}
.banner-info--left .banner-info__img {
  order: 1;
  border-radius: 7px 0 0 7px;
}
@media (max-width: 768px) {
  .banner-info--left .banner-info__img {
    border-radius: 7px 7px 0 0;
    height: 220px;
  }
}
.banner-info--left .banner-info__text {
  order: 2;
  border-radius: 0 7px 7px 0;
}
@media (max-width: 768px) {
  .banner-info--left .banner-info__text {
    border-radius: 0 0 7px 7px;
  }
}
.banner-info--right .banner-info__img {
  order: 2;
  border-radius: 0 7px 7px 0;
}
@media (max-width: 768px) {
  .banner-info--right .banner-info__img {
    border-radius: 0 0 7px 7px;
    height: 220px;
  }
}
.banner-info--right .banner-info__text {
  order: 1;
  border-radius: 7px 0 0 7px;
}
@media (max-width: 768px) {
  .banner-info--right .banner-info__text {
    border-radius: 7px 7px 0 0;
  }
}
.banner-info__img {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .banner-info__img {
    width: 100%;
  }
}
.banner-info__text {
  width: 50%;
  background-color: #D2DBD9;
  color: #2D3842;
  padding: 90px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 768px) {
  .banner-info__text {
    width: 100%;
    padding: 50px 25px;
  }
}
@media (max-width: 768px) {
  .banner-info__text {
    padding: 35px 25px;
  }
}
.banner-info__title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .banner-info__title {
    margin-bottom: 10px;
  }
}
.banner-info__content {
  margin-bottom: 20px;
}

.var-expertis {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  border-radius: 7px;
}
@media (max-width: 576px) {
  .var-expertis {
    display: flex;
    flex-direction: column;
  }
  .var-expertis__img {
    order: -1;
    min-height: 150px;
    border-radius: 7px 7px 0 0;
  }
  .var-expertis__img__content {
    order: 1;
  }
}
.var-expertis__content {
  border-radius: 7px 0 0 7px;
  background-color: #D2DBD9;
  padding: 50px 40px;
}
@media (max-width: 768px) {
  .var-expertis__content {
    padding: 30px 25px;
  }
}
@media (max-width: 576px) {
  .var-expertis__content {
    padding: 20px;
    border-radius: 0 0 7px 7px;
  }
}
.var-expertis__title {
  margin-bottom: 20px;
  color: #2D3842;
}
.var-expertis__text {
  margin-bottom: 25px;
  color: #2D3842;
}
.var-expertis__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
@media (max-width: 576px) {
  .var-expertis__img {
    height: 200px;
    border-radius: 7px 7px 0 0;
  }
}

.banner-cta {
  padding: 90px 50px;
  border-radius: 7px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.banner-cta.has-background-image {
  color: #fff;
}
.banner-cta.no-background-image {
  background-color: #E9D6C7;
  color: #2D3842;
  border: 1px solid #E9D6C7;
  padding: 50px 40px;
}
@media (max-width: 576px) {
  .banner-cta.no-background-image {
    padding: 20px;
  }
}
.banner-cta.no-background-image .banner-cta__buttons--primary {
  background-color: #2D3842;
  color: #E9D6C7;
  font-weight: 400;
}
.banner-cta.no-background-image .banner-cta__buttons--primary:hover {
  background-color: #E9D6C7;
  border: 1px solid #2D3842;
  color: #2D3842;
}
.banner-cta.no-background-image .banner-cta__buttons--secondary {
  background-color: none;
  color: #2D3842;
  border: 1px solid #2D3842;
}
.banner-cta.no-background-image .banner-cta__buttons--secondary:hover {
  background-color: #2D3842;
  color: #E9D6C7;
}
.banner-cta.no-background-image .banner-cta__buttons--secondary:hover .cta-button__stroke-icon {
  filter: invert(98%) sepia(3%) saturate(3287%) hue-rotate(308deg) brightness(100%) contrast(82%);
}
.banner-cta.no-background-image .banner-cta__buttons--secondary .cta-button__stroke-icon {
  filter: brightness(0) saturate(100%) invert(19%) sepia(11%) saturate(1066%) hue-rotate(167deg) brightness(92%) contrast(90%);
}
@media (max-width: 992px) {
  .banner-cta {
    padding: 65px 45px;
  }
}
@media (max-width: 768px) {
  .banner-cta {
    padding: 45px 35px;
  }
}
@media (max-width: 576px) {
  .banner-cta {
    padding: 40px 25px;
  }
}
.banner-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-cta__title {
  margin-bottom: 10px;
  font-size: 30px;
  font-family: "DM Serif Text", serif;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .banner-cta__title {
    font-size: 28px;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .banner-cta__title {
    font-size: 26px;
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .banner-cta__title {
    font-size: 23px;
    margin-bottom: 0;
  }
}
.banner-cta__subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .banner-cta__subtitle {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .banner-cta__subtitle {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .banner-cta__subtitle {
    margin-bottom: 15px;
  }
}
.banner-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
@media (max-width: 576px) {
  .banner-cta__buttons {
    gap: 10px;
  }
}

.highlight {
  background-color: #D2DBD9;
  padding: 40px;
  border-radius: 7px;
  color: #2D3842;
}
@media (max-width: 992px) {
  .highlight {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .highlight {
    padding: 22px;
  }
}
@media (max-width: 576px) {
  .highlight {
    padding: 20px;
  }
}
.highlight__title {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .highlight__title {
    margin-bottom: 15px;
  }
}
.highlight__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 576px) {
  .highlight__content {
    gap: 25px;
  }
}
.highlight li:before {
  background-color: #2D3842 !important;
}
.highlight a {
  color: #2D3842 !important;
  font-weight: 600;
}
.highlight .knapp {
  padding: 15px 0;
}
.highlight .knapp a {
  padding: 15px 25px;
  border: 1px solid #2D3842;
  border-radius: 100px;
  color: #2D3842;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 576px) {
  .highlight .knapp a {
    padding: 12px 20px;
  }
}
.highlight .knapp a:hover {
  background-color: #2D3842;
  color: #F7F7F7 !important;
}
.highlight [class^=guide-custom-block] {
  margin: 0 !important;
}

.bg-accent {
  background-color: #E9D6C7;
}

.bg-light-grey {
  background-color: #F7F7F7;
}

.inforuta {
  padding: 25px;
  display: flex;
  border: solid 1px #E9D6C7;
  border-radius: 7px;
  gap: 20px;
  color: #E9D6C7;
  font-weight: 350;
}
@media (max-width: 992px) {
  .inforuta {
    padding: 20px;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .inforuta {
    padding: 22px;
  }
}
@media (max-width: 576px) {
  .inforuta {
    padding: 16px;
    align-items: flex-start;
    gap: 12px;
  }
}
.inforuta__icon {
  width: 30px;
  filter: invert(98%) sepia(3%) saturate(3287%) hue-rotate(308deg) brightness(100%) contrast(82%);
}
@media (max-width: 992px) {
  .inforuta__icon {
    width: 24px;
  }
}
@media (max-width: 768px) {
  .inforuta__icon {
    width: 24px;
  }
}
@media (max-width: 576px) {
  .inforuta__icon {
    width: 24px;
    padding-top: 3px;
  }
}

.knapp {
  padding: 15px 0;
}
.knapp a {
  padding: 15px 20px;
  border: 1px solid #E9D6C7;
  border-radius: 100px;
  color: #E9D6C7;
  text-decoration: none;
}
.knapp a:hover {
  background-color: #E9D6C7;
  color: #2D3842;
}

.faq-accordion__content {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.faq-accordion__title {
  font-size: 28px;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .faq-accordion__title {
    margin-bottom: 30px;
  }
}

.faq-list-item {
  background-color: #F7F7F7;
  padding: 20px;
  border-radius: 7px;
  margin-top: -50px;
}
@media (max-width: 576px) {
  .faq-list-item {
    padding: 16px;
    margin-top: -20px;
  }
}
.faq-list-item__title button.faq-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 19px;
  font-weight: 600;
  padding: 0;
  font-family: "DM Serif Text", serif;
}
.faq-list-item__title button.faq-toggle .faq-toggle__icon {
  font-weight: bold;
  margin-left: 1rem;
  transition: transform 0.3s;
}
.faq-list-item__title button.faq-toggle[aria-expanded=true] .faq-toggle__icon {
  transform: rotate(-90deg);
}
.faq-list-item__answer {
  margin-top: 0.5rem;
  color: #2D3842;
}
.faq-list-item__answer p {
  font-size: 16px !important;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 750px;
  background-image: url("<?php echo esc_url($hero_image); ?>");
  background-size: cover;
  background-position: center;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .hero {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .hero {
    min-height: 700px;
    margin-bottom: 55px;
  }
}
@media (max-width: 576px) {
  .hero {
    min-height: auto;
    margin-bottom: 45px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 1; /* Se till att overlayn är ovanpå bakgrunden men under innehållet */
}
.hero .hero__content {
  position: relative;
  z-index: 2; /* Se till att text och knappar ligger ovanpå overlayn */
  max-width: 750px;
  padding-bottom: 80px;
}
@media (max-width: 576px) {
  .hero .hero__content {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
.hero__title {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 55px;
  }
}
@media (max-width: 576px) {
  .hero__title {
    font-size: 42px;
    padding-top: 160px;
    margin-bottom: 10px;
  }
}
.hero__subtitle {
  line-height: 1.4;
  margin-bottom: 30px;
  font-size: 23px;
}
@media (max-width: 768px) {
  .hero__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .hero__subtitle {
    font-size: 19px;
  }
}
.hero__buttons {
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  .hero__buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .hero__buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}

.search-result {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media (max-width: 992px) {
  .search-result {
    gap: 70px;
  }
}
@media (max-width: 768px) {
  .search-result {
    gap: 55px;
  }
}
@media (max-width: 576px) {
  .search-result {
    gap: 45px;
  }
}
.search-result__header {
  padding-top: 200px;
  margin-bottom: -50px;
}
@media (max-width: 768px) {
  .search-result__header {
    padding-top: 130px;
    padding-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .search-result__header {
    padding-top: 120px;
    padding-bottom: 20px;
  }
}
.search-result__content {
  padding-top: 40px;
}
.search-result__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 60px;
}
.search-result__item {
  background-color: #F7F7F7;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 7px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .search-result__item {
    padding: 18px 16px;
  }
}
.search-result__item a {
  text-decoration: none;
  display: block;
}
.search-result__item:hover {
  transform: scale(1.01);
}
.search-result__title {
  color: #2D3842;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 576px) {
  .search-result__title {
    font-size: 19px;
    gap: 0;
  }
}
.search-result__type {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}
@media (max-width: 576px) {
  .search-result__type {
    font-size: 15px;
    margin-top: 4px;
  }
}
.search-result__excerpt p {
  color: #2D3842;
  opacity: 0.6;
  margin-bottom: 20px;
}
.search-result__count {
  font-family: "DM Serif Text", serif;
  font-size: 24px;
}
.search-result__none {
  padding-bottom: 60px;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 24px;
}
@media (max-width: 576px) {
  .search-result__none {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.search-result__button {
  display: flex;
}
.search-result__none p {
  color: #F7F7F7;
  font-size: 20px;
}
@media (max-width: 576px) {
  .search-result__none p {
    font-size: 16px;
  }
}

.medarbetare {
  background-color: #D2DBD9;
  padding: 70px;
  border-radius: 7px;
}
@media (max-width: 992px) {
  .medarbetare {
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .medarbetare {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .medarbetare {
    padding: 40px 25px 30px 25px;
  }
}
.medarbetare #medarbetare-title {
  color: #2D3842;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .medarbetare #medarbetare-title {
    margin-bottom: 20px;
  }
}
.medarbetare__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1125px) {
  .medarbetare__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .medarbetare__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .medarbetare__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.medarbetare__list--item {
  background-color: #F7F7F7;
  border-radius: 7px;
  overflow: hidden;
  transition: background-color 0.2s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  display: block;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.medarbetare__list--item:hover {
  transform: scale(1.02);
}
.medarbetare__list--item a {
  color: #2D3842;
}
.medarbetare__list--item.hidden {
  display: none;
}
.medarbetare__list--img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: top center;
  display: block;
}
@media (max-width: 576px) {
  .medarbetare__list--img {
    height: 270px;
  }
}
.medarbetare__list a {
  text-decoration: none;
}
.medarbetare__list--text {
  flex-grow: 1 !important;
  padding: 16px;
}
.medarbetare__list--icon-tel {
  width: 22px;
  transform: translateY(7px) translateX(-3px);
  margin-right: -4px;
}
.medarbetare__list--icon-mail {
  width: 22px;
  transform: translateY(6px) translateX(-3px);
  margin-right: -4px;
}
.medarbetare__list h4 {
  font-size: 19px;
}
.medarbetare__list--title {
  font-size: 15px;
  opacity: 0.8;
}
.medarbetare__list--tel {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: -5px;
}
.medarbetare__list--mail {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.medarbetare__list--knapp {
  padding: 0px 15px 15px 15px;
}
.medarbetare--button {
  margin-top: auto;
  align-self: flex-start;
}

.contact-card {
  max-width: 855px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  border-radius: 7px;
  height: 350px;
}
@media (max-width: 576px) {
  .contact-card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.contact-card__col-1 {
  position: relative;
  width: 100%;
  height: 350px;
}
.contact-card h3 {
  font-size: 24px;
}
@media (max-width: 576px) {
  .contact-card h3 {
    font-size: 22px;
  }
}
.contact-card__title {
  font-size: 16px;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .contact-card__title {
    font-size: 15px;
  }
}
.contact-card__img {
  position: absolute;
  border-radius: 7px 0px 0px 7px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.contact-card__col-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  border-radius: 0px 7px 7px 0px;
  width: 100%;
  padding: 30px;
  background-size: cover;
  background-position: center;
  color: #2D3842;
  background-color: #D2DBD9;
}
.contact-card__icon-tel {
  transform: translateY(7px) translateX(-3px);
  padding-right: 5px;
}
.contact-card__icon-mail {
  transform: translateY(5px) translateX(-3px);
  padding-right: 5px;
}
.contact-card__icon-location {
  transform: translateY(5px) translateX(-3px);
  padding-right: 5px;
}
.contact-card__icon-work {
  transform: translateY(5px) translateX(-3px);
  padding-right: 5px;
}
@media (max-width: 576px) {
  .contact-card__icon-tel, .contact-card__icon-mail, .contact-card__icon-location, .contact-card__icon-work {
    padding-right: 0px;
  }
}
.contact-card__kontor, .contact-card__mail, .contact-card__verksamhet, .contact-card__tel {
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .contact-card__kontor, .contact-card__mail, .contact-card__verksamhet, .contact-card__tel {
    font-size: 16px;
  }
}
.contact-card__kontor a, .contact-card__mail a, .contact-card__verksamhet a, .contact-card__tel a {
  text-decoration: none;
  color: inherit;
}
.contact-card__kontor a:hover, .contact-card__mail a:hover, .contact-card__verksamhet a:hover, .contact-card__tel a:hover {
  text-decoration: underline;
  transition: all 0.3s;
}

.medarbetare-filter {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
  gap: 20px;
}
@media (max-width: 607px) {
  .medarbetare-filter {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.medarbetare-filter__title {
  white-space: nowrap;
  flex-shrink: 0;
  margin-right: 10px;
  color: #2D3842;
  font-size: 15px;
}
@media (max-width: 1060px) {
  .medarbetare-filter__title {
    margin-bottom: 7px;
  }
}
@media (max-width: 576px) {
  .medarbetare-filter__title {
    font-size: 14px;
  }
}
.medarbetare-filter__kontor, .medarbetare-filter__verksamhet {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1060px) {
  .medarbetare-filter__kontor, .medarbetare-filter__verksamhet {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .medarbetare-filter__kontor, .medarbetare-filter__verksamhet {
    width: 100%;
  }
}

.medarbetare-filter__dropdown {
  padding: 10px;
  border: 1px solid #2D3842;
  background-color: #D2DBD9;
  font-family: "Manrope", sans-serif;
}
.medarbetare-filter__dropdown:focus {
  outline: none;
  border-color: #2D3842;
  box-shadow: 0 0 5px #f7f7f7;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
}
@media (max-width: 576px) {
  .custom-dropdown {
    width: 100%;
    display: block;
  }
  .custom-dropdown__button {
    width: 100%;
    text-align: left;
  }
  .custom-dropdown__list {
    width: 100%;
  }
}
.custom-dropdown__button {
  padding: 10px 15px;
  border: 1px solid #2D3842;
  background-color: #D2DBD9;
  border-radius: 100px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 220px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  color: #2D3842;
}
.custom-dropdown__button, .custom-dropdown__button:link, .custom-dropdown__button:visited {
  color: #2D3842;
  text-decoration: none;
}
.custom-dropdown__button::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-image: var(--arrow-down-url);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0);
}
.custom-dropdown__list {
  font-size: 15px;
  display: none;
  color: #2D3842;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  background-color: #D2DBD9;
  border: 1px solid #2D3842;
  border-radius: 7px;
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-dropdown__list.show {
  display: block;
}
.custom-dropdown__item {
  padding: 10px;
  cursor: pointer;
}
.custom-dropdown__item:hover {
  background-color: #2D3842;
  color: #D2DBD9;
}

.kontor-contact {
  background-color: #F7F7F7;
  max-width: 855px;
  padding: 30px;
  color: #2D3842;
  border-radius: 7px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 576px) {
  .kontor-contact {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.kontor-contact a {
  color: #2D3842;
  text-decoration: none;
}
.kontor-contact__name {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .kontor-contact__name {
    margin-bottom: 10px;
  }
}
.kontor-contact__mail {
  font-size: 18px;
  text-decoration: none;
}
@media (max-width: 576px) {
  .kontor-contact__mail {
    font-size: 16px;
  }
}
.kontor-contact__mail img {
  transform: translateY(9px);
  width: 30px;
}
@media (max-width: 576px) {
  .kontor-contact__mail img {
    width: 22px;
  }
}
.kontor-contact__tel {
  font-size: 18px;
  text-decoration: none;
}
@media (max-width: 576px) {
  .kontor-contact__tel {
    font-size: 16px;
  }
}
.kontor-contact__tel img {
  transform: translateY(9px);
  width: 30px;
}
@media (max-width: 576px) {
  .kontor-contact__tel img {
    width: 22px;
  }
}
.kontor-contact__adress {
  font-size: 18px;
}
@media (max-width: 576px) {
  .kontor-contact__adress {
    font-size: 16px;
  }
}
.kontor-contact__adress img {
  transform: translateY(7px);
  width: 30px;
}
@media (max-width: 576px) {
  .kontor-contact__adress img {
    width: 22px;
  }
}

.content-wrapper--expertis {
  gap: 0px !important;
}

.faktabanken-cta {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 576px) {
  .faktabanken-cta {
    align-items: center;
    justify-content: center;
  }
}
.faktabanken-cta__button {
  width: fit-content;
}
.faktabanken-cta__title {
  margin-bottom: 15px;
}
.faktabanken-cta__subtitle {
  margin-bottom: 30px;
}

.villkor__item {
  background-color: #F7F7F7;
  border-radius: 7px;
  padding: 40px;
  margin-bottom: 20px;
  max-width: 855px;
}
@media (max-width: 576px) {
  .villkor__item {
    padding: 25px 25px;
  }
}
@media (max-width: 768px) {
  .villkor__item {
    padding: 25px 25px;
  }
}
.villkor__button {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.villkor__toggle {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  cursor: pointer;
}
.villkor__toggle .line {
  position: absolute;
  background-color: #2D3842;
  transition: transform 0.2s ease;
}
.villkor__toggle .line-1 {
  width: 20px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.villkor__toggle .line-2 {
  width: 2px;
  height: 20px;
  left: 52%;
  top: 0;
  transform: translateX(-50%);
}
.villkor__toggle.active .line-1 {
  transform: translateY(-50%) rotate(45deg);
}
.villkor__toggle.active .line-2 {
  transform: translateX(-50%) rotate(45deg);
}
.villkor__title {
  font-size: 24px;
  margin-bottom: 0;
  color: #2D3842;
  width: 100%;
}
@media (max-width: 576px) {
  .villkor__title {
    font-size: 22px;
  }
}
.villkor__content {
  display: none;
  font-size: 16px;
  line-height: 1.6;
  padding-top: 20px;
}
.villkor__content p {
  color: #2D3842;
  margin: 10px 0;
}
.villkor__content h2, .villkor__content h3 {
  font-size: 20px;
  margin: 20px 0;
  color: #2D3842;
}
.villkor__content li {
  list-style: none;
  position: relative;
  padding-left: 18px;
  color: #2D3842;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .villkor__content li {
    padding-left: 12px;
  }
}
.villkor__content li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: #2D3842;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .villkor__content li:before {
    width: 6px;
    height: 6px;
  }
}
.villkor__content li:last-child {
  margin-bottom: 0;
}

.page-not-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
  font-size: 50px;
  font-weight: 600;
  padding-top: 120px;
}
@media (max-width: 768px) {
  .page-not-found {
    min-height: 400px;
  }
}
@media (max-width: 576px) {
  .page-not-found {
    min-height: 550px;
  }
}
.page-not-found__title {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .page-not-found__title {
    font-size: 33px;
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .page-not-found__title {
    margin-bottom: 5px;
  }
}
.page-not-found__subtitle {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page-not-found__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .page-not-found__subtitle {
    font-size: 18px;
  }
}
.page-not-found__buttons {
  display: flex;
  gap: 15px;
  font-weight: 400;
}

.contact-form {
  background-color: #D2DBD9;
  padding: 70px;
  border-radius: 7px;
}
@media (max-width: 992px) {
  .contact-form {
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .contact-form {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .contact-form {
    padding: 0 16px 16px 16px;
  }
}
.contact-form a {
  color: #2D3842;
}
.contact-form textarea,
.contact-form input[type=email],
.contact-form input[type=text] {
  width: 100% !important;
  padding: 1rem;
  background-color: #fff;
  box-shadow: none;
  border: solid 1px #2D3842;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  transition: all 0.1s;
  border-radius: 7px;
}
.contact-form textarea:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=text]:focus {
  outline: none;
  border: solid 2px #2D3842;
}
@media (max-width: 576px) {
  .contact-form textarea,
  .contact-form input[type=email],
  .contact-form input[type=text] {
    padding: 12px;
    font-size: 15px;
  }
}
.contact-form__name, .contact-form__mail, .contact-form__message {
  color: #2D3842;
  font-size: 20px;
  font-family: "DM Serif Text", serif;
}
@media (max-width: 768px) {
  .contact-form__name, .contact-form__mail, .contact-form__message {
    font-size: 18px;
  }
}
.contact-form input[type=submit] {
  background-color: #2D3842;
  color: white;
  border-radius: 100px;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  width: 100%;
  margin-top: 1.5rem;
  padding: 1.2rem;
  cursor: pointer;
  border: none;
}

.wpcf7-list-item {
  margin: 0 !important;
  font-size: 1rem;
}

.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder { /* Chrome/Safari/Opera */
  font-family: "Manrope", sans-serif;
  opacity: 0.7;
}
.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder { /* Firefox */
  font-family: "Manrope", sans-serif;
}
.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder { /* IE/Edge */
  font-family: "Manrope", sans-serif;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder { /* Modern browsers */
  font-family: "Manrope", sans-serif;
}

.wpcf7-list-item-label a {
  color: #2D3842 !important;
}

.wpcf7-response-output {
  border: none !important;
  color: #2D3842;
  padding: 3rem !important;
  width: 100%;
  margin: 0 !important;
  font-size: 18px !important;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.5rem !important;
}
@media (max-width: 576px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 1.5rem !important;
    margin-top: 2.2rem !important;
    background-color: #fff;
  }
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: #B71828;
  font-family: "Manrope", sans-serif;
}

.wpcf7-not-valid-tip {
  background-color: none;
  margin-bottom: -2rem;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.wpcf7-form.sent p {
  display: none;
}

.content-wrapper {
  max-width: 855px;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}
@media (max-width: 768px) {
  .content-wrapper {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .content-wrapper {
    gap: 20px;
  }
}
.content-wrapper p a {
  color: #E9D6C7;
}
.content-wrapper li {
  list-style: none;
  position: relative;
  padding-left: 18px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .content-wrapper li {
    padding-left: 12px;
  }
}
.content-wrapper li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: #F7F7F7;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .content-wrapper li:before {
    width: 6px;
    height: 6px;
  }
}
.content-wrapper li:last-child {
  margin-bottom: 0;
}
.content-wrapper li a {
  color: #F7F7F7;
}
.content-wrapper .wp-block-heading {
  margin-bottom: -20px;
}
@media (max-width: 768px) {
  .content-wrapper .wp-block-heading {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .content-wrapper .wp-block-heading {
    margin-bottom: 0px;
    margin-top: 20px;
  }
}
.content-wrapper [class^=guide-custom-block] {
  margin: 40px 0;
}
@media (max-width: 768px) {
  .content-wrapper [class^=guide-custom-block] {
    margin: 30px 0;
  }
}
@media (max-width: 576px) {
  .content-wrapper [class^=guide-custom-block] {
    margin: 20px 0;
  }
}
.content-wrapper [class^=guide-custom-block]:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
