:root {
  --color-heading: #009fc2;
  --color-heading-intro: #005568;
  --primary: #005568;
  --success: #6cb33f;
  --warning: #EF8454;
  --secondary: #5d7e89;
  --smalt-blue: #5d7e89;
  --text-blue-lighter: #8CCEE1;
}

@font-face {
   font-family: Din;
   src: url(/assets/dist/DinLight.cac66f8d.eot);
   src: url(/assets/dist/DinLight.cac66f8d.eot?#iefix) format("embedded-opentype"), url(/assets/dist/DinLight.fbfbaab3.woff) format("woff"), url(/assets/dist/DinLight.c20c7861.ttf) format("truetype");
   font-weight: 300;
   font-style: normal;
   font-display: swap
}

@font-face {
   font-family: Din;
   src: url(/assets/dist/DinRegular.7e1dff85.eot);
   src: url(/assets/dist/DinRegular.7e1dff85.eot?#iefix) format("embedded-opentype"), url(/assets/dist/DinRegular.8393f307.woff) format("woff"), url(/assets/dist/DinRegular.7ef0ff07.ttf) format("truetype");
   font-weight: 400;
   font-style: normal;
   font-display: swap
}

@font-face {
   font-family: Din;
   src: url(/assets/dist/DinMedium.91992c4e.eot);
   src: url(/assets/dist/DinMedium.91992c4e.eot?#iefix) format("embedded-opentype"), url(/assets/dist/DinMedium.16637678.woff) format("woff"), url(/assets/dist/DinMedium.750e7dab.ttf) format("truetype");
   font-weight: 500;
   font-style: normal;
   font-display: swap
}

@font-face {
   font-family: Din;
   src: url(/assets/dist/DinBold.bd71b8af.eot);
   src: url(/assets/dist/DinBold.bd71b8af.eot?#iefix) format("embedded-opentype"), url(/assets/dist/DinBold.01ee09d2.woff) format("woff"), url(/assets/dist/DinBold.1c349581.ttf) format("truetype");
   font-weight: 700;
   font-style: normal;
   font-display: swap
}

body, html {
  font-family: Din, Arial, Helvetica, sans-serif;
  max-width: 100%;
  height: auto !important;
  overflow-x: hidden;
}

[class*="border-primary"] {
  border-color: var(--primary) !important;
  color: var(--primary) !important;
}

[class*="bg-success"] {
  background-color: var(--success) !important;
  border-color: var(--success) !important;
}

[class*="bg-secondary"] {
  background-color: var(--secondary) !important;
}

.text-blue-lighter {
  color: var(--text-blue-lighter);
}

.z-index-custom {
  z-index: 1020;
}

section [class*="parallax"] {
  padding-block: 5rem;
  padding-top: 20vh;
  min-height: 100vh;
}

.container {
  max-width: 1230px;
}

[data-container] {
   width: 90%;
}

[data-container="xl"] {
  max-width: 1360px;
}

[data-container="md"] {
  max-width: 1180px;
}

[data-container="sm"] {
  max-width: 800px;
}

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

.sj-title {
  font-size: 48px;
  line-height: 1em;
  color: var(--color-heading);
}

.sj-title[data-color="primary"] {
  --color-heading: var(--color-heading-intro);
  color: var(--color-heading);
}

.sj-intro {
  font-size: 32px;
  line-height: 1em;
  color: var(--color-heading-intro);
  font-weight: 500;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.sj-title-sub {
  font-size: 36px;
  line-height: 40px;
  margin-block-end: 35px;
}

.y.mandatory-scroll-snapping {
  scroll-snap-type: y mandatory;
}

.fs-2 {
  font-size: 36px !important;
  line-height: 40px;
}

.fs-5 {
  font-size: 20px !important;
}

header {
  z-index: 1030;
}


.section-sj {
  height: 100vh;
}

.fw-medium {
  font-weight: 500;
}

#how-we-can-help {
 margin-top: 5vh;   
}

[class*="nav-link"] {
  color: var(--primary) !important;
  font-size: 14px;
}

/* --------------------------------- */
[class*="navbar"] * {
  /* font-size: 14px; */
  /* font-weight: 500; */
}

.nav-search .nav-link {
   top: -20px;
}
/* --------------------------------- */

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

.list-success li::before {
  content: "\25A0";
  color: var(--success);
  font-weight: bold;
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  font-size: .725em;
}

.btn {
  font-size: 14px !important;
}

.content ul > li {
  margin-block-end: 20px;
}

.font-opensans {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.focus-banner {
  font-size: 32px;
  line-height: 1em;
}

.pt-xl {
  padding-top: 130px;
}

.help-note {
  background-color: white;
  padding: 30px 25px 20px;
  position: relative;
  left: 0;
  z-index: 100;
  display: inline-block;
  border-radius: 20px;
  max-width: 255px;
  margin-top: 50px;
}

.help-title {
  color: var(--warning);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.help-paragraph {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.min-vh-50 {
  min-height: 50vh;
}

.fs-5-18 {
  font-size: 18px;
}

.quick-guide-box {
  padding-block: 5rem;
}

.qgb-title {
   font-size: 36px !important;
   line-height: 1.1;
   font-weight: 700 !important;
}

.qgb-p-title {
    margin-bottom: 1rem;
    display: inline-block;
}

.sticky-init #scroll-up {
  display: flex;
}

.how-can-we-help {
    position: relative;
    z-index:1020;
    background:hsl(191deg 100% 25%);
    padding: 15vh 5vw;
}

.how-can-we-help .btn.btn-lg {
    font-size: 18px!important;
    line-height: 18px;
    padding: 15px 30px;
    font-weight: 700;
    color: #fff;
    background-color: #5b9735;
    border-color: #558d32;
    border-radius: 30px;
}

.how-can-we-help .section-title {
    font-size: 65px;
    line-height: 1em;
    color: #8CCEE1;
    font-weight:700;
}

.how-can-we-help .section-desc {
    font-size: 24px;
    line-height: 28px;
    color: #8CCEE1;
    font-weight: 400;
}

#scroll-up {
   display: none;
   background-color: #6cb33f;
   border: 0;
   right: 50px;
   bottom: 50px;
   color: #fff;
   height: 40px;
   outline: 0;
   padding: 0;
   position: fixed;
   text-align: center;
   /* transition: background-color .3s; */
   width: 40px;
   border-radius: .35rem;
   z-index: 1030;
   align-content: center;
   justify-content: center;
   align-items: center;
   text-decoration: none;
   transition: all 2s;
}

nav.navbar button.navbar-toggler {
   color: transparent;
}

.btn {
  padding: .5rem 1.5rem;
  font-weight: 700 !important;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-lg {
  font-size: 18px !important;
  line-height: 18px;
  padding: 15px 30px;
}

.btn-info\:hover:hover {
  --btn-bg-color: hsl(195deg 19% 35%);
  --text-color: white;
  background-color: var(--btn-bg-color) !important;
  border-color: var(--btn-bg-color) !important;
  color: var(--text-color) !important;
}

.btn-success\:hover:hover {
  --btn-bg-color: hsl(97deg 48% 40%);
  --text-color: white;
  background-color: var(--btn-bg-color) !important;
  border-color: var(--btn-bg-color) !important;
  color: var(--text-color) !important;
}

.hwch-img {
  pointer-events: none;
}

.sj-side-links {
  top: 18vh;
  max-width: 320px;
  margin-right: auto;
  margin-left: 3vw;
  margin-top: 25px;
  z-index: 1000;
}


.sj-bullets {
   padding-left: 0;
}

.sj-side-links .sj-title {
  padding-bottom: 30px;
}

.sj-side-links li {
  list-style: none;
}

.sj-side-links li a {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  color: #9AB4BC;
  text-decoration: none;
}

.mh-img {
  max-height: auto;
}


.dot.active {
  color: var(--success);
  font-weight: 700;
}

#progressbar {
  position: fixed;
  width: 1px;
  z-index: 1010;
  top: 0;
  left: 33vw;
  height: calc(0%);
  background-color: #707070;
  transition: all .8s linear .2s;
}

.pbar-dot {
    width: 20px;
    height: 20px;
    background-color: var(--bs-success);
    position: absolute;
    display: block;
    z-index: 1030;
    border-radius: 50px;
    margin: auto;
    transform: translateX(-9px);
    opacity: 0;
    transition: all .8s linear .7s;
}

.pbar-dot.active {
   opacity: 1;
}

[data-dot="1"] {
    top: 20vh;
}

[data-dot="2"] {
    top: 40vh;
}

[data-dot="3"] {
    top: 60vh;
}

[data-dot="4"] {
    top: 80vh;
}

[data-dot="5"] {
    top: 100vh;
}

.note-location {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    width: 92%;
    margin-top: 0;
}
.note-location p {
    font-weight: 700;
    font-size: 12px;
    color: white;
    text-shadow: 0 0 5px hsl(0deg 0% 0% / 76%);
}

#how-we-can-help > .container {
   padding-block: 0;
   padding-block-start: 40px;
}

#software-professional-services {
   padding-block: 0;
}

#software-professional-services .mh-img {
    margin-top: -110px;
    margin-left: 90px;
    max-width: 310px;
}
#software-professional-services .mh-img-2 {
    margin-top: -140px;
    margin-left: 0px;
    max-width: 400px;
}
#climate-protection .mh-img {
    margin-top: -110px;
    margin-left: 90px;
    max-width: 310px;
}
#climate-protection .mh-img-2 {
    margin-top: -120px;
    margin-left: -120px;
    max-width: 420px;
}
#municipal-funding .mh-img {
    margin-top: -110px;
    margin-left: 90px;
    max-width: 310px;
    margin-bottom: 50px;
}
#community .mh-img {
    margin-top: -60px;
    margin-left: 90px;
    max-width: 310px;
}

