@charset "UTF-8";
/************************************************************************************
RESET
*************************************************************************************/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.lock-scroll {
  overflow: hidden;
}

/************************************************************************************
COlORS
*************************************************************************************/
:root {
  --primary:#0A2A39;
  --accent: #FFE69D;
  --white: #fff;
  --secondary: #A5C9CF;
  --secondary-light: #EDFEFC;
  --surface: #F9F7F5;
  --surface-dark: #E2DBD6;
  --black: #2B2F37;
}

.bg-primary {
  background: var(--primary) !important;
}
.bg-primary *:not(.button span):not(.text-button i) {
  color: var(--white);
}

.bg-accent {
  background: var(--accent) !important;
}

.bg-secondary-light {
  background: var(--secondary-light) !important;
}

.bg-secondary {
  background: var(--secondary) !important;
}
.bg-secondary *:not(.button span):not(.button i) {
  color: var(--primary);
}

.bg-white {
  background: var(--white) !important;
}

.bg-surface {
  background: var(--surface) !important;
}

.bg-surface-dark {
  background: var(--surface-dark) !important;
}

.bg-black {
  background: var(--black) !important;
}

.button.bg-primary {
  color: var(--white);
}
.button.bg-primary span {
  color: var(--white);
}
.button.bg-white {
  color: var(--black);
}
.button.bg-white span {
  color: var(--black);
}
.button.bg-secondary {
  color: var(--black);
}
.button.bg-secondary span {
  color: var(--black);
}
.button.bg-accent {
  color: var(--black);
}
.button.bg-accent span {
  color: var(--black);
}
.button.bg-black span {
  color: var(--white) !important;
}

/************************************************************************************
TYPO
*************************************************************************************/
* {
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4 {
  line-height: 1.2;
  font-family: "Moret", Sans-serif;
  color: var(--black);
  font-weight: 600;
}

h1 {
  font-size: 8rem;
  line-height: 1;
  color: #fff;
}

.home h1 {
  font-size: 9rem;
}

ul {
  margin-bottom: 20px;
}

h1 + p {
  margin-top: 30px;
}

h2 {
  font-size: 5.2rem;
  line-height: 1;
  font-weight: 600;
}

h2 + p {
  margin-top: 30px;
}

h3 + p {
  margin-top: 10px;
}

h4 + p {
  margin-top: 10px;
}

p + h2 {
  margin-top: 60px;
}

p + h4 {
  margin-top: 30px;
}

p + h3, ul + h3 {
  margin-top: 60px;
}

p a {
  color: var(--primary);
}

ul + h4 {
  margin-bottom: 20px;
}

.videos h2 {
  font-size: 2rem;
}

p {
  font-size: 1.8rem;
}

p + ul li {
  font-size: 1.8rem;
}

h3 {
  font-size: 4.5rem;
  font-weight: 600;
}

h4 {
  font-size: 3rem;
  font-weight: 500;
}

p + p {
  margin-top: 20px;
}

p:empty {
  display: none;
}

a {
  text-decoration: none;
}

table {
  margin-top: 40px;
  margin-bottom: 40px;
  background: var(--surface);
  border-collapse: collapse; /* Rekommenderas för kontroll */
  padding: 5px;
}
table td, table th {
  font-size: 1.5rem;
  padding: 10px;
}
table thead {
  background: var(--surface-dark);
}

.thin-heading {
  font-weight: 100;
}

.excerpt {
  font-size: 2.4rem;
}

a[href^=tel] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

strong {
  font-weight: 700;
}

/************************************************************************************
MIXINS
*************************************************************************************/
body {
  margin-top: 0px;
}

img {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

[data-scroll-container] {
  perspective: 1px;
}

.ebbot-blob {
  background: var(--secondary) !important;
}

.coming-soon {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
}
.coming-soon .middle--small {
  max-width: 600px;
}
.coming-soon .middle--small img {
  width: 300px;
  margin: auto;
  margin-bottom: 60px;
  border-radius: 0px;
}
.coming-soon .middle--small h1 {
  color: var(--white);
  font-size: 4rem;
}
.coming-soon .middle--small p {
  color: var(--white);
}

.wrapper {
  height: 100%;
  padding-bottom: 150px;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

.block {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
.block.bg-primary + .block.bg-primary {
  padding-top: -20px;
}
.block.bg-secondary + .block.bg-secondary {
  padding-top: 0px;
}
.block.bg-surface + .block.bg-surface {
  padding-top: 0px;
}
.block.bg-surface-dark + .block.bg-surface-dark {
  padding-top: 0px;
}
.block.bg-secondary-light + .block.bg-secondary-light {
  padding-top: 0px;
}
.block.bg-white + .block.bg-white {
  padding-top: 0px;
}

.remove-padding-bottom {
  padding-bottom: 0px !important;
}

.remove-padding-top {
  padding-top: 0px !important;
}

.margin-bottom-extra {
  padding-bottom: 250px;
}

.middle {
  max-width: 1600px;
  width: 90%;
  margin: auto;
  position: relative;
}

.middle--small {
  max-width: 1200px;
}

.middle--center-block {
  max-width: 1900px;
}
.middle--center-block.image-left .text-image-module__text {
  padding-right: 40px;
}
.middle--center-block.image-right .text-image-module__text {
  padding-left: 40px;
}

.button-wrap {
  gap: 20px;
  flex-wrap: wrap;
}

.button {
  padding: 35px;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #fff;
  width: fit-content;
  background: var(--orange);
  display: flex;
  align-items: center;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.button img {
  max-width: 45px !important;
  margin-right: 0px;
  order: 2;
  position: inherit !important;
  object-fit: contain !important;
  background: none !important;
}
.button span {
  order: 2;
  font-size: 1.8rem;
  font-weight: 600;
}
.button.button--small {
  padding: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.button.button--small span {
  font-size: 1.5rem;
}
.button.outline {
  border: 1px solid #fff;
  background: none !important;
}
.button.outline.bg-primary {
  border-color: var(--primary) !important;
}
.button.outline.bg-primary span {
  color: var(--primary) !important;
}
.button.outline.bg-secondary {
  border-color: var(--secondary) !important;
}
.button.outline.bg-secondary span {
  color: var(--secondary) !important;
}
.button.outline.bg-secondary-light {
  border-color: var(--secondary-light) !important;
}
.button.outline.bg-secondary-light span {
  color: var(--secondary-light) !important;
}
.button.outline.bg-surface {
  border-color: var(--surface) !important;
}
.button.outline.bg-surface span {
  color: var(--surface) !important;
}
.button.outline.bg-black {
  border-color: var(--black) !important;
}
.button.outline.bg-black span {
  color: var(--black) !important;
}
.button.outline.bg-white {
  border-color: var(--white) !important;
}
.button.outline.bg-white span {
  color: var(--white) !important;
}
.button.outline.bg-accent {
  border-color: var(--accent) !important;
}
.button.outline.bg-accent span {
  color: var(--accent) !important;
}

.button-wrap:empty {
  display: none;
}

p + .button-wrap {
  margin-top: 40px;
}

.text-button {
  font-size: 1.7rem;
  margin: 0px !important;
  margin-top: 10px;
  background: none !important;
  color: var(--black) !important;
  padding: 0px !important;
  font-weight: 300 !important;
}
.text-button i {
  color: var(--secondary) !important;
  margin-left: 6px;
  top: 1px;
  position: relative;
  order: 2;
}
.text-button span {
  background: none !important;
  font-weight: 300 !important;
}

.bg-primary .text-button {
  color: var(--white);
}

.bg-white .text-button {
  color: var(--black);
}

.bg-secondary .text-button {
  color: var(--white);
}

/************************************************************************************
COOKIEBOT
*************************************************************************************/
body #CybotCookiebotDialog[data-template=overlay], body #CybotCookiebotDialog[data-template=popup] {
  top: inherit;
  transform: translate(0%, 0%);
  left: 40px;
  bottom: 40px;
  max-width: 700px;
  width: auto;
}

body #CybotCookiebotDialogBodyEdgeMoreDetails {
  display: block;
  margin-top: 10px;
}

body #CybotCookiebotDialogBodyEdgeMoreDetailsLink {
  margin-left: 20px;
}

body #CookiebotWidget .CookiebotWidget-logo svg path {
  fill: #fff;
}

body #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  padding: 0.5em;
}

body #CybotCookiebotDialog[data-template=overlay] *, body #CybotCookiebotDialog[data-template=popup] *, body #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton, body #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab *, body #CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount *, body #CookiebotWidget strong, body #CookiebotWidget .CookiebotWidget-consent-details button {
  font-family: "source-sans-pro", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
}

