/* Simpla Stockholm AB */

/* Typsnitt – DM Sans */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&amp;display=swap");

/* Animationer */
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");

/* ==========================================================================
Generellt 
========================================================================== */
:root {
  /* 	Layout  */
  --col-padding: 5rem;
  --menu-height: 9rem;
  --menu-height-scrolled: 9rem;

  /* 	Colors */

  --black-color: 0, 0, 0;
  --gray-dark-color: 80, 80, 80;
  --gray-color: 150, 150, 150;
  --gray-light-color: 242, 242, 242;
  --white-color: 255, 255, 255;

  --accent-yellow-color: 248, 201, 74;
  --accent-yellow-dark-color: 229, 166, 6;

  /* 	Typography */
  --base-size: 1.9rem;

  /* 	Mobile nav */
  --activate-mobile-menu: 10000000;
  --mobile-menu-height: 7rem;
  --mobile-menu-bg: 255, 255, 255;
  --menu-color: rgb(var(--white-color));
}

/* Layout
========================================================================== */
.section-block {
  padding: 15rem 6rem;
}

.section-block-wrapper {
  max-width: 150rem;
}

/* Specifika paddings */
.pt-0 .section-block,
.pt-0:not(.section-wrapper) {
  padding-top: 0;
}

.pt-2 .section-block,
.pt-2:not(.section-wrapper) {
  padding-top: 2rem;
}

.pt-4 .section-block {
  padding-top: 4rem;
}

.pt-5 .section-block,
.pt-5:not(.section-wrapper) {
  padding-top: 5rem;
}

.pr-2 .section-block {
  padding-right: 2rem;
}

.px-0 .section-block,
.px-0:not(.section-wrapper) {
  padding-left: 0;
  padding-right: 0;
}

.pb-0 .section-block,
.pb-0:not(.section-wrapper) {
  padding-bottom: 0;
}

.pb-5 .section-block,
.pb-5:not(.section-wrapper) {
  padding-bottom: 5rem;
}

.pl-0 .section-block {
  padding-left: 0;
}

.pr-0 .section-block {
  padding-right: 0;
}

.pr-0 .section-block,
.pr-0:not(.section-wrapper) {
  padding-right: 0;
}

