/* 
	Standard layout definitions 
*/
/* darker blue */
/* website text blue */
/* gray */
/* orange */
/* darker gray */
/* gray */
/* light gray */
/* small device width */
/* website styles */
/* orange text background (used for BETA) */
/* text styles */
.text-style-small {
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-standard {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-large {
  font-size: 2.8em;
  line-height: 1.18em;
}
.emission-sticker,
.environmental-sticker {
  height: 32px;
  width: 32px;
}
.co2-v2 {
  height: 12px;
  position: relative;
  padding-left: 16px;
}
.co2-v2 img.co2-v2-bar {
  margin-top: 5px;
  width: 100px;
  height: 12px;
}
img.co2-v2-ptr {
  position: absolute;
  height: 20px;
  width: 14px;
}
.technical-details-content {
  background: #ffffff;
  font-size: 10px;
  letter-spacing: 0.25px;
  border-radius: 0 0 8px 8px;
}
.technical-details-content .technical-details-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.technical-details-content .technical-details-grid .technical-details-box {
  display: flex;
  flex-direction: column;
}
.technical-details-content .technical-details-grid .technical-details-box .technical-details-key {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.25px;
}
.technical-details-content .technical-details-grid .technical-details-box .technical-details-value {
  display: flex;
  color: #4D4D4D;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.technical-details-content .technical-details-content-subtitle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-align: left;
}
.technical-details-content .technical-details-content-subtitle .subtitle {
  display: flex;
}
.technical-details-content .technical-details-content-subtitle .subtitle .subtitle-image {
  margin-right: 4px;
}
.technical-details-content .technical-details-content-subtitle .subtitle .subtitle-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: bold;
}
@media not (max-width: 740px), print {
  .technical-details-content {
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
}
.technical-details-content .technical-details-content-subtitle {
  padding: 16px 24px;
}
.technical-details-content .technical-details-grid {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px 0;
  padding: 16px 24px;
}
.technical-details-content .technical-details-grid .technical-details-box {
  width: 50%;
}

}
@media screen {
  .technical-details-content {
  box-shadow: 0 4px 8px 0 rgba(25, 118, 210, 0.08);
}
.technical-details-content .close-button,
.technical-details-content .open-button,
.technical-details-content .close-hover-button {
  height: 24px;
  width: 24px;
}
.technical-details-content .technical-details-content-subtitle {
  border-bottom: 1px solid #7ECEF426;
}
.technical-details-content .technical-details-content-subtitle .subtitle-image-opened,
.technical-details-content .technical-details-content-subtitle .subtitle-image-hover,
.technical-details-content .technical-details-content-subtitle .close-button,
.technical-details-content .technical-details-content-subtitle .close-hover-button {
  display: none;
}
.technical-details-content .technical-details-content-subtitle .subtitle-image-closed,
.technical-details-content .technical-details-content-subtitle .open-button {
  display: flex;
}
.technical-details-content .subtitle-closed {
  background-color: #1976d2;
  border-radius: 8px;
}
.technical-details-content .subtitle-closed .subtitle-text {
  color: #ffffff;
}
.technical-details-content .subtitle-closed:hover {
  background-color: #004789;
}
.technical-details-content .subtitle-closed:focus-visible {
  background-color: #004789;
  outline: 2px solid #004789;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px white;
}
.technical-details-content .subtitle-opened {
  border-top: 4px solid #1976d2;
}
.technical-details-content .subtitle-opened .subtitle-image-closed,
.technical-details-content .subtitle-opened .open-button {
  display: none;
}
.technical-details-content .subtitle-opened .subtitle-image-opened,
.technical-details-content .subtitle-opened .close-button {
  display: flex;
}
.technical-details-content .subtitle-opened .subtitle-text {
  color: #1976d2;
}
.technical-details-content .subtitle-opened:hover,
.technical-details-content .subtitle-opened:focus-visible {
  border-top-color: #004789;
}
.technical-details-content .subtitle-opened:hover .subtitle-image-opened,
.technical-details-content .subtitle-opened:focus-visible .subtitle-image-opened,
.technical-details-content .subtitle-opened:hover .close-button,
.technical-details-content .subtitle-opened:focus-visible .close-button {
  display: none;
}
.technical-details-content .subtitle-opened:hover .subtitle-image-hover,
.technical-details-content .subtitle-opened:focus-visible .subtitle-image-hover,
.technical-details-content .subtitle-opened:hover .close-hover-button,
.technical-details-content .subtitle-opened:focus-visible .close-hover-button {
  display: flex;
}
.technical-details-content .subtitle-opened:hover .subtitle-text,
.technical-details-content .subtitle-opened:focus-visible .subtitle-text {
  text-decoration: underline;
  text-underline-offset: 25%;
  color: #004789;
}
.technical-details-content .subtitle-opened:focus-visible {
  outline: 2px solid #004789;
  outline-offset: -2px;
}

}
@media screen and (max-width: 740px) {
  .technical-details-content {
  margin: 0 16px 16px;
}
.technical-details-content .technical-details-content-subtitle {
  padding: 16px;
}

}
@media print {
  .technical-details-content {
  break-inside: avoid;
  border-bottom: thin solid #e6e6e6;
  border-left: thin solid #e6e6e6;
  border-right: thin solid #e6e6e6;
}
.technical-details-content .technical-details-content-subtitle {
  border-top: 4px solid #1976d2;
  border-bottom: thin solid #e6e6e6;
}
.technical-details-content .technical-details-content-subtitle .subtitle-text {
  color: #1976d2;
}
.technical-details-content .technical-details-content-subtitle .subtitle-image-closed,
.technical-details-content .technical-details-content-subtitle .subtitle-image-hover {
  display: none;
}

}