body #CybotCookiebotDialog .CybotCookiebotDialogBodyContentHeading {
  font-weight: 400;
}

body #CybotCookiebotDialogBodyContentTitle {
  font-family: "Dosis", sans-serif !important;
}

body #CybotCookiebotDialog #CybotCookiebotDialogBody .CybotCookiebotScrollContainer {
  max-height: 25em;
}

body #CybotCookiebotDialogBodyContent, body #CybotCookiebotDialog #CybotCookiebotDialogFooter, body #CybotCookiebotDialogHeader {
  padding: 2em;
}

body #CybotCookiebotDialog #CybotCookiebotDialogFooter {
  padding-top: 0.8em;
}

body #CybotCookiebotDialogHeader {
  padding-bottom: 0em;
  padding-top: 0em;
}

body #CybotCookiebotDialogHeader, body #CybotCookiebotDialogNav, body #CybotCookiebotDialog .CybotCookiebotScrollContainer {
  border: none;
}

body #CybotCookiebotDialogHeader a {
  display: none;
}

body #CybotCookiebotDialogNav #CybotCookiebotDialogNavDetails, body #CybotCookiebotDialogNav #CybotCookiebotDialogNavDetails, body #CybotCookiebotDialogNav #CybotCookiebotDialogNavAdSettings, body #CybotCookiebotDialogNav #CybotCookiebotDialogNavAbout {
  display: none;
}

body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
  border-bottom: 3px solid #000;
}

body #CybotCookiebotDialogNav .CybotCookiebotDialogActive {
  display: none;
}

body #CybotCookiebotDialogHeaderLogosWrapper {
  align-items: inherit;
  display: block;
  flex: inherit;
  justify-content: inherit;
  margin: auto;
  margin-top: 40px;
}

body #CybotCookiebotDialogPoweredbyLink {
  background-image: url("../img/myntro-collect-logotype.svg");
  height: 36px;
  width: 150px;
  background-size: contain;
}

body #CybotCookiebotDialogPoweredbyImage {
  display: none;
}

body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background: var(--primary);
  border-color: var(--primary);
}

body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, body #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton, body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  border-color: var(--primary);
  color: var(--primary);
}

body #CookiebotWidget * {
  font-family: "source-sans-pro", sans-serif;
}

body #CookiebotWidget .CookiebotWidget-consent-details button {
  color: var(--primary);
}

body #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: var(--primary);
}

body #CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: var(--primary);
}

body #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider::before {
  background-color: #ffffff;
  border-radius: 50%;
  bottom: 4px;
  content: "";
  height: 12px;
  left: 8px;
  width: 12px;
}

body #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper {
  height: 20px;
  width: 50px;
}

body #CookiebotWidget .CookiebotWidget-logo svg circle {
  fill: var(--primary);
}

@media screen and (max-width: 600px) {
  body #CybotCookiebotDialog[data-template=overlay], body #CybotCookiebotDialog[data-template=popup] {
    left: 5px;
    bottom: 5px;
    right: 5px;
  }
  body #CybotCookiebotDialog #CybotCookiebotDialogBody .CybotCookiebotScrollContainer {
    max-height: 15em;
  }
}
header {
  height: 100px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
header .middle {
  grid-template-columns: 180px minmax(0, 1fr) auto;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  align-items: center;
}
header .middle .logotype {
  display: block;
}
header .middle .logotype svg {
  border-radius: 0px !important;
  width: 150px;
  height: auto;
}
header .middle .logotype svg path {
  fill: var(--white);
}

header.header--dark * {
  color: var(--primary);
  stroke: var(--primary);
}

header.header--dark.header--small * {
  color: var(--white);
  stroke: var(--white);
}

header.header--dark {
  background: none;
}
header.header--dark .logotype svg path, header.header--dark .logotype svg ellipse {
  fill: var(--primary);
}

header.header--light *:not(span) {
  color: var(--white);
}

header.header--light .logotype svg path, header.header--light .logotype svg ellipse {
  fill: var(--white);
}

.header--small {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
  height: 70px;
  background: var(--primary) !important;
}
.header--small .middle {
  grid-template-columns: 120px minmax(0, 1fr) auto;
}
.header--small .logotype {
  overflow: hidden;
  padding: 3px;
}
.header--small .logotype svg {
  max-width: none !important;
  width: 110px !important;
}
.header--small nav:not(#mobileMenu) ul li a span {
  font-size: 1.5rem;
  color: var(--white) !important;
}
.header--small nav:not(#mobileMenu) ul.sub-menu li a span {
  color: var(--primary) !important;
}
.header--small.header--dark .logotype svg path, .header--small.header--dark .logotype svg ellipse {
  fill: var(--white);
}
.header--small .netlang {
  top: 14px;
}
.header--small .mobile-menu-btn {
  margin-top: 0px;
}

.hero {
  padding-top: 150px;
  padding-bottom: 150px;
  min-height: 800px;
  position: relative;
}
.hero.flex {
  height: 100%;
  align-items: center;
  justify-content: center;
}
.hero.background-image img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: inherit;
  border-radius: 0px;
}
.hero.background-image .overlay {
  display: block;
}
.hero.detached-image img.detached {
  margin-left: auto;
  max-width: 800px;
  position: relative;
  object-fit: contain;
  order: 2;
  margin-bottom: -200px;
  margin-top: -50px;
  z-index: 10;
}
.hero.detached-image .middle.flex {
  align-items: center;
  justify-content: center;
  max-width: 1300px;
}
.hero .button-wrap {
  margin-top: 30px;
}