.pb-2 .section-block,
.pb-2:not(.section-wrapper) {
  padding-bottom: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.p-4 {
  padding: 4rem;
}

.p-2 .section-block {
  padding: 2rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

/* Specifika bredder */
.mw-1000 .section-block-wrapper {
  max-width: 100rem;
}

.mw-1200 .section-block-wrapper {
  max-width: 120rem;
}

.mw-none .section-block-wrapper {
  max-width: none;
}

/* Speciella bredder */
.mw-unset .section-block-wrapper {
  max-width: unset;
}

@media only screen and (max-width: 1550px) {
  .section-block {
    padding: 11rem 6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .section-block {
    padding: 7.5rem 3rem;
  }
}

@media only screen and (max-width: 580px) {
  .section-block {
    padding: 5rem 2rem;
  }

  .pl-0 .section-block {
    padding-left: 2rem;
  }

  .pr-0 .section-block {
    padding-right: 2rem;
  }
}

/* Text och typsnitt
========================================================================== */
body {
  font-family: "DM Sans", sans-serif;
  color: rgb(var(--black-color));
}

/* rubriker */
.section-title {
  font-size: 5.5rem;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 2rem;
}

.small-title {
  font-size: 3.5rem;
  line-height: 1.4;
  font-weight: 600;
  padding-bottom: 1rem;
}

.ingress {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 600;
  padding-bottom: 1rem;
}

.text-label {
  font-size: 1.9rem;
  line-height: 1.3;
  padding-bottom: 2rem;
  font-weight: 300;
}

.text-title {
  font-size: var(--base-size);
  line-height: 1.4;
  font-weight: 600;
}

/* Text */
p {
  font-weight: 300;
}

a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.text-link {
  font-weight: 700;
}

.text-link:hover {
  text-decoration: underline;
}

/* Ovriga klasser */
.db {
  display: block;
}

.text-bold {
  font-weight: 700;
}

.text-italic {
  font-style: italic;
}

.text-center {
  text-align: center;
}

.text-block-center {
  max-width: 80rem;
  margin: 0 auto;
}

.text-block {
  max-width: 80rem;
}

.text-block.center {
  text-align: center;
  margin: 0 auto;
}

.text-smaller {
  font-size: 1.6rem;
}

.facts-list {
  list-style: none;
  padding-inline-start: 0;
  margin: 2rem 0 0;
}

.list-circle {
  list-style: none;
}

.list-circle li {
  position: relative;
  padding-left: 0.5rem;
}

.list-circle li::before {
  content: "\f111";
  position: absolute;
  /* top: 50%; */
  top: 17px;
  left: -1.5rem;
  color: rgb(var(--accent-yellow-color));
  font-weight: 700;
  font-size: 0.9rem;
  font-family: "Font Awesome 5 Pro";
  transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
  .section-title {
    font-size: 4rem;
  }
  .secton_title_h2 {
    font-size: 28px !important;
  }

  .small-title {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 580px) {
  .section-title {
    font-size: 3rem;
  }

  .secton_title_h2 {
    font-size: 23px !important;
  }

  .text-label {
    font-size: 1.6rem;
  }

  .text-block-center {
    margin: 0;
  }

  .text-center {
    text-align: left;
  }

  :root {
    --base-size: 1.6rem;
  }
}

/* Knappar och speciella lankar
========================================================================== */
.btn-wrapper {
  display: flex;
  margin-top: 3rem;
}

.btn-wrapper.center {
  justify-content: center;
}

.btn-wrapper.flex-end {
  justify-content: flex-end;
}

/* Knappar */
.btn,
.ContactSubmit {
  display: inline-block;
  min-width: 20rem;
  padding: 2rem 3rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn-accent-yellow-filled,
.ContactSubmit {
  color: rgb(var(--black-color));
  border: 1px solid rgb(var(--accent-yellow-color));
  background-color: rgb(var(--accent-yellow-color));
}

.btn-accent-yellow-filled:hover,
.ContactSubmit:hover,
.ContactSubmit:focus {
  color: rgb(var(--black-color));
  border: 1px solid rgb(var(--accent-yellow-dark-color));
  background-color: rgb(var(--accent-yellow-dark-color));
}

.btn-accent-yellow-border {
  color: rgb(var(--accent-yellow-color));
  border: 1px solid rgb(var(--accent-yellow-color));
  background-color: transparent;
}

.btn-accent-yellow-border:hover {
  color: rgb(var(--black-color));
  border: 1px solid rgb(var(--accent-yellow-color));
  background-color: rgb(var(--accent-yellow-color));
}

/* svart knapp */
.btn-black-filled {
  color: rgb(var(--white-color));
  border: 1px solid rgb(var(--black-color));
  background-color: rgb(var(--black-color));
}

.btn-black-filled:hover {
  color: rgb(var(--white-color));
  border: 1px solid rgb(var(--gray-dark-color));
  background-color: rgb(var(--gray-dark-color));
}

.btn-black-border {
  color: rgb(var(--black-color));
  border: 1px solid rgb(var(--black-color));
  background-color: transparent;
}

.btn-black-border:hover {
  color: rgb(var(--white-color));
  border: 1px solid rgb(var(--black-color));
  background-color: rgb(var(--black-color));
}

/* vit knapp */
.btn-white-filled {
  color: rgb(var(--black-color));
  border: 1px solid rgb(var(--white-color));
  background-color: rgb(var(--white-color));
}

.btn-white-filled:hover {
  color: rgb(var(--black-color));
  border: 1px solid rgb(var(--white-color));
  background-color: rgb(var(--white-color), 0.7);
}

.btn-white-border {
  color: rgb(var(--white-color));
  border: 1px solid rgb(var(--white-color));
  background-color: transparent;
}

.btn-white-border:hover {
  color: rgb(var(--black-color));
  border: 1px solid rgb(var(--white-color));
  background-color: rgb(var(--white-color));
}

/* Arrow link */
.arrow-link {
  padding-right: 1rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: rgb(var(--white-color));
}

.arrow-link::after {
  content: " \f178";
  display: inline-block;
  margin-left: 0.5rem;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.7em;
  transition: transform 0.4s ease;
}

.arrow-link:hover::after {
  transform: translateX(1rem);
  transition: transform 0.4s ease;
}

/* Cirkelikon */
.circle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  margin: 0.5rem;
  border-radius: 50%;
  font-size: 0;
  color: rgb(var(--white-color));
  text-decoration: none;
  background-color: rgb(var(--black-color));
  transition: 0.3s ease;
}

.circle-icon:hover {
  color: rgb(var(--black-color));
  background-color: transparent;
}

.circle-icon i:before,
.circle-icon em:before {
  font-size: 1.6rem;
  margin-right: -0.4rem;
}

.circle-icon.instagram {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

@media only screen and (max-width: 580px) {
  .btn:not(.contact) {
    display: block;
    width: 100%;
  }

  .btn-wrapper.center {
    justify-content: flex-start;
  }
}

/* Farger
========================================================================== */
/* Bakgrundsfarger */
.bg-accent-yellow {
  background-color: rgb(var(--accent-yellow-color));
}

.bg-primary-dark {
  background-color: rgb(var(--primary-dark-color));
}

.bg-black {
  background-color: rgba(var(--black-color));
}

.bg-gray-light {
  background-color: rgb(var(--gray-light-color));
}

.bg-gray {
  background-color: rgb(var(--gray-color));
}

/* Textfarger */
.text-accent-yellow {
  color: rgb(var(--accent-yellow-color));
}

.text-primary-dark {
  color: rgb(var(--primary-dark-color));
}

.text-secondary {
  color: rgb(var(--secondary-color));
}

.text-white {
  color: rgb(var(--white-color));
}

.text-white-muted {
  color: rgb(var(--white-color), 0.6);
}

.text-black {
  color: rgb(var(--black-color));
}

.text-black-muted {
  color: rgb(var(--black-color), 0.6);
}

/* Grafiska element
========================================================================== */
/*img:not(.color) {
    filter: grayscale();
}*/

/* Cards
========================================================================== */
.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.cards-wrapper.justify-center {
  justify-content: center;
}

.cards-wrapper.align-center {
  align-items: center;
}

/* Specifika bredder */
.cards-wrapper.w-25 .card-item {
  width: calc((100% / 4) - 4rem);
  margin: 2rem;
}

.cards-wrapper.w-33 .card-item {
  width: calc(100% / 3 - 4rem);
  margin: 2rem;
}

.cards-wrapper.w-50 .card-item {
  width: calc((100% / 2) - 4rem);
  margin: 2rem;
}

.cards-wrapper.w-100 .card-item {
  width: calc(100% - 4rem);
  margin: 2rem;
}

/* Bredder för specifika cards */
.cards-wrapper .card-item.w-50 {
  width: calc((100% / 2) - 4rem);
  margin: 2rem;
}

@media only screen and (max-width: 1450px) {
  .cards-wrapper.w-25 .card-item {
    width: calc((100% / 3) - 4rem);
  }

  .cards-wrapper .card-item.w-50 {
    width: calc((100% / 2) - 4rem);
  }
}

@media only screen and (max-width: 1080px) {
  .cards-wrapper.w-25 .card-item,
  .cards-wrapper.w-33 .card-item {
    width: calc((100% / 2) - 4rem);
  }
}

@media only screen and (max-width: 980px) {
  .cards-wrapper.w-25 .card-item,
  .cards-wrapper.w-33 .card-item,
  .cards-wrapper.w-50 .card-item {
    width: 100%;
    margin: 0 0 3rem;
  }
}

/* Cards 2 */
.cards-2 .card-item {
  padding: 2rem;
  transition: 0.2s ease-in-out;
  background-color: rgb(var(--gray-light-color));
}

.cards-2 .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  padding: 2rem;
}

.cards-2 .icon-wrapper i {
  font-size: 2.3rem;
}

/* Cards 2-1 */
.cards-2-1 .card-item {
  display: flex;
  align-items: center;
}

.cards-2-1 .text-wrapper {
  padding-left: 2rem;
  width: calc(100% - 6rem);
}

.cards-2-1 .small-title {
  padding: 0;
}

@media only screen and (max-width: 580px) {
  .cards-2-1 .card-item {
    padding: 0;
  }
}

/* Cards 7*/
.cards-7 .card-item {
  text-decoration: none;
  background: transparent;
  overflow: hidden;
  position: relative;
  transition: 0.5s ease;
}

.cards-7 .card-item:hover {
  background-color: rgb(var(--gray-dark-color), 0.6);
}

.cards-7 .image-wrapper {
  height: 30rem;
  overflow: hidden;
  /*filter: grayscale();*/
}

.cards-7 .text-wrapper {
  padding: 3rem 2rem;
}

/* Cards 10 */
.cards-10 .card-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 40rem;
  text-decoration: none;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cards-10 .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cards-10 .image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--black-color), 0.4);
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cards-10 .card-item:hover .image-wrapper::after {
  background: rgba(var(--black-color), 0.6);
}

.cards-10 .card-item.no-hover:hover .image-wrapper::after {
  background: rgba(var(--black-color), 0.4);
}

.cards-10 .text-wrapper {
  z-index: 1;
  position: relative;
  text-align: center;
  padding: 5rem;
  color: rgb(var(--white-color));
}

@media only screen and (max-width: 1080px) {
  .cards-10 .card-item {
    min-height: 30rem;
  }
}

@media only screen and (max-width: 550px) {
  .cards-10 .text-wrapper {
    padding: 2rem;
  }

  .cards-10 .text-wrapper.border {
    margin: 2rem;
  }
}

/* Logos 1 */
.logos-1 .card-item {
  text-align: center;
}

.logos-1 img {
  width: 100%;
  max-height: 12rem;
  filter: opacity(0.5);
  transform: scale(0.94);
  transition: 0.2s ease-in-out;
}

.logos-1 img:hover {
  opacity: 1;
  filter: none;
  transform: scale(1);
}

@media only screen and (max-width: 868px) {
  .logos-1 img {
    max-height: 8rem;
  }
}

/* Split wrapper
========================================================================== */
.split-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.split-wrapper.justify-center {
  justify-content: center;
}

.split-wrapper.reverse {
  flex-direction: row-reverse;
}

.split-content {
  width: 50%;
  padding: 8rem 4rem;
  z-index: 2;
}

.split-image {
  width: 50%;
}

.split-content.pl-9 {
  padding-left: 9rem;
}

.split-image .contain img {
  object-fit: contain;
}

/* Centrera content */
.split-wrapper .align-center {
  align-self: center;
}

/* Speciella bredder */
.split-wrapper .w-60 {
  width: 60%;
}

.split-wrapper .w-40 {
  width: 40%;
}

/* Speciella hojder */
.split-image.mh-60 {
  max-height: 60rem;
}

.split-image.mh-40 {
  max-height: 40rem;
}

/* Speciella paddings */
.split-content.pl-0 {
  padding-left: 0;
}

/* Speciella margins */
.split-wrapper .mt--4rem {
  margin-top: -4rem;
}

.split-wrapper .mr--5rem {
  margin-right: -5rem;
}

/* Övriga klasser */
.split-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--black-color), 0.25);
}

