@charset "UTF-8";
/*
Theme Name: FluoGuide 2025
Theme URI: https://getbootstrap.com/
Description: FluoGuide 2025
Version: 1.0
Author: Plucera Webbyrå
Author URI: https://www.plucera.se/
*/
BODY {
  color: #223941;
  font-family: aptos, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}

.splash-label {
  height: 53px;
  margin: 0 0 24px -15px;
  padding: 24px 0 0 16px;
  background: url("img/bg/splash.webp") left center no-repeat;
  background-size: 44px 53px;
  font-size: 16px;
  font-weight: 600;
}

#main_menu {
  display: inline-block;
}
#main_menu .sub-menu {
  display: none;
}
#main_menu UL {
  margin: 0;
  padding: 0;
}
#main_menu LI {
  float: left;
  margin: 0 0 0 20px;
  list-style-type: none;
}
#main_menu LI:first-child {
  margin-left: 0;
}
#main_menu A {
  display: block;
  padding: 6px 15px 8px;
  border: 1px solid transparent;
  border-radius: 20.25px;
  transition: all 0.5s;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  text-decoration: none;
}
#main_menu A:hover {
  background-color: rgba(0, 0, 0, 0.4);
  border-color: #73c92c;
  transition: all 0.5s;
  color: #73c92c;
}

#head-contact,
#head-link A,
.cta A {
  height: 50px;
  padding: 11px 24px 0;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  text-decoration: none;
}
#head-contact:hover,
#head-link A:hover,
.cta A:hover {
  background-color: rgba(0, 0, 0, 0.4);
  border-color: #73c92c;
  color: #73c92c;
}

#head-contact {
  position: absolute;
  right: 60px;
}

#head-link,
.cta {
  margin: 0;
}
#head-link A,
.cta A {
  display: inline-block;
  transition: all 0.5s;
}

#sticky-header.header #main_menu {
  margin-top: 52px;
  transition: all 0.5s;
}
#sticky-header.header #head-contact {
  top: 47.5px;
  transition: all 0.5s;
}

#sticky-header.header_alt #head-contact {
  top: 20px;
  transition: all 0.5s;
}
#sticky-header.header_alt #main_menu {
  margin-top: 24.75px;
  transition: all 0.5s;
}

#footer_menu {
  height: 100%;
}
#footer_menu UL {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#footer_menu LI {
  float: left;
  width: 25%;
  height: 100%;
  list-style-type: none;
  border-left: 1px solid #ccc;
  padding: 0 25px;
  /* About */
  /* Technology */
  /* Pipeline */
  /* Investor */
}
#footer_menu LI.menu-item-14 {
  border-color: #223941;
}
#footer_menu LI.menu-item-14 A {
  color: #223941;
}
#footer_menu LI.menu-item-15 {
  border-color: #73c92c;
}
#footer_menu LI.menu-item-15 A {
  color: #73c92c;
}
#footer_menu LI.menu-item-16 {
  border-color: #3f3f3f;
}
#footer_menu LI.menu-item-16 A {
  color: #3f3f3f;
}
#footer_menu LI.menu-item-17 {
  border-color: #a3a79a;
}
#footer_menu LI.menu-item-17 A {
  color: #a3a79a;
}
#footer_menu A {
  display: block;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
}
#footer_menu .sub-menu {
  height: auto;
}
#footer_menu .sub-menu LI {
  float: none;
  width: 100%;
  height: auto;
  padding: 0;
  border-left: none;
}
#footer_menu .sub-menu LI:last-child A {
  margin-bottom: 0;
}
#footer_menu .sub-menu A {
  margin-bottom: 16px;
  color: #223941 !important;
  font-size: 14px;
  font-weight: 300;
}
#footer_menu .sub-menu A:hover {
  color: #223941 !important;
}

/* #sticky-header */
#sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  text-align: center;
}
#sticky-header .logo {
  position: absolute;
  left: 60px;
}
#sticky-header .logo IMG {
  width: auto;
}

#sticky-header.header {
  height: 145px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
#sticky-header.header .logo {
  top: 50px;
  transition: all 0.5s;
}
#sticky-header.header .logo IMG {
  height: 40px;
  transition: all 0.5s;
}
#sticky-header.header #rmp_menu_trigger-12 {
  top: 0px !important;
  transition: all 0.5s;
}

#sticky-header.header_alt {
  height: 90px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
#sticky-header.header_alt .logo {
  top: 28px;
  transition: all 0.5s;
}
#sticky-header.header_alt .logo IMG {
  height: 30px;
  transition: all 0.5s;
}
#sticky-header.header_alt #rmp_menu_trigger-12 {
  top: 0px !important;
  transition: all 0.5s;
}