[data-width="sm"] {
   max-width: 530px;
}

[data-width="md"] {
   max-width: 558px;
}

.section-header-content > * {
    padding:0;
    margin: 0;
}
.section-header-content > *:not(:first-child) {
    padding-top: 30px;
}

@media (min-width:1900px) {
   #progressbar {
      left: 27vw;
   }
}

@media (max-width: 1366px) {
  .mh-img {
    max-height: 40vh;
  }
}

@media (min-width: 1281px) {
  .sj-side-links {
    margin-left: 5vw;
  }
}

@media (min-width:768px) and (max-width: 1680px) {
   .section-header .sj-title {
      font-size: 36px;
   }
   .section-header .fs-4 {
      font-size: 1.3rem !important
   }
   .section-header .svg svg {
       max-height: 225px;
   }
  .sustainability [class*="parallax"] > div.container {
    margin-left: 35%;
    max-width: 65%;
  }
  .sj-side-links .sj-title {
     font-size: 3.35vw;
  }
}

@media (min-width:1280px) and (max-width: 1680px) {
  .sustainability [class*="parallax"] > div.container .sj-intro + img {
    max-height: 32vh;
  }
  .section-parallax.section-header {
     background-position: center -20px;
  }
}

@media (min-width: 992px) {
   
   #climate-protection {
      padding-top: 270px;
   }
   #municipal-funding,#community {
    padding-top: 25vh;
}

   .how-we-can-help-title {
       margin-left: 5vw;
       margin-top: 5vh;
       margin-bottom: 6vh;
       padding: 0;
   }
   
   .how-we-can-help-container > .row {
      padding-block: 100px;
   }
  .section-parallax.section-header {
    min-height: 93vh;
    background-size: cover;
    background-position: center -120px;
    padding-top: 80px;
  }
  #software-professional-services {
      padding-block: 100px;
   }
   #how-we-can-help > .container {
      padding-block: 3rem;
   }
   .help-note {
    position: absolute;
    margin-top: 0;
   }

   #software-professional-services .help-note {
      top: 140px;
      left: 280px;
   }
   
   #climate-protection .help-note {
      top: 110px;
      left: -10px;
   }
   
   #municipal-funding .help-note {
      top: 230px;
      left: -90px;
   }
   
   #community .help-note {
      top: 230px;
      left: 340px;
   }
   #software-professional-services .mh-img {
      max-width: 552px;
      margin-top: -170px;
      margin-left: 100px
   }
   
   #software-professional-services .mh-img-2 {
      max-width: 804px;
      margin-left: -260px;
      left: 0
   }
   
   #climate-protection .mh-img {
      max-width: 552px;
      margin-top: -180px;
      margin-left: -50px;
      position: absolute;
   }
   
   #climate-protection .mh-img-2 {
      max-width: 894px;
      margin-top: -50px;
      margin-left: -80px;
      left: 0
   }
   
   #municipal-funding .mh-img {
      max-width: 552px;
      margin-top: 0;
      margin-left: 0;
   }
   
   #community .mh-img {
      margin-left: -70px;
      max-width:100%;
      margin-top: 0;
   }

}

@media (max-width: 428px) {
   section#sj-header {
    padding-top: 0;
   }
   
   #sj-header > [class*="parallax"] {
    padding-top: 40px;
   }
    .d-flex-wrap-max-sm {
    gap: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
   }
   
   #progressbar,.sj-side-links {
      display: none;
   }
   .note-location {
      margin-top:-2rem;
   }
   
   .mh-img-2 {
      margin-bottom: 50px;
   }
}

@media screen and (max-width:767px) {
   
   #progressbar,.sj-side-links {
      display: none;
   }
}