@media screen and (max-width: 1300px) {
  .split-content {
    padding: 3rem;
  }
}

@media screen and (max-width: 1000px) {
  .split-content,
  .split-wrapper .w-60,
  .split-wrapper .w-40 {
    width: 100%;
  }

  .split-content {
    padding: 0 0 5rem;
  }

  .split-image {
    width: 100%;
    min-height: 30rem;
  }

  /* Speciella margins */
  .split-wrapper .mt--20 {
    margin-top: 0;
  }

  /* Split image med grid */
  .split-images-grid {
    padding: 1rem;
  }

  .split-images-grid .split-content {
    width: 100%;
  }

  .split-image-grid {
    width: 100%;
    margin: 0;
  }

  .split-image-grid .split-image {
    position: relative;
  }
}

@media screen and (max-width: 580px) {
  .split-wrapper.bg .split-content {
    padding: 5rem 2rem;
  }

  .split-content {
    padding: 5rem 0;
  }

  .split-content.full {
    padding: 4rem 2rem;
  }
}

/* Bakgrundsbild
========================================================================== */
.bg-image {
  position: relative;
  margin-top: calc(-1 * var(--menu-height));
  background: linear-gradient(
    90deg,
    rgba(var(--black-color), 0.2) 0%,
    rgba(var(--black-color), 0.5) 0%,
    rgba(var(--black-color), 0) 100%
  );
}