/* #sticky-header */
/* HEADER */
HEADER {
  display: flex;
  align-items: center;
  position: relative;
  height: 100vh;
  min-height: 700px;
  background-color: #73c92c;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
HEADER H1 {
  max-width: 620px;
  margin: 0 0 65px;
  font-size: 44px;
  font-weight: 300;
}

@keyframes bouncing {
  0% {
    bottom: 150px;
  }
  45% {
    bottom: 170px;
  }
  100% {
    bottom: 150px;
  }
}
.arrow-container {
  position: absolute;
  bottom: 138px;
  left: 50%;
  width: 42.5px;
  height: 68px;
  margin-left: -21.25px;
}

.arrow {
  animation: bouncing 1s infinite ease-in-out;
  bottom: 170px;
  display: block;
  height: 24px;
  left: 50%;
  margin-left: -10.5px;
  position: absolute;
  width: 21px;
}

/* HEADER */
#main.standard {
  padding: 100px 0;
  background-color: #ccc;
}

/* WHY IT MATTERS */
#why-it-matters {
  padding: 120px 0 150px;
}
#why-it-matters H2 {
  max-width: 1200px;
  margin: 0 0 84px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}
#why-it-matters IMG {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.icon-paragraphs {
  padding-left: 100px;
}
.icon-paragraphs P {
  min-height: 78px;
  margin: 0 0 23px;
  padding: 0 35px 0 95px; /* Ändra 35px till 0px när riktigt innehåll är på plats */
  background-position: left 18px;
  background-repeat: no-repeat;
  background-size: auto 60px;
}
.icon-paragraphs P:first-child {
  margin-top: 34px;
}
.icon-paragraphs P:last-child {
  margin-bottom: 0;
}

.cta {
  padding-top: 17px;
}
.cta A {
  border-color: #73c92c;
  color: #73c92c;
}
.cta A:hover {
  border-color: #223941;
  color: #fff;
}

/* WHY IT MATTERS */
/* WHAT'S NEW */
#whats-new {
  height: 820px;
  padding: 120px 0 110px;
  background-color: #fff;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 820px;
}
#whats-new H2 {
  margin: 0 0 50px;
  font-size: 46px;
  font-weight: 700;
}
#whats-new .news-date {
  display: inline-block;
  margin: 0 0 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid #223941;
  font-size: 20px;
  font-weight: 400;
}
#whats-new .news-date STRONG {
  font-weight: 700;
}
#whats-new .news-head {
  max-width: 675px;
  margin: 0 0 22px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}
#whats-new .news-head A {
  display: block;
  min-height: 52px;
  padding: 0 115px 0 0;
  background: url("img/bg/whats-new-arrow.webp") right top no-repeat;
  background-size: 52px 104px;
  color: #223941;
  text-decoration: none;
}
#whats-new .news-head A:hover {
  background-position: right -52px;
  color: #73c92c;
}
#whats-new .news-excerpt {
  max-width: 585px;
  margin: 0 0 23px;
}
#whats-new .news-excerpt A {
  display: inline-block;
  color: #223941;
  text-decoration: none;
}
#whats-new .news-excerpt A:hover {
  color: #73c92c;
  text-decoration: underline;
}
/* WHAT'S NEW */
/* BOXES - HOME */
#boxes-home {
  height: 636px;
  padding: 120px 0;
  background-color: #f0f0ee;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 636px;
  color: #fff;
}
#boxes-home .row {
  margin-top: -180px;
}
#boxes-home .col-xl-4 .box {
  position: relative;
  height: 530px;
  padding: 55px 50px 120px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}
#boxes-home .col-xl-4 H3 {
  margin: 0 0 30px;
  font-size: 15px;
  font-weight: 700;
}
#boxes-home .col-xl-4 P {
  max-width: 300px;
  margin: 0 0 0;
  font-size: 24px;
  font-weight: 700;
}
#boxes-home .col-xl-4 .box-cta {
  position: absolute;
  bottom: 60px;
  left: 50px;
  width: calc(100% - 100px);
  max-width: none;
  margin-bottom: 0;
}
#boxes-home .col-xl-4 .box-cta A {
  display: inline-block;
  height: 50px;
  padding: 13px 22px 0;
  border: 1px solid transparent;
  border-radius: 25px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}
#boxes-home .col-xl-4 .box-cta A:hover {
  border-color: #fff;
  text-decoration: underline;
}
#boxes-home .col-xl-4:nth-child(1) A {
  background-color: #40688f;
}
#boxes-home .col-xl-4:nth-child(1) A:hover {
  background-color: #40688f;
}
#boxes-home .col-xl-4:nth-child(2) A {
  background-color: #095026;
}
#boxes-home .col-xl-4:nth-child(2) A:hover {
  background-color: #095026;
}
#boxes-home .col-xl-4:nth-child(3) A {
  background-color: #db9b05;
}
#boxes-home .col-xl-4:nth-child(3) A:hover {
  background-color: #db9b05;
}

