@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
body {
  background-color: #eff0f2;
  font-family: 'Open Sans', sans-serif;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 2560px) {
  .container {
    max-width: 640px;
  }
}

.section-branding {
  background-color: #fff;
  margin-bottom: 25px;
}

.section-branding img {
  display: block;
  height: auto;
  margin: 0px auto;
  padding: 25px 0px;
  width: 100%;
}

.section {
  margin-bottom: 25px;
}

.section .card-wrapper {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  padding: 25px;
  position: relative;
}

.section-general-info h1 {
  color: #151515;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 16px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
  margin: 0 0 25px 0;
}

.section-general-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0px;
}

.section-general-info dl dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  color: #999999;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: left;
}

.section-general-info dl dd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  color: #151515;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: left;
  margin-left: 0px;
}

.section-viewer .card-wrapper {
  padding-top: 480px;
}

.section-viewer .media {
  height: 100%;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 100%;
}

.section-viewer h2 {
  color: #151515;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 16px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
  padding: 20px 25px 0px 0px;
  position: relative;
}

.section-viewer h2 .btn-open-close {
  display: block;
  height: 18px;
  position: absolute;
  right: 0px;
  top: 20px;
  width: 18px;
}

.section-viewer h2 .btn-open-close::before {
  display: block;
  content: url(../elm/icon_minus_regular.svg);
  height: 18px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 18px;
}

.section-viewer h2 .btn-open-close::after {
  display: block;
  content: url(../elm/icon_plus_regular.svg);
  height: 18px;
  opacity: 1;
  position: absolute;
  top: 0px;
  width: 18px;
}

.section-viewer h2 .btn-open-close.btn-open::before {
  opacity: 1;
}

.section-viewer h2 .btn-open-close.btn-open::after {
  opacity: 0;
}

.section-viewer .description {
  border-top: 1px solid #c1c1c1;
  margin-top: 20px;
  padding-top: 25px;
}

.section-viewer .description.description-closed {
  display: none;
}

.section-viewer .description h3 {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 16px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
}

.section-viewer .description p {
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: left;
}

.section-viewer .description p.intro {
  margin-bottom: 0px;
}

.section-viewer .description ul {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
}

.section-viewer .description ul li {
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: left;
}

.section-viewer .description ul li strong {
  display: block;
}

.section-general-figures .card-wrapper > p {
  margin-bottom: 0px;
}

.section-general-figures h2 {
  color: #151515;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
}

.section-general-figures .grid-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -ms-grid-rows: 90px 90px;
      grid-template-rows: 90px 90px;
  gap: 8px 8px;
      grid-template-areas: ". ."
 ". .";
}

.section-general-figures .grid-wrapper .grid-item {
  border-radius: 4px;
  padding: 8px;
  padding-top: 45px;
  position: relative;
}

.section-general-figures .grid-wrapper .grid-item img {
  display: block;
  height: 32px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 40px;
}

.section-general-figures .grid-wrapper .grid-item h3 {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 16px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
  margin: 0;
}

.section-general-figures .grid-wrapper .grid-item p {
  font-size: 17px;
  font-weight: 700;
  margin-top: 0px;
}

.section-general-figures .grid-wrapper .grid-item-energy {
  background-color: #d7e8f0;
}

.section-general-figures .grid-wrapper .grid-item-energy-costs {
  background-color: #d5e7d1;
}

.section-general-figures .grid-wrapper .grid-item-co-emissions {
  background-color: #e5e9f5;
}

.section-general-figures .grid-wrapper .grid-item-co-costs {
  background-color: #e3e6ad;
}

.section-download .card-btn {
  background-color: #034599;
  border-radius: 16px;
  padding: 0px;
}

.section-download .card-btn a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 14px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
  display: block;
  height: 100%;
  padding: 25px;
  text-decoration: none;
  width: 100%;
}

.section-download .card-btn a img {
  height: auto;
  margin-right: 10px;
  width: 20px;
}

.section-engineer .media {
  background-color: #fff;
  border: 2px solid #c1c1c1;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  right: 30px;
  top: 60px;
}

.section-engineer .media .wrapper {
  border-radius: 50%;
  height: 70px;
  overflow: hidden;
  width: 70px;
}

.section-engineer .content {
  margin-bottom: 20px;
}

.section-engineer .content h2 {
  color: #151515;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 16px;
  margin-bottom: 20px;
  margin-top: 0px;
  text-align: left;
}

.section-engineer .content .name {
  color: #737373;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: left;
  margin-top: 0px;
}

.section-engineer .content .name-company {
  color: #737373;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 16px;
  margin-bottom: 20px;
  margin-top: 0px;
  text-align: left;
  margin-top: 0px;
}

.section-engineer .content .certification-number {
  color: #737373;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 16px;
  margin-bottom: 20px;
  margin-top: 0px;
  text-align: left;
  margin-top: 0px;
}

.section-engineer .content .certification-number strong {
  color: #151515;
  font-size: 12px;
}

.section-engineer .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-engineer .actions a {
  background-color: #fbce8d;
  border-radius: 8px;
  color: #151515;
  font-size: 10px;
  font-weight: 700;
  padding: 8px 13px;
  text-decoration: none;
}

.section-engineer .actions a img {
  height: auto;
  margin-right: 15px;
  width: 15px;
}

.section-engineer .actions a:first-child {
  margin: 0 65px 0 0;
}

.section-footer {
  background-color: #034599;
  padding: 25px 0px;
}

.section-footer .logo {
  margin-bottom: 20px;
}

.section-footer .info {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 16px;
  margin-bottom: 20px;
  margin-top: 0px;
  text-align: left;
}

.section-footer .info a {
  color: #fff;
}

.section-footer .more-info {
  list-style: none inside;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.section-footer .more-info li {
  display: inline-block;
  margin-left: -2px;
  margin-right: 2em;
}

.section-footer .more-info li a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 16px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
}

.section-footer .disclaimer,
.section-footer .copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 16px;
  margin-bottom: 20px;
  margin-top: 0px;
  text-align: left;
  opacity: 0.6;
}
/*# sourceMappingURL=custom.css.map */