.bg-image-wrapper {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* bildspel */
.crossfade {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.crossfade div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-attachment: scroll/fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Bakgrundsvideo
========================================================================== */
.bg-video {
  position: relative;
}

.bg-video-wrapper {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  /*filter: grayscale();*/
  transform: translate(-50%, -50%);
}

/* Parallax
========================================================================== */
.parallax {
  position: relative;
}

.parallax::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*filter: grayscale();*/
}

.parallax .section-block {
  z-index: 1;
  position: relative;
}

@media only screen and (hover: none) {
  .parallax::after {
    background-attachment: scroll;
    background-position: center center;
  }
}

/* Header / Navigation
========================================================================== */
/* top header */
.extra-header {
  width: 100%;
  overflow: hidden;
  transition: 0.3s ease;
  background-color: transparent;
  order: 0;
  flex-basis: 0;
  flex: 1 1 0px;
}

.extra-header-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.extra-header ul {
  display: flex;
  padding: 0.5rem 0;
  margin: 0;
  list-style: none;
}

.extra-header ul li {
  line-height: normal;
}

.extra-header p {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgb(var(--white-color));
  padding-bottom: 0;
}

.extra-header a {
  padding: 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
  color: rgb(var(--white-color));
}

.extra-header a:hover {
  color: rgb(var(--accent-yellow-color));
}

header.scrolled .extra-header a {
  color: rgb(var(--black-color));
}

header.scrolled .extra-header a:hover {
  color: rgb(var(--black-color), 0.6);
}

.extra-header i {
  margin-right: 0.5rem;
  color: inherit;
}

header .container {
  padding: 0.5rem 2rem;
}

/* header */
.mobile-menu {
  order: 0;
}

.mobile-menu {
  background-color: transparent;
  transition: 0.3s ease;
}

/* header logo */
.header-logo {
  flex-basis: 0;
  flex: 1 1 0px;
  order: 1;
  margin-right: -3rem;
  z-index: 0;
  opacity: 0;
  transition: 0.3s ease;
}

header.scrolled .header-logo,
.SubPage .header-logo {
  opacity: 1;
}

header .header-logo img {
  /* padding: 1rem 0 0; */
  /* width: 13rem; */
  max-height: 20rem;
}

header.scrolled .header-logo img {
  filter: none;
}

.header-logo p {
  font-size: 1.3rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  /* update */
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}

/* nav */
.mobile-menu .mainmenu {
  padding-top: calc(var(--mobile-menu-height) + 2rem);
  padding-bottom: 10rem;
  background-color: rgb(var(--black-color), 0.9);
}

.mobile-menu.scrolled {
  background-color: rgb(var(--white-color));
}

.mobile-menu .container {
  padding: 0rem 2rem 0;
}

.mobile-menu .hamburger {
  order: 2;
}

header.scrolled .hamburger-inner,
header.scrolled .hamburger-inner::after,
header.scrolled .hamburger-inner::before {
  background-color: rgb(var(--black-color));
}

.is-clicked .hamburger-inner,
.is-clicked .hamburger-inner::after,
.is-clicked .hamburger-inner::before {
  background-color: rgb(var(--white-color));
}

/* flikarna */
.mobile-menu .TemplateMenu > li > a,
.mobile-menu.scrolled .TemplateMenu > li > a {
  line-height: 6rem;
}

.mobile-menu .TemplateMenu ul {
  background-color: transparent;
}

.mobile-menu .TemplateMenu a {
  font-size: 3rem;
  line-height: 5;
  color: rgb(var(--white-color));
  text-align: center;
}

.mobile-menu .TemplateMenu a:hover,
.mobile-menu .TemplateMenu li.active > a,
.mobile-menu .TemplateMenu ul a:hover {
  color: rgb(var(--accent-yellow-color));
}

.mobile-menu .TemplateMenu a.toplevel.expandable:after {
  content: "\f107";
  display: inline-block;
  margin-left: 2rem;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.7em;
  margin-top: -0.5rem;
  font-weight: 300;
}

.mobile-menu .TemplateMenu ul li a {
  font-size: 2rem;
  line-height: 2;
  color: rgb(var(--white-color), 0.8);
}

/* header cta  */
.header-cta-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  order: 2;
  z-index: 5;
}