/* BOXES - HOME */
/* PIPELINE - HOME */
#pipeline-home {
  height: 850px;
  padding: 120px 0;
  background-color: #fff;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 850px;
}

/* PIPELINE - HOME */
FOOTER {
  padding: 120px 0 35px;
  background-color: #fff;
  color: #223941;
  font-size: 14px;
}
FOOTER .logo {
  display: block;
  width: 161.5px;
  max-width: 100%;
  height: auto;
  margin-bottom: 48px;
}
FOOTER .logo IMG {
  width: 100%;
  height: auto;
}
FOOTER .social {
  margin-bottom: 30px;
  overflow: hidden;
}
FOOTER .social A {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-left: 8px;
}
FOOTER .social A:first-child {
  margin-left: 0;
}
FOOTER .social A IMG {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
FOOTER .col-md-9 .social {
  display: none;
}
FOOTER P {
  margin-bottom: 16px;
}
FOOTER P:last-child {
  margin-bottom: 0;
}
FOOTER STRONG {
  font-weight: 700;
}
FOOTER A {
  display: inline-block;
  color: #223941;
  text-decoration: none;
}
FOOTER A:hover {
  color: #73c92c;
  text-decoration: underline;
}
FOOTER .btm {
  padding-top: 95px;
}
FOOTER .btm P {
  margin-bottom: 0;
}
FOOTER .btm .col-md-6:last-child {
  text-align: right;
}
FOOTER .btm SPAN {
  display: inline-block;
  margin: 0 4px;
}

/* Bootstrap XXX-Large container */
@media (min-width: 1548px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1508px;
  }
}
/* Bootstrap XXX-Large container */
/* Responsive iframes */
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-container IFRAME {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#map_box .iframe-container {
  padding-top: 26%;
}

/* Responsive iframes */
/* Responsive menu */
#rmp_menu_trigger-18 {
  right: 61px;
}
#rmp_menu_trigger-18 .rmp-trigger-box {
  width: 55px;
  height: 55px;
}
#rmp_menu_trigger-18 .rmp-trigger-box IMG {
  width: 55px;
  height: 55px;
}

#sticky-header.header #rmp_menu_trigger-18 {
  top: 45px;
  transition: all 0.5s;
}

#sticky-header.header_alt #rmp_menu_trigger-18 {
  top: 17.5px;
  transition: all 0.5s;
}