.overlay {
  position: absolute;
  background: var(--primary);
  opacity: 0.7;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  display: none;
}

.home .overlay {
  opacity: 0.65;
}

.background-video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the entire area */
  z-index: 0;
}

.hero__text {
  max-width: 750px;
  margin-left: 0px;
  z-index: 2;
  position: relative;
}
.hero__text p {
  color: #fff;
  font-size: 2.4rem;
  max-width: 600px;
}
.hero__text .button-wrap {
  margin-top: 40px;
  align-content: flex-start;
  justify-content: flex-start;
}
.hero__text.center {
  text-align: center;
  margin: auto;
}
.hero__text.center * {
  text-align: center;
  justify-content: center;
}

.hero.bg-surface .hero__text *, .hero.bg-secondary-light .hero__text *, .hero.bg-white .hero__text *, .hero.bg-surface .hero__text * {
  color: var(--black);
}

.cta {
  position: relative;
}
.cta .middle {
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.cta .middle.exposed-image {
  margin-bottom: -160px;
  margin-top: -160px;
  min-height: 800px;
}
.cta.flex {
  height: 100%;
}
.cta img {
  max-width: 600px;
  position: relative;
  object-fit: cover;
  order: 1;
  z-index: 1000;
}
.cta .cta_text {
  max-width: 550px;
  margin-left: 0px;
  z-index: 2;
  position: relative;
  order: 2;
}
.cta .cta_text * {
  color: var(--black);
}
.cta .cta_text .button-wrap {
  margin-top: 40px;
}
.cta .cta_text .button-wrap img {
  margin: 0px;
}
.cta .image-right img {
  order: 2;
}
.cta .image-right .cta_text {
  order: 1;
}

.text-image-module .grid {
  grid-template-columns: 50% 50%;
  gap: 60px;
  z-index: 1;
}
.text-image-module .fade-up {
  margin-bottom: 40px;
}
.text-image-module .middle {
  justify-content: center;
  position: inherit;
}
.text-image-module ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.text-image-module ul li {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 10px;
}
.text-image-module ul li:last-of-type {
  margin-bottom: 0px;
}
.text-image-module.image-right .text-image-module__image {
  order: 2;
}

.text-image-module__text {
  align-self: center;
  display: flex;
  flex-flow: column;
  padding: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-image-module__image {
  position: relative;
  z-index: 1;
}

span.extra-heading {
  color: var(--primary);
  font-size: 2.3rem;
  font-family: "Moret", Sans-serif;
}

.text-module .middle {
  max-width: 700px;
}
.text-module ol {
  margin-bottom: 30px;
}
.text-module ol li {
  font-size: 1.7rem;
}
.text-module ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.text-module ul li {
  font-weight: 300;
  margin-bottom: 10px;
}
.text-module ul li:last-of-type {
  margin-bottom: 0px;
}

.heading-module {
  padding-bottom: 80px;
}
.heading-module .middle {
  max-width: 600px;
  margin: auto;
}
.heading-module .middle h2, .heading-module .middle p {
  text-align: center;
}
.heading-module .middle h2 + p {
  margin-top: 20px;
  font-size: 2.1rem;
  line-height: 1.3;
}
.heading-module + .block:not(.text-image-module) {
  padding-top: 0px !important;
}
.heading-module .button-wrap {
  justify-content: center;
}

.heading-text .middle {
  max-width: 1300px;
  gap: 100px;
}
.heading-text .middle * {
  text-align: left !important;
}
.heading-text .middle div {
  flex: 0 0 calc(50% - 50px);
}

.block.employees {
  padding-bottom: 160px;
}
.block.employees .grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.block.employees .grid .employee__item {
  flex-flow: column;
  position: relative;
}
.block.employees .grid .employee__item img {
  margin: 0px;
  margin-bottom: 20px;
  max-width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.block.employees .grid .employee__item ul {
  margin: 0px;
  margin-left: 0px;
  padding: 0px;
  align-self: center;
}
.block.employees .grid .employee__item ul li {
  font-size: 1.8rem;
  font-weight: 300;
  list-style-type: none;
  color: var(--blue-dark);
  margin-bottom: 5px;
}
.block.employees .grid .employee__item ul li:first-of-type {
  font-size: 2.5rem;
  font-weight: 500;
}
.block.employees .grid .employee__item ul li a {
  color: var(--orange);
}
.block.employees .grid .employee__item ul li.phone {
  margin-top: 40px;
}
.block.employees .grid .employee__item .employee__item__text {
  position: relative;
}
.block.employees .grid .employee__item .employee__text {
  position: absolute;
  background: var(--surface-dark);
  z-index: 100;
  left: 0px;
  bottom: 30px;
  right: 0px;
  display: none;
  padding: 15px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.block.employees .grid .employee__item .employee__text p {
  font-size: 1.5rem;
  line-height: 1.3;
  color: var(--black);
  margin: 0px;
}
.block.employees .grid .read-more {
  font-size: 1.5rem;
  color: var(--black);
}
.block.employees h2 {
  font-size: 2.2rem;
  margin-bottom: 40px;
  font-weight: 300;
}

.boxes .grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 50px;
  justify-content: center; /* centrerar horisontellt */
}
.boxes .grid .box__item_content p {
  margin-bottom: 0px;
}

f .box__image {
  display: block;
}

.box__date {
  font-weight: 100;
  font-size: 1.6rem;
  margin-bottom: 5px;
  color: var(--blue);
  margin-bottom: 8px;
  display: block;
}

.box__image {
  position: relative;
  z-index: 1;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}

.box__item {
  display: flex;
  position: relative;
  flex-direction: column;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.box__item h3 {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 0px;
}
.box__item p {
  font-size: 1.8rem;
  margin-top: 10px;
  line-height: 1.5;
}
.box__item.current-post h3 {
  color: var(--brown);
}
.box__item.current-post .box__image:after {
  top: -15px;
  right: -15px;
  bottom: 15px;
}
.box__item ul {
  padding: 0px;
  margin: 0px;
}
.box__item ul li {
  list-style-type: none;
  font-size: 2.5rem;
}
.box__item .button-wrap {
  margin-top: 20px;
}

.box__item_content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.box__item_content p {
  margin-bottom: 40px;
}

.news-slider .box__item, .news .box__item {
  box-shadow: none;
}
.news-slider .box__image, .news .box__image {
  border-radius: 5px;
}
.news-slider .box__item_content, .news .box__item_content {
  padding: 0px;
  padding-top: 20px;
}
.news-slider .box__date, .news .box__date {
  color: var(--black);
  opacity: 0.7;
}
.news-slider .text-btn, .news .text-btn {
  display: inline-block;
}

.business-areas .middle {
  transition: 300ms;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.business-areas .box__item {
  box-shadow: none;
  /* INGRESS GÖMD DEFAULT */
}
.business-areas .box__item .box__item_content {
  padding-left: 10px !important;
  padding-right: 0px !important;
}
.business-areas .box__item:hover .box__item_content_excerpt {
  max-height: 200px;
  opacity: 1;
  margin-top: 10px;
  transform: translateY(0);
}
.business-areas .box__item .box__image {
  height: 300px;
  position: relative;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.business-areas .box__item .box__image img {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 200%;
  display: block;
}
.business-areas .box__item .box__item_content_excerpt {
  max-height: 0;
  max-width: 90%;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  transform: translateY(-8px);
  transition: max-height 300ms ease, opacity 300ms ease, margin-top 300ms ease, transform 300ms ease;
}
.business-areas .box__item .box__item_content_excerpt p {
  margin-bottom: 0px;
}
.business-areas .box__item .box__item_content_excerpt > a {
  color: var(--black);
}
.business-areas .button-wrap {
  gap: 0px;
  margin-top: 20px;
}
.business-areas .button-wrap span {
  color: var(--primary);
}

:where(.left, .center, .right) {
  transition: 300ms;
}

.business-areas .middle:has(.left:hover) {
  grid-template-columns: 1fr 0.5fr 0.5fr;
}

.business-areas .middle:has(.center:hover) {
  grid-template-columns: 0.5fr 1fr 0.5fr;
}

.business-areas .middle:has(.center2:hover) {
  grid-template-columns: 0.5fr 0.5fr 1fr;
}

.business-areas .middle:has(.right:hover) {
  grid-template-columns: 0.5fr 0.5fr 1fr;
}

.buttons-faq {
  justify-content: center;
  align-items: center;
}
.buttons-faq .button span {
  font-size: 2.5rem;
  font-weight: 600;
}
.buttons-faq.flex {
  flex-flow: column;
}
.buttons-faq ul {
  padding: 0px;
  margin: 0px;
  margin: auto;
}
.buttons-faq ul li {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
.buttons-faq ul li a {
  color: var(--secondary) !important;
  font-size: 2rem;
  font-weight: 400;
}
.buttons-faq ul li a:hover {
  text-decoration: underline;
}
.buttons-faq ul li a i {
  font-size: 1.6rem;
  margin-left: 5px;
  top: 2px;
}
.buttons-faq .divider {
  max-width: 350px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.alert-banner {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

body.has-banner header {
  margin-top: var(--banner-height);
}

.steps-module {
  max-width: 1000px; /* samma som resten av siten */
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 24px;
  position: relative;
}
.steps-module .block.steps {
  padding-top: 50px;
  padding-bottom: 60px;
}
.steps-module .block.steps:nth-child(odd) {
  background: var(--surface);
}
.steps-module .block.steps:first-of-type {
  margin-top: 0px;
}
.steps-module .block.steps .steps__content {
  max-width: 800px;
  margin: auto;
}

.steps-module-outer {
  width: 100%;
  padding-bottom: 2px !important;
}

/* Sticky rail */
.steps-rail {
  position: sticky;
  top: 120px; /* ändra efter header */
  right: 0px;
  align-self: start;
}

/* Line + fill (startar vid första noden via JS) */
.steps-rail__line,
.steps-rail__fill {
  position: absolute;
  left: 30px;
  width: 2px;
  border-radius: 2px;
  top: 0; /* JS sätter */
  height: 0; /* JS sätter */
}

.steps-rail__line {
  background: rgba(0, 0, 0, 0.12);
}

.steps-rail__fill {
  background: var(--secondary);
}

/* Nodes + marker base */
.steps-rail__node,
.steps-rail__marker {
  position: absolute;
  left: 30px;
  width: 30px;
  height: 30px;
  background: var(--secondary);
  transform: translate(-50%, -50%);
}

/* Själva stegen */
.steps {
  position: relative;
  padding: 80px 0; /* justera efter design */
}

/* FULLBREDD bakgrund per steg */
.steps::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(45% - 50vw);
  right: calc(50% - 50vw);
  background: var(--surface); /* din färg */
  z-index: -1;
}

/* Valfritt: varannan rad */
.steps:nth-child(even)::before {
  background: #fff;
}

/* Shapes */
.steps-rail__node.is-square,
.steps-rail__marker.is-square {
  border-radius: 0;
}

.steps-rail__node.is-circle,
.steps-rail__marker.is-circle {
  border-radius: 999px;
}

.steps-rail__node.is-diamond,
.steps-rail__marker.is-diamond {
  border-radius: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* Marker animation */
.steps-rail__marker {
  transition: top 800ms cubic-bezier(0.22, 1, 0.36, 1), transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* Keep correct transforms per marker shape */
.steps-rail__marker.is-square,
.steps-rail__marker.is-circle {
  transform: translate(-50%, -50%);
}

.steps-rail__marker.is-diamond {
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq .button-wrap {
  justify-content: center;
  margin-top: 60px;
}
.faq .middle--small {
  max-width: 1000px;
}
.faq .middle--small ul.flex {
  flex-flow: wrap;
  margin: 0px;
  padding: 0px;
  gap: 40px;
}
.faq .middle--small ul.flex li {
  list-style-type: none;
  flex: 0 0 calc(50% - 40px); /* två i rad */
}
.faq .middle--small ul.flex li a:not(.button):not(p a) {
  padding: 10px;
  padding-left: 0px;
  padding-right: 0px;
  display: block;
  border-bottom: 1px solid var(--surface-dark);
  font-size: 2rem;
  color: var(--black);
  display: flex;
}
.faq .middle--small ul.flex li a:not(.button):not(p a) i {
  margin-right: 0px;
  margin-left: auto;
  margin-top: 4px;
}
.faq .middle--small ul.flex li a:not(.button):not(p a) i.rotate {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq .faq-answer {
  display: none;
}
.faq .faq-answer p {
  font-size: 1.8rem;
  line-height: 1.4;
  color: var(--black);
  margin-top: 20px;
}
.faq .faq-answer .button-wrap {
  margin-top: 20px;
  justify-content: left;
}

.faq__more {
  background: var(--accent);
  color: var(--black);
  border: none;
  margin: auto;
  margin-bottom: 60px;
  cursor: pointer;
}

.stats .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}
.stats .content {
  margin-bottom: auto;
  flex-flow: column;
  text-align: center;
}
.stats .content span {
  font-size: 8rem;
  line-height: 1.2;
  font-family: "Moret", Sans-serif;
  font-weight: 600;
}
.stats .content p {
  font-size: 2rem;
}

.three-columns .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}
.three-columns .content {
  text-align: center;
  margin-bottom: auto;
  flex-flow: column;
}
.three-columns .content img {
  width: 100%;
  height: auto;
  max-width: 100px;
  border-radius: 0px;
  margin: auto;
  margin-bottom: 20px;
}
.three-columns .content h3 {
  font-size: 4rem;
  text-align: center;
}

.text-cta img {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  width: auto;
  object-fit: cover;
}
.text-cta .middle {
  max-width: 1000px;
  text-align: center;
}
.text-cta .middle p {
  font-size: 2.3rem;
}
.text-cta .button-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.text-cta a:not(.button) {
  font-size: 1.8rem;
}

.news-slider .slick-next:after, .news-slider .slick-next:before, .news-slider .slick-prev:after, .news-slider .slick-prev:before {
  color: var(--primary);
  font-weight: 300;
  font-style: normal;
  font-size: 2.8rem;
  font-family: "font awesome 6 pro";
  opacity: 1;
}
.news-slider .slick-prev {
  left: -40px;
}
.news-slider .slick-next {
  right: -40px;
}
.news-slider .slick-disabled {
  display: none !important;
}
.news-slider .slick-track {
  display: flex;
}
.news-slider .slick-slide {
  height: inherit;
}
.news-slider > .middle {
  margin-bottom: 40px;
}

.customer-support__controls {
  background: var(--secondary-light);
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.customer-support__search {
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.customer-support__search input {
  width: 100%;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.customer-support__cats {
  margin: auto;
  text-align: center;
  margin-top: 40px;
}

.customer-support__cat {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.8rem;
  color: var(--primary);
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.customer-support__cat--all {
  background: var(--secondary);
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  padding: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.customer-support__cat:not(.customer-support__cat--all).is-active:after {
  content: "";
  width: 10px;
  height: 6px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  position: absolute;
  bottom: -6px;
  margin: auto;
  left: 0px;
  right: 0px;
  background: var(--secondary);
}

.faq__results ul {
  align-items: flex-start;
}
.faq__results ul li {
  border-bottom: 0px !important;
  border: 1px solid var(--black) !important;
  padding: 20px !important;
  display: block !important;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.faq__results ul li a:not(.button) {
  border: none !important;
  padding: 0px !important;
}
.faq__results .middle.middle--small {
  max-width: 1200px;
}

.customer-support__search input {
  font-size: 1.8rem;
  color: var(--black);
}

nav {
  margin-left: auto;
  grid-column: 3;
  justify-self: end;
}
nav ul li {
  display: inline;
  margin-left: 60px;
  position: relative;
}
nav ul li a {
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  text-transform: normal;
  font-size: 1.9rem;
  position: relative;
}
nav ul li a:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: var(--orange);
  height: 1px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
nav ul li a:hover:after {
  width: 100%;
}
nav ul li.current_page_item a:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  content: ".";
  color: transparent;
  background: var(--orange);
  height: 1px;
  cursor: pointer;
}

#menu .sub-menu {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  min-width: 240px;
  padding: 20px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 999;
}
#menu .sub-menu li {
  display: block;
  margin-left: 0px;
}
#menu .sub-menu li a {
  color: var(--primary);
  text-transform: capitalize;
  font-size: 1.7rem;
}

#menu .menu > li.menu-item-has-children::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 20px; /* matcha gapet */
  background: transparent;
}

#menu .sub-menu li a:hover,
#menu .sub-menu li a:focus-visible {
  background: rgba(0, 0, 0, 0.05);
  outline: none;
}

/* Show on hover (desktop) */
@media (hover: hover) {
  #menu li.menu-item-has-children:hover > .sub-menu,
  #menu li.menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
/* Small arrow indicator */
#menu .menu > li.menu-item-has-children > a::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: -15px;
  top: -10px;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(-45deg);
  opacity: 0.65;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

@media (hover: hover) {
  #menu .menu > li.menu-item-has-children:hover > a::after,
  #menu .menu > li.menu-item-has-children:focus-within > a::after {
    transform: rotate(45deg);
    opacity: 0.9;
  }
}
/* ====== Optional: keep dropdown within viewport if menu is near right edge ====== */
/* Add class .dropdown-right to a li if needed */
#menu .menu > li.dropdown-right > .sub-menu {
  left: auto;
  right: 0;
}

footer nav ul li a:after {
  content: none;
}
footer nav ul li a:hover {
  color: var(--yellow);
}
footer nav ul li.current_page_item a {
  color: var(--yellow);
}
footer nav ul li.current_page_item a:after {
  content: none;
}

.mobile-menu-btn {
  -webkit-tap-highlight-color: transparent;
  transition: color 160ms ease, background-color 160ms ease, transform 140ms ease;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0px;
  border-radius: 999px;
  cursor: pointer;
  display: inline-grid;
  display: none;
  place-items: center;
  transition: transform 140ms ease, background-color 160ms ease;
  margin-right: 0px;
  margin-left: auto;
  margin-top: -20px;
  z-index: 200;
}

.mobile-menu-btn:active {
  transform: scale(0.96);
}

.mobile-menu-btn:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.mobile-menu-icon {
  display: block;
}

.line {
  fill: none;
  stroke: var(--white);
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  /* FIX: gör så origin funkar korrekt i SVG */
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 220ms cubic-bezier(0.2, 0.9, 0.2, 1), opacity 160ms ease;
}

/* Closed -> Open (hamburger -> X) */
.mobile-menu-btn.is-open .line.top {
  transform: translateY(5px) rotate(45deg);
}

.mobile-menu-btn.is-open .line.mid {
  opacity: 0;
  transform: scaleX(0.7);
}

.mobile-menu-btn.is-open .line.bot {
  transform: translateY(-5px) rotate(-45deg);
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  .mobile-menu-btn, .line {
    transition: none !important;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(86vw, 360px);
  height: 100dvh;
  padding: 80px 20px 24px;
  background: var(--secondary);
  transform: translateX(105%);
  transition: transform 240ms cubic-bezier(0.2, 0.9, 0.2, 1);
  z-index: 100; /* viktig */
}
.mobile-menu ul {
  margin: 0px;
  margin-top: 50px;
  padding: 0px;
}
.mobile-menu ul li {
  display: block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
}
.mobile-menu ul li a span {
  color: var(--primary) !important;
}
.mobile-menu ul li > a {
  font-size: 2.7rem;
  font-weight: 600;
}
.mobile-menu ul .sub-menu {
  display: none;
  margin-bottom: 10px;
}
.mobile-menu ul .sub-menu li {
  line-height: 1.2;
  margin-bottom: 0px;
}
.mobile-menu ul .sub-menu li a span {
  font-size: 1.9rem;
}
.mobile-menu ul ul {
  margin-top: 0px;
}

.mobile-menu.is-open {
  transform: translateX(0);
}

.mobile-menu-btn.is-open path {
  stroke: var(--primary); /* X-färgen */
}

#mobileMenu .submenu-toggle span[aria-hidden=true] {
  font-size: 2.8rem; /* justera */
  font-weight: 400;
  line-height: 1;
  color: var(--primary);
}

/* Utgångsläge: stäng submenyer i mobilen */
#mobileMenu .menu-item-has-children > .sub-menu {
  display: none;
}

#mobileMenu .menu-item-has-children.is-open > .sub-menu {
  display: block;
}

/* Toggle-knapp */
#mobileMenu .submenu-toggle {
  margin-left: auto;
  background: none;
  border: 0;
  padding: 0.75rem;
  line-height: 1;
  cursor: pointer;
}

/* Lägg gärna flex på li så knappen hamnar till höger */
#mobileMenu .menu > .menu-item > a {
  display: inline-flex;
  align-items: center;
}

#mobileMenu .menu-item-has-children {
  position: relative;
}

#mobileMenu .menu-item-has-children > a {
  width: calc(100% - 44px); /* lämna plats för knappen */
}

#mobileMenu .menu-item-has-children > .submenu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Lang dropdown */
.netlang {
  position: relative;
  display: inline-block;
  grid-column: 3;
  justify-self: end;
}

.netlang__panel {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 320px;
  max-height: 70vh;
  overflow: auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 12px;
  z-index: 9999;
}

.netlang__sites {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.netlang__site {
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}

.netlang__site:last-child {
  border-bottom: 0;
}

.netlang__sitehead {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.netlang__sitelink {
  font-size: 1.5rem;
  cursor: pointer;
}

.netlang__host {
  opacity: 0.6;
  font-size: 0.9em;
}

.netlang__langs {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 1.1rem;
}

.netlang__btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
}

.netlang__btn i {
  margin-right: 10px;
  font-size: 1.7rem;
}

.netlang__panel * {
  color: var(--black) !important;
}

.single .block {
  padding-bottom: 500px;
}
.single:not(.single-case_cpt) h1 {
  color: var(--black);
}
.single:not(.single-case_cpt) header {
  background: var(--primary);
}
.single .middle--small {
  max-width: 900px;
}
.single .block:first-of-type {
  margin-top: 100px;
}
.single footer .block {
  margin-top: 0px !important;
}
.single h1 {
  margin-bottom: 40px;
}
.single h3 {
  text-align: left;
  margin-bottom: 0px;
}
.single h4 {
  font-size: 2.7rem;
  line-height: 1.4;
  margin-bottom: 40px;
  font-family: "Source Sans Pro", sans-serif;
}
.single .box__date {
  opacity: 0.7;
}

.block.extra-margin {
  padding-bottom: 100px;
}

.block.extra-x2-margin {
  padding-bottom: 550px;
}

.block.image-right-extra-margin {
  padding-bottom: 200px;
}

.pre-footer {
  padding-top: 100px;
  padding-bottom: 450px;
}
.pre-footer img {
  max-width: 800px;
  margin-right: -200px;
  margin-top: -300px;
  height: 100%;
  max-width: 40%;
  /* färgen som “fyller” masken */
  background-color: currentColor;
  /* masken */
  -webkit-mask-image: url("../img/mynt.svg");
  mask-image: url("../img/mynt.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain; /* eller: 100% 100% */
  mask-size: contain;
}
.pre-footer.image-centered {
  padding-bottom: 700px;
}
.pre-footer.image-centered .middle {
  justify-content: center;
  flex-flow: column;
  gap: 0px;
}
.pre-footer.image-centered .middle .cta_text {
  align-self: center;
  margin-top: 20px;
  text-align: center;
  order: 2;
}
.pre-footer.image-centered .middle img {
  align-self: center;
  top: inherit;
}
.pre-footer.image-centered .middle .button-wrap {
  justify-content: center;
  flex-wrap: wrap;
}
.pre-footer.image-centered.text-center {
  padding-bottom: 500px;
}
.pre-footer .middle {
  justify-content: center;
}
.pre-footer .middle .cta_text {
  align-self: flex-start;
  order: 1;
}
.pre-footer .middle img {
  margin: 0px;
  top: -150px;
  align-self: flex-end;
  order: 2;
}
.pre-footer.flex {
  height: auto;
}

footer {
  position: relative;
  padding-top: 20px;
  margin-top: -450px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
footer .middle {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  display: grid;
  top: -100px;
}
footer .middle h4 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
footer .footer-content {
  background: var(--primary);
}
footer svg {
  margin: 0px;
  display: block;
  margin-bottom: -1px;
  width: 100%;
  height: 100%;
}
footer .logotype-footer {
  margin: auto;
  margin-top: 40px;
  width: 85%;
}
footer .logotype-footer path, footer .logotype-footer ellipse {
  fill: var(--surface);
}
footer .footer-content {
  padding-top: 0px;
}
footer * {
  color: var(--surface-dark);
}
footer p {
  font-size: 1.5rem;
}
footer ul {
  padding: 0px;
  margin: 0px;
}
footer ul li {
  list-style-type: none;
}
footer ul li a {
  font-size: 1.5rem;
}
footer .block {
  padding-bottom: 0px !important;
}

.footer-item__content {
  margin: auto;
  margin-top: 0px;
}

.page-template-tmpl-news header {
  background: var(--primary);
}
.page-template-tmpl-news .hero {
  max-height: auto;
  min-height: auto;
  padding-top: 170px;
  padding-bottom: 130px;
  background: var(--white);
}
.page-template-tmpl-news .hero * {
  color: var(--black);
}
.page-template-tmpl-news .overlay {
  display: none;
}

.news {
  padding-bottom: 350px;
}
.news .middle.grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.news .box__item_content h3 {
  font-family: "source sans pro", sans-serif;
  font-size: 2.4rem;
}
.news .box__item_content p {
  margin-bottom: 30px;
}

.news-slider .slick-list {
  margin: 0 -20px;
}
.news-slider .box__item {
  margin: 20px;
}

.meta ul {
  padding: 0px;
  margin: 0px;
  margin-left: 20px;
}
.meta ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0px;
  margin-left: 10px;
}
.meta ul li:first-of-type {
  margin-left: 0px;
}
.featured-news {
  margin-bottom: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--surface);
}
.featured-news .middle img {
  width: 100%;
}
.featured-news .middle div {
  padding-left: 100px;
  padding-right: 100px;
}
.featured-news .middle div .button {
  margin-top: 20px;
}

.meta .button {
  padding: 25px !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 1.2rem;
}

.single-news_cpt img {
  margin-bottom: 30px;
}

.page-template-tmpl-reports header {
  background: var(--primary);
}
.page-template-tmpl-reports .hero {
  max-height: auto;
  min-height: auto;
  padding-top: 170px;
  padding-bottom: 130px;
}

.reports {
  background: var(--surface);
  padding-bottom: 350px;
}

.reports__item {
  background: var(--white);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  padding: 20px;
  margin-bottom: 20px;
}
.reports__item:last-of-type {
  margin-bottom: 0px;
}
.reports__item .box__item_content {
  padding: 0px;
}
.reports__item .button {
  align-self: center;
}

@media only screen and (max-width: 2050px) {
  footer .middle {
    top: 0px;
  }
  .hero.detached-image img.detached {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1600px) {
  .hero {
    min-height: 600px;
  }
}
@media only screen and (max-width: 1500px) {
  h2 {
    font-size: 6rem;
  }
  .news-slider .box__item {
    margin: 10px;
  }
  .case .box__item .box__item_content {
    padding: 20px;
  }
}
@media only screen and (max-width: 1300px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.5rem;
  }
  .text-cta .middle p {
    font-size: 2.4rem;
  }
  .boxes .grid {
    gap: 20px;
  }
  .box__item h3 {
    font-size: 2.3rem;
  }
  .box__item p, .box__item .single .block ul li {
    font-size: 1.6rem;
  }
  .box__item .text-btn {
    font-size: 1.7rem;
  }
  .box__item .text-btn i {
    font-size: 1.4rem;
  }
  .business-areas .middle {
    display: block; /* viktigt */
  }
  .business-areas .middle .box__item {
    margin: 10px;
  }
  .business-areas .middle .box__item .box__item_content_excerpt {
    opacity: 1;
    max-height: inherit;
    overflow: visible;
    transform: none;
    transition: none;
    margin-top: 0px !important;
  }
  .cta img {
    max-width: 400px;
  }
  .cta .middle {
    gap: 50px;
  }
  .cta .middle {
    gap: 50px;
  }
  .cta .middle.exposed-image {
    min-height: 740px;
  }
}
@media only screen and (max-width: 1200px) {
  .home h1 {
    font-size: 7rem;
  }
  .stats .content span {
    font-size: 6rem;
  }
  .three-columns .content h3 {
    font-size: 3rem;
  }
  .pre-footer.image-right .flex:not(.button-wrap) {
    gap: 0px;
    flex-flow: column;
  }
  .pre-footer.image-right .flex:not(.button-wrap) img {
    order: 1;
    position: relative;
    top: -130px;
    align-self: inherit;
  }
  .pre-footer.image-right .flex:not(.button-wrap) .cta_text {
    align-self: inherit;
    margin-top: -50px;
  }
  .featured-news .middle div {
    padding-left: 40px;
    padding-right: 0px;
  }
  .hero.detached-image img.detached {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1100px) {
  .box__item ul li {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1000px) {
  .three-columns .grid {
    grid-template-columns: repeat(2, 1fr);
    align-content: center;
  }
  .three-columns .grid > :last-of-type {
    grid-column: 1/-1; /* ta hela raden */
    justify-self: center; /* centrera horisontellt */
    max-width: 50%;
  }
  .block:not(.pre-footer):not(.extra-x2-margin):not(.single .block) {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .quote-module p {
    font-size: 2.7rem;
  }
  .news .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .employee__item img {
    width: 100%; /* Fyll bredden av kortet */
    height: 350px; /* Sätt en fast höjd för bilderna */
    object-fit: cover; /* Se till att bilden täcker ytan */
    object-position: top; /* Bilden beskärs från toppen och expanderar nedåt */
  }
  .hero {
    min-height: 500px;
  }
  .pre-footer img {
    max-width: 80%;
    margin-top: 0px;
  }
  .pre-footer.image-right .flex img {
    margin-top: 0px;
  }
  .pre-footer.image-right .flex .cta_text {
    margin-top: -100px;
  }
  .text-image-module__text {
    padding: 20px;
  }
  #menu {
    display: none;
  }
  .mobile-menu-btn {
    display: block;
  }
  .netlang {
    position: absolute;
    grid-column: none;
    right: 50px;
    top: 0px;
  }
}
@media only screen and (max-width: 900px) {
  .quote-module h2 {
    font-size: 1.7rem;
  }
  .quote-module p {
    font-size: 2.3rem;
    margin-top: 10px;
  }
  .hero__text p {
    font-size: 2rem;
  }
  footer.block .middle {
    display: grid;
    grid-template-columns: 1fr;
  }
  header .middle {
    grid-template-columns: 120px minmax(0, 1fr) auto;
  }
  .home .boxes {
    padding-bottom: 100px;
  }
  .home .boxes .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .home .boxes .grid .box__item {
    max-width: 600px;
    margin: auto;
    margin-bottom: 10px;
  }
  .boxes + .margin-minus .text-image-module__image {
    margin-top: -50px;
  }
  .employee__item img {
    height: auto; /* Sätt en fast höjd för bilderna */
    object-fit: contain; /* Se till att bilden täcker ytan */
  }
  .block.employees .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mobile-menu-icon {
    top: 0px;
  }
  .stats .content span {
    font-size: 4rem;
  }
  .stats .content p {
    font-size: 1.6rem;
  }
  .faq .middle--small ul.flex {
    flex-flow: column;
  }
  .faq__results ul {
    gap: 20px !important;
  }
  .faq__results li {
    width: 100%;
  }
  .faq__results li a:not(.button) {
    font-size: 1.7rem !important;
  }
}
@media only screen and (max-width: 765px) {
  img {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-clip: padding-box; /* stops bg color from leaking outside the border: */
  }
  .featured-news .flex {
    flex-flow: column;
  }
  .featured-news .flex div {
    padding-left: 0px;
  }
  .featured-news .flex img {
    margin-bottom: 40px;
  }
  h2 {
    font-size: 4rem;
  }
  p, .quote-module p, .text-module ul li, .list-module ul li, .text-image-module ul li, .single .block ul li {
    font-size: 1.7rem;
  }
  p + p {
    margin-top: 20px;
  }
  .news-slider .slick-next:after, .news-slider .slick-next:before, .news-slider .slick-prev:after, .news-slider .slick-prev:before {
    font-size: 2.2rem;
  }
  .news-slider .slick-list {
    margin-left: -10px;
  }
  .news-slider .slick-prev {
    left: 10px;
    bottom: -40px;
    margin-top: auto;
    position: absolute;
  }
  .news-slider .slick-next {
    right: 10px;
    bottom: -40px;
    margin-top: auto;
    position: absolute;
  }
  .text-image-module__text {
    width: 100%;
  }
  .news .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .news .box__item {
    margin-bottom: 10px !important;
  }
  .home h1 {
    font-size: 5rem;
  }
  .stats .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .stats .grid > :nth-child(1) {
    grid-column: 1/-1; /* tar hela raden */
  }
  .heading-text .middle {
    max-width: 1000px;
    gap: 60px;
    display: block;
  }
  .heading-text .middle h2 {
    margin-bottom: 20px;
  }
  .text-image-module__image {
    order: 1 !important;
    top: inherit !important;
    margin-top: inherit;
  }
  .text-image-module__image img {
    max-width: 100%;
    margin: auto;
    margin-top: 20px;
  }
  .text-image-module__text {
    order: 1;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    z-index: 10;
    padding: 0px;
  }
  .text-image-module .grid {
    grid-template-columns: 100%;
  }
  .three-columns .grid {
    grid-template-columns: repeat(1, 1fr);
    align-content: center;
  }
  .three-columns .grid > :last-of-type {
    max-width: 100%;
  }
  .cta img {
    max-width: 400px;
    height: auto;
  }
  .cta .middle {
    gap: 0px;
    align-items: inherit;
  }
  .cta .middle.exposed-image {
    margin: auto;
  }
  .cta .middle.exposed-image img {
    margin-left: -100px;
  }
  .cta_text img {
    margin-left: 0px !important;
  }
  .cta .middle.exposed-image {
    min-height: auto;
  }
  .cta .middle.exposed-image img {
    max-width: 300px;
  }
  .cta .middle .cta_text {
    align-self: flex-start;
  }
  .cta .middle .cta_text img {
    margin: 0px !important;
  }
  .button {
    padding: 26px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .button span {
    font-size: 1.4rem;
  }
  .buttons-faq .divider {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .buttons-faq ul li a {
    font-size: 1.4rem;
  }
  .buttons-faq .button {
    padding: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .buttons-faq .button span {
    font-size: 1.8rem;
  }
  .steps-rail {
    position: static;
  }
  .steps-module {
    grid-template-columns: 8px 1fr;
  }
  .steps-rail__node, .steps-rail__marker {
    width: 20px;
    height: 20px;
  }
  .hero.detached-image img.detached {
    max-width: 300px;
  }
  .footer-item {
    grid-column: 1/-1;
    display: block;
  }
  .footer-item:nth-child(2) {
    grid-column: inherit;
    width: 40%;
    margin-top: 40px;
  }
  .footer-item:nth-child(3) {
    grid-column: inherit;
    width: 40%;
    margin-top: 40px;
  }
  .footer-item .footer-item__content {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-item h4 {
    flex: 0 0 100%; /* Säger: "väx inte, krymp inte, ta upp 100% bredd" */
  }
  .footer-item p {
    width: 50%;
  }
  .footer-item p + p {
    margin-top: 0px;
  }
  .pre-footer.image-centered {
    padding-bottom: 500px;
  }
  .pre-footer.image-centered img {
    margin: auto !important;
  }
  footer .middle {
    gap: 0px;
  }
  footer .logotype-footer {
    width: 100%;
  }
  .single h4 {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
  .single h1 {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 3.8rem;
  }
  h3 {
    font-size: 2.8rem;
  }
  .pre-footer img {
    max-width: 80%;
    margin-bottom: 40px;
  }
  .pre-footer.image-centered .middle .cta_text {
    margin-top: 60px;
  }
  .home .quote-module {
    margin-top: -1px;
    padding-bottom: 0px !important;
  }
  .home .news-slider {
    padding-top: 0px !important;
  }
  .case .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .block.employees .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .hero {
    min-height: auto !important;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .box__item .box__image {
    -webkit-border-radius: 30px !important;
    border-radius: 30px !important;
    background-clip: padding-box; /* stops bg color from leaking outside the border: */
  }
  .boxes.docs .grid .box__item .box__item_content {
    padding: 10px;
    padding-top: 15px;
    padding-top: 15px;
  }
  .boxes.docs .grid .box__item .box__item_content h2 {
    font-size: 1.6rem;
  }
  .boxes.docs .grid .box__item .box__item_content ul li a {
    font-size: 1.2rem;
  }
  .product_content h1 {
    font-size: 4rem;
  }
  .text-cta .middle p {
    font-size: 1.9rem;
  }
  h2 {
    font-size: 3rem;
  }
  .pre-footer img {
    max-width: 100%;
  }
  .cta:not(.pre-footer) .middle.exposed-image {
    min-height: auto;
  }
  .cta:not(.pre-footer) .middle.exposed-image img {
    max-width: 150px;
    margin-left: -50px;
    align-self: flex-start;
  }
  .cta:not(.pre-footer) .middle .cta_text {
    align-self: flex-start;
  }
  .cta:not(.pre-footer) .middle .cta_text img {
    margin: 0px !important;
    max-width: 100%;
  }
  p {
    font-size: 1.6rem;
  }
  .buttons-faq .button-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .buttons-faq .button-wrap .button {
    padding: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .buttons-faq .button-wrap .button span {
    font-size: 1.5rem;
  }
  .hero.detached-image img.detached {
    max-width: 200px;
    align-self: flex-start;
    margin-right: -30px;
  }
  .button img {
    margin-left: -5px;
  }
  .pre-footer.image-centered .middle .cta_text {
    margin-top: 20px;
  }
  .faq__results ul li {
    padding: 15px !important;
  }
  .faq__results .middle.middle--small {
    width: 100%;
  }
  .customer-support__cat--all {
    padding: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .customer-support__cat:not(.customer-support__cat--all).is-active::after {
    bottom: -5px;
    height: 3px;
  }
  .customer-support__cat {
    font-size: 1.3rem;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .customer-support__search input {
    padding: 15px;
    font-size: 1.6rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .business-areas .box__item .box__item_content_excerpt {
    max-width: 100%;
  }
  .three-columns .grid {
    gap: 50px;
  }
  .pre-footer.image-right .flex:not(.button-wrap) img {
    top: -100px;
  }
  .hero.flex:not(.page-template-tmpl-news .hero) {
    alig-items: none;
    padding-top: 120px;
  }
  .hero.flex:not(.page-template-tmpl-news .hero) img {
    top: 0px;
  }
  .text-image-module__image img {
    margin-top: 0px;
  }
  .block.extra-x2-margin {
    padding-top: 60px;
  }
  .featured-news {
    padding-bottom: 60px;
  }
  .text-module ol li {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 3.3rem;
  }
  h1 + p {
    margin-top: 10px;
  }
  h2 {
    font-size: 3.1rem;
  }
  h2 + p {
    margin-top: 20px;
  }
  .hero__text p {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  p, .text-module ul li, .list-module ul li, .text-image-module ul li, .single .block ul li {
    font-size: 1.6rem;
  }
  header .middle {
    grid-template-columns: 120px minmax(0, 1fr) auto;
  }
  .box__item_content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .boxes .box__item_content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block:not(.pre-footer):not(.extra-x2-margin):not(.single .block) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .block.extra-x2-margin {
    padding-top: 40px;
  }
  .faq .middle--small ul.flex {
    gap: 20px;
  }
  .faq .faq-answer p {
    font-size: 1.6rem;
  }
  .heading-module .middle h2 + p, .faq .middle--small ul.flex li a:not(.button) {
    font-size: 2rem;
  }
  span.extra-heading {
    font-size: 1.8rem;
  }
  .text-image-module .grid {
    gap: 20px;
  }
  footer p {
    font-size: 1.3rem;
  }
  footer .middle h4 {
    margin-bottom: 10px;
  }
  h4 {
    font-size: 2.5rem;
  }
  .pre-footer {
    padding-top: 80px;
  }
  .netlang__panel {
    right: -40px;
  }
  .faq .middle--small ul.flex li a:not(.button):not(p a) {
    font-size: 1.6rem;
  }
  .three-columns .grid {
    gap: 50px;
  }
  .block.extra-x2-margin {
    padding-bottom: 500px;
  }
  table, thead, tbody, th, td, tr {
    display: block; /* Gör att alla element beter sig som block och staplas */
  }
  thead tr {
    display: none; /* Dölj den vanliga rubrikraden */
  }
  td {
    border: none;
    position: relative;
    padding-left: 50%; /* Skapa plats för en etikett till vänster */
  }
}