.header-cta-wrapper .btn {
  min-width: 16rem;
  padding: 1.4rem 1.2rem;
  margin: 0 0.5rem;
}

@media only screen and (max-width: 990px) {
  .mobile-menu .container {
    padding: 1rem 2rem;
  }

  .header-cta-wrapper .btn {
    min-width: unset;
    font-size: 1.25rem;
  }

  .header-logo {
    order: 0;
    margin-right: 0;
    flex: unset;
  }

  .mobile-menu .header-logo img {
    max-height: 5rem;
    min-width: 11rem;
  }

  .extra-header {
    flex: unset;
  }

  .extra-header-inner-wrap {
    justify-content: flex-end;
  }

  .extra-header a {
    padding: 1.5rem;
  }
}

@media only screen and (max-width: 690px) {
  .extra-header ul li:nth-child(1),
  .extra-header ul li:nth-child(3),
  .header-logo {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .extra-header a {
    padding: 1rem;
  }

  header .header-logo .reqiro-logo {
    display: none;
  }

  header.scrolled .header-logo .reqiro-symbol,
  header .header-logo .reqiro-symbol {
    display: block;
    width: 6.5rem;
    padding: 0;
    max-height: unset;
  }

  .mobile-menu .TemplateMenu > li > a,
  .mobile-menu.scrolled .TemplateMenu > li > a {
    line-height: 6rem;
    font-size: 1.8rem;
  }

  .mobile-menu .TemplateMenu ul li a {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 340px) {
  .extra-header {
    display: none;
  }

  header.scrolled .header-logo .reqiro-symbol,
  header .header-logo .reqiro-symbol {
    width: 4.5rem;
  }
}

/* ==========================================================================
Startsida
========================================================================== */

/* Top-section
========================================================================== */
.top-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  position: relative;
  margin-top: calc(-1 * var(--mobile-menu-height));
  background: rgba(0, 0, 0, 0.35);
}

.top-section .top-logo {
  /* margin: 0 auto 1rem; */
  margin: 0 auto 3rem;
  text-align: center;
  width: 36rem;
  max-width: 100%;
}

.top-section .top-logo p {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgb(var(--white-color));
  padding-bottom: 0;
  line-height: normal;
}

.secton_title_h2 {
  color: rgb(var(--white-color));
  padding-top: 2rem;
  padding-bottom: 5rem;
  text-align: center;
  font-size: 34px;
}

.top-section h1 {
  padding-bottom: 0;
  font-weight: 400;
  color: rgb(var(--white-color));
}

.top-section .btn {
  min-width: 25rem;
}

.top-section h1,
.top-section p {
  text-align: center;
}

/* .badge {
    position: absolute;
    width: 13rem;
    height: 10rem;
    background: rgb(var(--white-color));
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
    bottom: 5rem;
    right: 5rem;
    border-radius: 3px;
} */

@media only screen and (max-width: 580px) {
  .top-section .section-block {
    padding-top: 12rem;
  }

  .top-section .top-logo {
    width: 30rem;
  }

  .top-section .top-logo p {
    font-size: 2.7rem;
  }

  /* .badge {
        width: 8rem;
        height: 6rem;
        bottom: 10rem;
    } */
}

@media only screen and (max-width: 400px) {
  .top-section .section-block {
    padding-top: 8rem;
  }

  .top-section .top-logo {
    width: 20rem;
  }

  .top-section .top-logo p {
    font-size: 1.8rem;
  }
}

/* Referensprojekt
========================================================================== */
.section-references {
  overflow: hidden;
}

.split-slider {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-bottom: 5rem;
}

.split-slider .slick-track {
  display: flex !important;
}

/* Bild-slider */
.split-slider .split-image-wrapper .slick-list {
  overflow: visible;
}

.split-slider .split-image-wrapper {
  width: 100%;
  /*filter: grayscale();*/
}

.split-slider .slide-image {
  height: auto;
  margin: 0 3rem 0 0;
}

.split-slider .image-wrapper {
  width: 100%;
  height: 100%;
  padding: 0 0 0 35%;
  transition: padding 0.8s ease;
}

.split-slider .slick-slide.slick-active .image-wrapper,
.split-slider .slick-slide.slick-active + .slick-slide .image-wrapper {
  padding: 0 35% 0 0;
  transition: padding 0.8s ease;
}

/* Text-slider */
.split-slider .split-text-wrapper {
  position: relative;
  width: 45%;
  margin-left: calc(-45% - 3rem);
  bottom: -5rem;
  padding: 10rem 7rem 7rem;
  background-color: rgb(var(--black-color));
}

.split-slider .split-text-wrapper p {
  max-width: 45rem;
}

.split-slider .small-title {
  color: rgb(var(--white-color));
}

/* slick knappar */
.split-slider .slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4rem;
  height: 4rem;
  font-size: 0;
  background-color: rgba(var(--white-color), 1);
  border: 1px solid rgba(var(--white-color), 1);
  cursor: pointer;
  transition: 0.4s;
}