/* Responsive menu */
@media (max-width: 1399px) {
  /* HEADER */
  HEADER {
    background-position: calc(100% + 200px);
  }
  HEADER .splash-label {
    margin-bottom: 35px;
  }
  HEADER H1 {
    max-width: 550px;
    font-size: 38px;
    line-height: 1.15;
  }
  /* HEADER */
  /* WHY IT MATTERS */
  #why-it-matters {
    padding-bottom: 120px;
  }
  #why-it-matters H2 {
    margin-bottom: 60px;
    font-size: 33px;
  }
  .icon-paragraphs {
    padding-left: 50px;
  }
  .icon-paragraphs P {
    margin-right: 0;
    padding: 0 0 0 90px;
  }
  /* WHY IT MATTERS */
}
@media (max-width: 1199px) {
  /* #sticky-header */
  #sticky-header .container-fluid {
    max-width: 960px;
  }
  #sticky-header .col {
    position: relative;
  }
  #sticky-header .logo {
    left: 24px;
  }
  #sticky-header #rmp_menu_trigger-18 {
    right: 25px;
  }
  /* #sticky-header */
  /* HEADER */
  HEADER {
    display: block;
    height: auto;
    min-height: 0;
    padding: 180px 0 130px;
    background-position: center center;
    background-size: cover;
  }
  HEADER .splash-label {
    margin-bottom: 20px;
  }
  HEADER H1 {
    max-width: 450px;
    margin-bottom: 30px;
    font-size: 30px;
  }
  .arrow-container {
    bottom: 40px;
  }
  @keyframes bouncing {
    0% {
      bottom: 52px;
    }
    45% {
      bottom: 72px;
    }
    100% {
      bottom: 52px;
    }
  }
  .arrow {
    bottom: 72px;
  }
  /* HEADER */
  /* WHY IT MATTERS */
  #why-it-matters .col-md-5,
  #why-it-matters .col-md-7 {
    width: 100%;
  }
  #why-it-matters .col-md-5 {
    display: none;
    order: 2;
  }
  #why-it-matters .col-md-7 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    order: 1;
  }
  #why-it-matters H2 {
    margin-bottom: 25px;
    font-size: 28px;
  }
  #why-it-matters IMG {
    display: block;
    max-width: 580px;
    margin: 0 auto;
  }
  #why-it-matters .icon-paragraphs P:first-child {
    margin-top: 0;
  }
  /* WHY IT MATTERS */
  /* BOXES - HOME */
  #boxes-home {
    height: auto;
  }
  #boxes-home .row {
    margin-top: -140px;
  }
  #boxes-home .col-xl-4 {
    margin-bottom: 60px;
  }
  #boxes-home .col-xl-4:last-child {
    margin-bottom: 0;
  }
  #boxes-home .col-xl-4 .box {
    height: auto;
    padding-bottom: 120px;
  }
  #boxes-home .col-xl-4 P {
    max-width: 400px;
    margin-bottom: 60px;
  }
  /* BOXES - HOME */
  /* FOOTER */
  #footer_menu LI {
    padding: 0 15px;
  }
  #footer_menu .sub-menu LI {
    padding: 0;
  }
  /* FOOTER */
}
@media (max-width: 991px) {
  /* HEADER */
  HEADER {
    padding: 140px 0 90px;
    background-position: center right;
  }
  HEADER H1 {
    max-width: 370px;
    margin-bottom: 25px;
    font-size: 25px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  }
  HEADER .splash-label {
    margin-bottom: 10px;
  }
  /* HEADER */
  /* FOOTER */
  FOOTER {
    padding-top: 50px;
  }
  FOOTER .btm {
    padding-top: 30px;
  }
  FOOTER .col-md-3 {
    width: 66.666666666%;
  }
  FOOTER .col-md-3 .social {
    display: none;
  }
  FOOTER .col-md-9 {
    width: 33.333333333%;
  }
  FOOTER .col-md-9 .social {
    display: block;
    padding-top: 18px;
  }
  FOOTER .col-md-9 .social A {
    float: right;
    margin: 0 0 0 8px;
  }
  FOOTER .col-md-9 .social A:first-child {
    margin-right: 0;
  }
  #footer_menu {
    height: auto;
  }
  #footer_menu UL {
    height: auto;
  }
  #footer_menu LI {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    border: none;
  }
  #footer_menu A {
    margin-bottom: 5px;
    text-align: right;
  }
  #footer_menu .sub-menu {
    display: none;
  }
  /* FOOTER */
}
@media (max-width: 767px) {
  /* HEADER */
  HEADER {
    background-position: calc(100% + 120px) center;
  }
  HEADER H1 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  HEADER #head-link A {
    height: 37px;
    padding: 7px 15px 0;
    font-size: 16px;
  }
  .arrow-container {
    bottom: -30px;
    width: 62.5px;
    height: 88px;
    margin-left: -31.25px;
    padding: 10px;
    background-color: #223941;
    border-radius: 26px;
  }
  @keyframes bouncing {
    0% {
      bottom: -8px;
    }
    45% {
      bottom: 12px;
    }
    100% {
      bottom: -8px;
    }
  }
  .arrow {
    bottom: 12px;
  }
  /* HEADER */
  /* WHY IT MATTERS */
  #why-it-matters H2 {
    margin-bottom: 30px;
    font-size: 22px;
  }
  /* WHY IT MATTERS */
  /* FOOTER */
  FOOTER .btm .col-md-6 {
    float: none;
    width: 100%;
  }
  FOOTER .btm .col-md-6:last-child {
    padding-top: 5px;
    text-align: left;
  }
  /* FOOTER */
}
@media (max-width: 575px) {
  /* HEADER */
  HEADER {
    padding: 220px 0 55px;
  }
  HEADER .splash-label {
    padding-top: 26px;
    font-size: 14px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.85);
  }
  HEADER H1 {
    max-width: none;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.85);
  }
  HEADER #head-link A {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.85);
  }
  .arrow,
  .arrow-container {
    display: none;
  }
  /* HEADER */
  /* WHY IT MATTERS */
  #why-it-matters {
    padding: 80px 0 90px;
  }
  /* WHY IT MATTERS */
  /* BOXES - HOME */
  #boxes-home .col-xl-4 .box {
    padding: 40px 35px 90px;
  }
  #boxes-home .col-xl-4 H2, #boxes-home .col-xl-4 P {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  }
  #boxes-home .col-xl-4 P {
    line-height: 1.1;
  }
  #boxes-home .col-xl-4 .box-cta {
    width: calc(100% - 70px);
    left: 35px;
    bottom: 40px;
  }
  #boxes-home .col-xl-4 .box-cta A {
    padding-top: 15px;
  }
  /* BOXES - HOME */
  /* FOOTER */
  FOOTER .col-md-9 .social {
    padding-top: 5px;
  }
  #footer_menu {
    display: none;
  }
  /* FOOTER */
}/*# sourceMappingURL=style.css.map */