.split-slider .slick-arrow.slick-prev {
  right: 4rem;
}

.split-slider .slick-arrow:not(.slick-disabled):hover,
.split-slider .slick-arrow:not(.slick-disabled):focus {
  background-color: rgba(var(--white-color), 0.6);
  border: 1px solid rgba(var(--white-color), 0.6);
}

.split-slider .slick-prev:after,
.split-slider .slick-next:after {
  color: rgba(var(--black-color));
  font-size: 2rem;
}

/* Dots */
.split-slider .slick-dots {
  position: absolute;
  top: 5rem;
  padding: 0;
  margin: 0;
}

.split-slider .slick-dots li {
  margin: 0 5px;
}

.split-slider .slick-dots li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background-color: rgba(var(--white-color));
  transition: all 0.2s ease;
}

.split-slider .slick-dots li.slick-active:before {
  opacity: 1;
  width: 2rem;
  background-color: rgb(var(--primary-color));
  transition: all 0.2s ease;
}

@media only screen and (max-width: 1300px) {
  /* Bild-slider */
  .split-slider .slide-image {
    margin: 0 1rem 0 0;
  }

  /* Text-slider */
  .split-slider .split-text-wrapper {
    padding: 7rem 5rem 5rem;
    width: 50%;
    margin-left: calc(-50% - 1rem);
  }

  /* Dots */
  .split-slider .slick-dots {
    top: 3rem;
  }
}

@media only screen and (max-width: 1000px) {
  .split-slider {
    padding-bottom: 0;
  }

  /* Bild-slider */
  .split-slider .split-image-wrapper {
    width: 100%;
  }

  .split-slider .image-wrapper,
  .split-slider .slick-slide.slick-active .image-wrapper,
  .split-slider .slick-slide.slick-active + .slick-slide .image-wrapper {
    padding: 0;
  }

  /* Text-slider */
  .split-slider .split-text-wrapper {
    position: relative;
    bottom: unset;
    width: 100%;
    margin: 2rem 0 0;
  }

  .split-slider .slick-arrow.slick-prev {
    left: 10rem;
  }

  .split-slider .slick-arrow {
    left: 14rem;
  }

  .section-references .text-label {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 500px) {
  /* Text-slider */
  .split-slider .split-text-wrapper {
    padding: 1.5rem 0 4.5rem 0;
  }

  .split-slider .slick-arrow.slick-prev {
    left: 5rem;
  }

  .split-slider .slick-arrow {
    left: 9rem;
  }

  .split-slider .slick-dots {
    top: 0rem;
  }
}

/* Section Vision
========================================================================== */
.section-vision::after {
  background-image: url(images/bygge-2000.jpg);
  min-height: 60rem;
  min-height: unset;
}

.section-vision .section-block {
  background-color: rgb(var(--black-color), 0.6);
}

/* ==========================================================================
Undersidor
========================================================================== */
.SubPage .header-logo {
  filter: invert() brightness(100);
}

.SubPage header.scrolled .header-logo {
  filter: none;
}

/* Hero - Grundkod
========================================================================== */
.hero .section-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 70vh;
  padding: 20rem 4rem 12rem;
  margin-top: calc(-1 * var(--menu-height));
  background-color: rgba(var(--black-color), 0.4);
}

.hero .section-block-wrapper {
  width: 100%;
}

@media only screen and (max-width: 580px) {
  .hero {
    min-height: 50vh;
  }

  .hero .section-block {
    padding: 12rem 2rem 5rem;
  }
}

/* Hero: Hero Text
========================================================================== */
.hero-text .text-block-center {
  max-width: 100rem;
}

/* Introsektion med rubrik & brodtext
========================================================================== */
.section-intro .col-0 {
  border-right: 1px solid rgb(var(--black-color), 0.2);
}

/* Hero - Split
========================================================================== */
.hero-split {
  position: relative;
  overflow: hidden;
}

.hero-split::before {
  content: "";
  position: absolute;
  right: 6rem;
  top: 5rem;
  width: 70%;
  height: 70%;
  background-image: url("images/logos/simpla-logo-symbol-black.svg");
  background-repeat: no-repeat;
  opacity: 0.05;
}

@media only screen and (max-width: 800px) {
  .hero-split::before {
    width: 60%;
    height: 60%;
  }
}

@media only screen and (max-width: 580px) {
  .hero-split .section-block {
    padding-top: 12rem;
  }
}

/* ==========================================================================
Undersida: Om oss
========================================================================== */

/* Intervjuer
========================================================================== */
/*.section-interview .split-image {
     max-height: 40rem; 
}*/

/* ==========================================================================
Undersida: Om oss > Integritet
========================================================================== */
.section-policy .text-block-center {
  max-width: 100rem;
}

/* ==========================================================================
Undersida: Jobba hos oss 
========================================================================== */

/* Tillgängliga tjanster:
========================================================================== */
.positions-list {
  list-style: none;
  padding-inline-start: initial;
}

.positions-list li {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgb(var(--gray-color), 0.5);
}

.positions-list li:last-child {
  border-bottom: none;
  margin: 0;
}

.positions-list li .icon {
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  background-color: rgb(var(--accent-yellow-color));
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
}

.positions-list li .small-title {
  padding: 0;
  font-size: 2.4rem;
}

/* ==========================================================================
Undersida: Kontakta oss 
========================================================================== */
.section-contact .section-block {
  padding-top: 2rem;
}

.section-contact .col-0 {
  padding-top: 10rem;
}

.section-contact .col-1 {
  padding: 4rem 2rem;
  margin-top: -5rem;
  z-index: 2;
  position: relative;
  background-color: rgb(var(--white-color));
  box-shadow: 0 2rem 4rem rgba(var(--black-color), 0.1);
}

@media only screen and (max-width: 980px) {
  .section-contact .col-1 {
    margin: 5rem 0 0;
    padding: 0;
    box-shadow: none;
  }
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
  background-color: rgb(var(--white-color));
}

.footer-container {
  max-width: 160rem;
  padding: 0 5rem;
  margin: 0 auto;
}

.footer li,
.footer p,
.footer a:not(.circle-icon) {
  color: rgba(var(--black-color));
  font-size: 1.6rem;
  font-weight: 300;
}

.footer a:hover:not(.circle-icon) {
  color: rgba(var(--black-color), 0.6);
}

.footer .circle-icon em {
  margin-left: -4px;
}

/* Footer top */
.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8rem 0 4rem;
  border-bottom: 1px solid rgb(var(--accent-yellow-color), 0.2);
}

.footer-menu {
  margin: 1.5rem 0;
}

.footer-menu-large {
  width: 30%;
}

.footer-menu:nth-child(1) ul {
  padding-inline-start: 2rem;
}

.footer .text-label {
  color: rgb(var(--black-color));
  font-weight: 500;
  font-size: 1.6rem;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer .footer-menu.flex {
  display: flex;
  flex-direction: column;
}

.footer .footer-menu.flex img {
  width: 10rem;
  padding-bottom: 1rem;
}

.footer .footer-menu.flex .of-wrapper {
  margin-bottom: 2.7rem;
}

/* Partners */
.partners {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgb(var(--accent-yellow-color), 0.2);
  padding-top: 2rem;
}

.partners > * {
  margin: 0 2rem 2rem;
}

.partners img {
  height: 10rem;
  width: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 530px) {
  .partners a {
    max-width: 20rem;
    margin: 1rem auto;
    text-align: center;
  }

  .partners {
    flex-direction: column;
  }
}

/* Footer bottom */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 1rem;
}

.footer-bottom p {
  font-size: 1.2rem;
  padding: 0;
}

/* WebbEss Stamp */
.webbess-stamp {
  min-width: 20rem;
  opacity: 0.6;
}

.webbess-stamp a {
  padding: 0;
  font-size: 1.2rem;
  font-weight: 400;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.webbess-stamp img {
  max-width: 2rem;
  margin-left: 1rem;
}

@media only screen and (max-width: 1224px) {
  .footer-container {
    padding: 0 3rem;
  }

  /* Footer top */
  .footer-menu {
    width: 48%;
    margin: 2rem 0;
  }

  .footer-menu-large {
    width: 100%;
  }

  .footer-menu-large p {
    max-width: 55rem;
  }

  .footer .mt-3rem {
    margin-top: 0;
  }
}

@media only screen and (max-width: 750px) {
  /* Footer top */
  .footer-menu,
  .footer-menu-large {
    width: 100%;
  }

  .webbess-stamp a {
    justify-content: flex-start;
  }

  /* Footer bottom */
  .footer-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 2rem 0;
  }

  .footer-menu:nth-child(2) {
    column-count: 1;
  }
}

@media only screen and (max-width: 580px) {
  .footer-container {
    padding: 0 2rem;
  }
}
